HomeSort by relevance Sort by last modified time
    Searched refs:tessellations (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkShadowUtils.cpp 178 * This manages a set of tessellations for a given shape in the cache. Because SkResourceCache
180 * the FindVisitor and let the cache destroy the Rec. We'll update the tessellations and then add
277 sk_sp<CachedTessellations> tessellations)
278 : fTessellations(std::move(tessellations)) {
341 // We ref the tessellations and let the cache destroy the Rec. Once the tessellations have been
437 sk_sp<CachedTessellations> tessellations; local
439 tessellations = std::move(context.fTessellationsOnFailure);
441 tessellations.reset(new CachedTessellations());
443 vertices = tessellations->add(path.path(), factory, path.viewMatrix()
    [all...]
  /external/skqp/src/utils/
SkShadowUtils.cpp 177 * This manages a set of tessellations for a given shape in the cache. Because SkResourceCache
179 * the FindVisitor and let the cache destroy the Rec. We'll update the tessellations and then add
276 sk_sp<CachedTessellations> tessellations)
277 : fTessellations(std::move(tessellations)) {
340 // We ref the tessellations and let the cache destroy the Rec. Once the tessellations have been
411 sk_sp<CachedTessellations> tessellations; local
413 tessellations = std::move(context.fTessellationsOnFailure);
415 tessellations.reset(new CachedTessellations());
417 vertices = tessellations->add(path.path(), factory, path.viewMatrix()
    [all...]

Completed in 152 milliseconds