Searched refs:getBatchFontCache (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrAtlasTextContext.cpp | 126 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()
|
D | GrBatchFontCache.h | 31 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; } in getBatchFontCache() function
|
D | GrAtlasTextBlob.cpp | 428 distanceAdjustTable, context->getBatchFontCache()); in flushCached() 450 distanceAdjustTable, context->getBatchFontCache()); in flushThrowaway()
|
/external/skia/include/gpu/ |
D | GrContext.h | 318 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; } in getBatchFontCache() function
|
/external/skia/src/gpu/ |
D | GrTest.cpp | 149 GrBatchFontCache* cache = this->getBatchFontCache(); in getFontAtlasTexture()
|