Lines Matching refs:tessellations
221 * This manages a set of tessellations for a given shape in the cache. Because SkResourceCache
223 * the FindVisitor and let the cache destroy the Rec. We'll update the tessellations and then add
322 sk_sp<CachedTessellations> tessellations)
323 : fTessellations(std::move(tessellations)) {
386 // We ref the tessellations and let the cache destroy the Rec. Once the tessellations have been
483 sk_sp<CachedTessellations> tessellations;
485 tessellations = std::move(context.fTessellationsOnFailure);
487 tessellations.reset(new CachedTessellations());
489 vertices = tessellations->add(path.path(), factory, path.viewMatrix(),
494 auto rec = new CachedTessellationsRec(*key, std::move(tessellations));