Lines Matching defs:cache
57 // textblob is being built and cache it. However, for the time being textblobs mostly only have 1
84 // TODO for animated mask filters, this will fill up our cache. We need a safeguard here
90 GrTextBlobCache* cache = context->getTextBlobCache();
109 cacheBlob.reset(SkSafeRef(cache->find(key)));
124 cache->remove(cacheBlob);
125 cacheBlob.reset(SkRef(cache->createCachedBlob(blob, key, blurRec, skPaint)));
131 cache->makeMRU(cacheBlob);
137 SkAutoTUnref<GrAtlasTextBlob> sanityBlob(cache->createBlob(glyphCount, runCount));
148 cacheBlob.reset(SkRef(cache->createCachedBlob(blob, key, blurRec, skPaint)));
150 cacheBlob.reset(cache->createBlob(blob));