Home
last modified time | relevance | path

Searched refs:textBlobCache (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp648 GrTextBlobCache* textBlobCache = context->priv().getTextBlobCache(); in drawGlyphRunList() local
671 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()
/third_party/flutter/skia/src/atlastext/
DSkInternalAtlasTextContext.h37 GrTextBlobCache* textBlobCache();
DSkInternalAtlasTextContext.cpp56 GrTextBlobCache* SkInternalAtlasTextContext::textBlobCache() { in textBlobCache() function in SkInternalAtlasTextContext
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp368 GrTextBlobCache* textBlobCache = fContext->priv().getTextBlobCache(); in drawGlyphRunListWithCache() local
370 blob = textBlobCache->find(key); in drawGlyphRunListWithCache()
378 textBlobCache->remove(blob.get()); in drawGlyphRunListWithCache()
387 blob = textBlobCache->addOrReturnExisting(glyphRunList, blob); in drawGlyphRunListWithCache()