Searched refs:tessellations (Results 1 – 2 of 2) sorted by relevance
277 sk_sp<CachedTessellations> tessellations) in CachedTessellationsRec() argument278 : fTessellations(std::move(tessellations)) { in CachedTessellationsRec()437 sk_sp<CachedTessellations> tessellations; in draw_shadow() local439 tessellations = std::move(context.fTessellationsOnFailure); in draw_shadow()441 tessellations.reset(new CachedTessellations()); in draw_shadow()443 vertices = tessellations->add(path.path(), factory, path.viewMatrix(), in draw_shadow()448 auto rec = new CachedTessellationsRec(*key, std::move(tessellations)); in draw_shadow()
276 sk_sp<CachedTessellations> tessellations) in CachedTessellationsRec() argument277 : fTessellations(std::move(tessellations)) { in CachedTessellationsRec()411 sk_sp<CachedTessellations> tessellations; in draw_shadow() local413 tessellations = std::move(context.fTessellationsOnFailure); in draw_shadow()415 tessellations.reset(new CachedTessellations()); in draw_shadow()417 vertices = tessellations->add(path.path(), factory, path.viewMatrix(), in draw_shadow()422 auto rec = new CachedTessellationsRec(*key, std::move(tessellations)); in draw_shadow()