Searched refs:textBlobCache (Results 1 – 4 of 4) sorted by relevance
648 GrTextBlobCache* textBlobCache = context->priv().getTextBlobCache(); in drawGlyphRunList() local671 cacheBlob = textBlobCache->find(key); in drawGlyphRunList()680 textBlobCache->remove(cacheBlob.get()); in drawGlyphRunList()681 cacheBlob = textBlobCache->makeCachedBlob( in drawGlyphRunList()688 textBlobCache->makeMRU(cacheBlob.get()); in drawGlyphRunList()691 sk_sp<GrTextBlob> sanityBlob(textBlobCache->makeBlob( in drawGlyphRunList()703 cacheBlob = textBlobCache->makeCachedBlob( in drawGlyphRunList()706 cacheBlob = textBlobCache->makeBlob(glyphRunList, color, grStrikeCache); in drawGlyphRunList()
37 GrTextBlobCache* textBlobCache();
56 GrTextBlobCache* SkInternalAtlasTextContext::textBlobCache() { in textBlobCache() function in SkInternalAtlasTextContext
368 GrTextBlobCache* textBlobCache = fContext->priv().getTextBlobCache(); in drawGlyphRunListWithCache() local370 blob = textBlobCache->find(key); in drawGlyphRunListWithCache()378 textBlobCache->remove(blob.get()); in drawGlyphRunListWithCache()387 blob = textBlobCache->addOrReturnExisting(glyphRunList, blob); in drawGlyphRunListWithCache()