OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fImpl
(Results
1 - 9
of
9
) sorted by null
/external/skia/src/core/
SkRefDict.h
51
Impl*
fImpl
;
/external/skia/src/pdf/
SkDeflate.h
52
SkAutoTDelete<Impl>
fImpl
;
/external/skia/src/gpu/gl/
GrGLIndexBuffer.h
24
GrGLuint bufferID() const { return
fImpl
.bufferID(); }
25
size_t baseOffset() const { return
fImpl
.baseOffset(); }
43
GrGLBufferImpl
fImpl
;
GrGLTransferBuffer.h
24
GrGLuint bufferID() const { return
fImpl
.bufferID(); }
25
size_t baseOffset() const { return
fImpl
.baseOffset(); }
26
GrGLenum bufferType() const { return
fImpl
.bufferType(); }
43
GrGLBufferImpl
fImpl
;
GrGLVertexBuffer.h
24
GrGLuint bufferID() const { return
fImpl
.bufferID(); }
25
size_t baseOffset() const { return
fImpl
.baseOffset(); }
43
GrGLBufferImpl
fImpl
;
/external/skia/include/ports/
SkFontMgr_indirect.h
31
:
fImpl
(SkRef(impl)), fProxy(SkRef(proxy)), fFamilyNamesInited(false)
63
SkAutoTUnref<SkFontMgr>
fImpl
;
/external/icu/icu4c/source/i18n/unicode/
decimfmt.h
[
all
...]
/external/skia/src/gpu/
GrAllocator.h
315
Iter(const GrTAllocator* allocator) :
fImpl
(&allocator->fAllocator) {}
320
bool next() { return
fImpl
.next(); }
326
T* get() const { return (T*)
fImpl
.get(); }
335
GrAllocator::Iter
fImpl
;
/external/skia/include/core/
SkCanvas.h
[
all
...]
Completed in 625 milliseconds