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

  /external/skia/include/gpu/
GrContext.h 340 GrAtlasGlyphCache* getAtlasGlyphCache() { return fAtlasGlyphCache; }
393 GrAtlasGlyphCache* fAtlasGlyphCache;
  /external/skia/src/gpu/
GrContext.cpp 71 fAtlasGlyphCache = nullptr;
106 fAtlasGlyphCache = new GrAtlasGlyphCache(this);
129 delete fAtlasGlyphCache;
157 fAtlasGlyphCache->freeAll();
175 fAtlasGlyphCache->freeAll();
189 fAtlasGlyphCache->freeAll();
    [all...]
  /external/skia/src/gpu/text/
GrAtlasGlyphCache.cpp 390 , fAtlasGlyphCache(owner) // no need to ref, it won't go away before we do
461 bool success = fAtlasGlyphCache->addToAtlas(this, &glyph->fID, target, expectedMaskFormat,
GrAtlasGlyphCache.h 90 GrAtlasGlyphCache* fAtlasGlyphCache;
  /external/skia/tools/gpu/
GrTest.cpp 72 fAtlasGlyphCache->setAtlasSizes_ForTesting(configs);

Completed in 535 milliseconds