Searched refs:textBlobCache (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 655 GrTextBlobCache* textBlobCache = context->priv().getTextBlobCache(); in drawGlyphRunList() local 678 cacheBlob = textBlobCache->find(key); in drawGlyphRunList() 687 textBlobCache->remove(cacheBlob.get()); in drawGlyphRunList() 688 cacheBlob = textBlobCache->makeCachedBlob( in drawGlyphRunList() 695 textBlobCache->makeMRU(cacheBlob.get()); in drawGlyphRunList() 698 sk_sp<GrTextBlob> sanityBlob(textBlobCache->makeBlob( in drawGlyphRunList() 710 cacheBlob = textBlobCache->makeCachedBlob( in drawGlyphRunList() 713 cacheBlob = textBlobCache->makeBlob(glyphRunList, color, grStrikeCache); in drawGlyphRunList()
|
/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/atlastext/ |
D | SkInternalAtlasTextContext.h | 37 GrTextBlobCache* textBlobCache();
|
D | SkInternalAtlasTextContext.cpp | 56 GrTextBlobCache* SkInternalAtlasTextContext::textBlobCache() { in textBlobCache() function in SkInternalAtlasTextContext
|