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

/external/skia/src/utils/
H A DSkShadowUtils.cpp183 * This manages a set of tessellations for a given shape in the cache. Because SkResourceCache
185 * the FindVisitor and let the cache destroy the Rec. We'll update the tessellations and then add
282 sk_sp<CachedTessellations> tessellations)
283 : fTessellations(std::move(tessellations)) {
346 // We ref the tessellations and let the cache destroy the Rec. Once the tessellations have been
417 sk_sp<CachedTessellations> tessellations; local
419 tessellations = std::move(context.fTessellationsOnFailure);
421 tessellations.reset(new CachedTessellations());
423 vertices = tessellations
281 CachedTessellationsRec(const SkResourceCache::Key& key, sk_sp<CachedTessellations> tessellations) argument
[all...]
/external/skqp/src/utils/
H A DSkShadowUtils.cpp182 * This manages a set of tessellations for a given shape in the cache. Because SkResourceCache
184 * the FindVisitor and let the cache destroy the Rec. We'll update the tessellations and then add
281 sk_sp<CachedTessellations> tessellations)
282 : fTessellations(std::move(tessellations)) {
345 // We ref the tessellations and let the cache destroy the Rec. Once the tessellations have been
416 sk_sp<CachedTessellations> tessellations; local
418 tessellations = std::move(context.fTessellationsOnFailure);
420 tessellations.reset(new CachedTessellations());
422 vertices = tessellations
280 CachedTessellationsRec(const SkResourceCache::Key& key, sk_sp<CachedTessellations> tessellations) argument
[all...]

Completed in 328 milliseconds