Home
last modified time | relevance | path

Searched refs:getBatchFontCache (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp126 RegenerateTextBlob(cacheBlob, context->getBatchFontCache(), in drawTextBlob()
139 RegenerateTextBlob(sanityBlob, context->getBatchFontCache(), in drawTextBlob()
152 RegenerateTextBlob(cacheBlob, context->getBatchFontCache(), in drawTextBlob()
314 CreateDrawTextBlob(context->getTextBlobCache(), context->getBatchFontCache(), in drawText()
343 context->getBatchFontCache(), in drawPosText()
405 context->getBatchFontCache(), in DRAW_BATCH_TEST_DEFINE()
413 context->getBatchFontCache()); in DRAW_BATCH_TEST_DEFINE()
DGrBatchFontCache.h31 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; } in getBatchFontCache() function
DGrAtlasTextBlob.cpp428 distanceAdjustTable, context->getBatchFontCache()); in flushCached()
450 distanceAdjustTable, context->getBatchFontCache()); in flushThrowaway()
/external/skia/include/gpu/
DGrContext.h318 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; } in getBatchFontCache() function
/external/skia/src/gpu/
DGrTest.cpp149 GrBatchFontCache* cache = this->getBatchFontCache(); in getFontAtlasTexture()