Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp128 cacheBlob = cache->makeCachedBlob(blob, key, blurRec, skPaint); in drawTextBlob()
149 cacheBlob = cache->makeCachedBlob(blob, key, blurRec, skPaint); in drawTextBlob()
DGrTextBlobCache.h47 sk_sp<GrAtlasTextBlob> makeCachedBlob(const SkTextBlob* blob, in makeCachedBlob() function