HomeSort by relevance Sort by last modified time
    Searched defs:fImpl (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
SkRefDict.h 51 Impl* fImpl;
SkFlate.h 72 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(); }
29 fImpl.bind(this->getGpuGL());
47 GrGLBufferImpl fImpl;
GrGLVertexBuffer.h 24 GrGLuint bufferID() const { return fImpl.bufferID(); }
25 size_t baseOffset() const { return fImpl.baseOffset(); }
29 fImpl.bind(this->getGpuGL());
47 GrGLBufferImpl fImpl;
  /external/skia/include/ports/
SkFontMgr_indirect.h 29 : fImpl(SkRef(impl)), fProxy(SkRef(proxy)), fFamilyNamesInited(false)
61 SkAutoTUnref<SkFontMgr> fImpl;
  /external/skia/forth/
Forth.h 102 Impl* fImpl;
  /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 56 milliseconds