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

/external/skia/src/gpu/text/
H A DGrAtlasTextContext.cpp126 RegenerateTextBlob(cacheBlob, context->getBatchFontCache(),
139 RegenerateTextBlob(sanityBlob, context->getBatchFontCache(),
152 RegenerateTextBlob(cacheBlob, context->getBatchFontCache(),
314 CreateDrawTextBlob(context->getTextBlobCache(), context->getBatchFontCache(),
343 context->getBatchFontCache(),
405 context->getBatchFontCache(),
413 context->getBatchFontCache());
H A DGrBatchFontCache.h31 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; } function in class:GrBatchTextStrike
H A DGrAtlasTextBlob.cpp428 distanceAdjustTable, context->getBatchFontCache());
450 distanceAdjustTable, context->getBatchFontCache());
/external/skia/include/gpu/
H A DGrContext.h318 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; } function in class:GrContext
/external/skia/src/gpu/
H A DGrTest.cpp149 GrBatchFontCache* cache = this->getBatchFontCache();

Completed in 147 milliseconds