Lines Matching defs:cache
1297 sk_sp<SkTextBlob>* cache) {
1353 *cache = builder.make();
1354 return cache->get();
1358 sk_sp<SkTextBlob> cache;
1360 this->filterTextBlob(paint, blob, &cache), x, y, paint);
1639 // Clean out cache items that haven't been used in more than 10 seconds.
2478 // caches on one frame, then set a flag to poll the cache on the next frame.
2534 // If we are changing the compile mode, we want to reset the cache and redo
2565 // Reset the cache.
2567 // Dump the cache once we have drawn a frame with it.
2652 auto* cache = SkVMBlitter::TryAcquireProgramCache();
2653 SkASSERT(cache);
2656 cache->reset();
2660 // First, go through the cache and restore the original program if we were hovering
2669 cache->foreach(restoreHoveredProgram);
2716 cache->foreach(showVMEntry);