Home
last modified time | relevance | path

Searched refs:tessellations (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/utils/
H A DSkShadowUtils.cpp221 * 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) in CachedTessellationsRec()
323 : fTessellations(std::move(tessellations)) { in CachedTessellationsRec()
386 // We ref the tessellations and let the cache destroy the Rec. Once the tessellations have been in FindVisitor()
483 sk_sp<CachedTessellations> tessellations; in draw_shadow() local
485 tessellations = std::move(context.fTessellationsOnFailure); in draw_shadow()
487 tessellations.reset(new CachedTessellations()); in draw_shadow()
489 vertices = tessellations in draw_shadow()
321 CachedTessellationsRec(const SkResourceCache::Key& key, sk_sp<CachedTessellations> tessellations) CachedTessellationsRec() argument
[all...]

Completed in 2 milliseconds