Searched refs:textBlobCache (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 532 GrTextBlobCache* textBlobCache = context->contextPriv().getTextBlobCache(); in drawGlyphRunList() local 555 cacheBlob = textBlobCache->find(key); in drawGlyphRunList() 564 textBlobCache->remove(cacheBlob.get()); in drawGlyphRunList() 565 cacheBlob = textBlobCache->makeCachedBlob(glyphRunList, key, blurRec, listPaint, color); in drawGlyphRunList() 571 textBlobCache->makeMRU(cacheBlob.get()); in drawGlyphRunList() 574 sk_sp<GrTextBlob> sanityBlob(textBlobCache->makeBlob(glyphRunList, color)); in drawGlyphRunList() 585 cacheBlob = textBlobCache->makeCachedBlob(glyphRunList, key, blurRec, listPaint, color); in drawGlyphRunList() 587 cacheBlob = textBlobCache->makeBlob(glyphRunList, color); in drawGlyphRunList()
|
/external/skqp/src/atlastext/ |
D | SkInternalAtlasTextContext.h | 37 GrTextBlobCache* textBlobCache();
|
D | SkInternalAtlasTextContext.cpp | 56 GrTextBlobCache* SkInternalAtlasTextContext::textBlobCache() { in textBlobCache() function in SkInternalAtlasTextContext
|
/external/skia/src/gpu/ |
D | GrSurfaceDrawContext.cpp | 396 GrTextBlobCache* textBlobCache = fContext->priv().getTextBlobCache(); in drawGlyphRunListWithCache() local 398 blob = textBlobCache->find(key); in drawGlyphRunListWithCache() 406 textBlobCache->remove(blob.get()); in drawGlyphRunListWithCache() 415 blob = textBlobCache->addOrReturnExisting(glyphRunList, blob); in drawGlyphRunListWithCache()
|