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

  /external/skqp/src/gpu/
GrContextPriv.h 185 GrAtlasGlyphCache* getAtlasGlyphCache() { return fContext->fAtlasGlyphCache; }
GrContext.cpp 223 fAtlasGlyphCache = nullptr;
233 fAtlasGlyphCache = nullptr;
296 fAtlasGlyphCache = new GrAtlasGlyphCache(this, options.fGlyphCacheTextureMaximumBytes,
298 this->contextPriv().addOnFlushCallbackObject(fAtlasGlyphCache);
329 delete fAtlasGlyphCache;
352 fAtlasGlyphCache->freeAll();
371 fAtlasGlyphCache->freeAll();
385 fAtlasGlyphCache->freeAll();
    [all...]
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.cpp 405 , fAtlasGlyphCache(owner) // no need to ref, it won't go away before we do
476 bool success = fAtlasGlyphCache->addToAtlas(this, &glyph->fID, target, expectedMaskFormat,
GrAtlasGlyphCache.h 91 GrAtlasGlyphCache* fAtlasGlyphCache;
  /external/skqp/include/gpu/
GrContext.h 348 GrAtlasGlyphCache* fAtlasGlyphCache;
  /external/skqp/tools/gpu/
GrTest.cpp 97 fAtlasGlyphCache->setAtlasSizes_ForTesting(configs);

Completed in 116 milliseconds