HomeSort by relevance Sort by last modified time
    Searched refs:fBatchFontCache (Results 1 - 5 of 5) sorted by null

  /external/skia/include/gpu/
GrContext.h 318 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; }
372 GrBatchFontCache* fBatchFontCache;
  /external/skia/src/gpu/text/
GrBatchFontCache.h 31 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; }
90 GrBatchFontCache* fBatchFontCache;
GrBatchFontCache.cpp 162 fBatchFontCache = cache; // no need to ref, it won't go away before we do
234 bool success = fBatchFontCache->addToAtlas(this, &glyph->fID, target, expectedMaskFormat,
  /external/skia/src/gpu/
GrContext.cpp 65 fBatchFontCache = nullptr;
101 fBatchFontCache = new GrBatchFontCache(this);
124 delete fBatchFontCache;
145 fBatchFontCache->freeAll();
160 fBatchFontCache->freeAll();
GrTest.cpp 95 fBatchFontCache->setAtlasSizes_ForTesting(configs);

Completed in 730 milliseconds