Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp369 GrTextBlobCache* textBlobCache = fContext->priv().getTextBlobCache(); in drawGlyphRunListWithCache() local
371 blob = textBlobCache->find(key); in drawGlyphRunListWithCache()
379 textBlobCache->remove(blob.get()); in drawGlyphRunListWithCache()
388 blob = textBlobCache->addOrReturnExisting(glyphRunList, blob); in drawGlyphRunListWithCache()