Searched refs:drawGeos (Results 1 – 2 of 2) sorted by relevance
276 auto drawGeos = geos; in attachShape() local281 drawGeos = it->fAttach(it->fJson, this, std::move(drawGeos)); in attachShape()287 drawGeos = adjuster(rec->fJson, this, std::move(drawGeos)); in attachShape()291 auto geo = drawGeos.size() > 1 in attachShape()292 ? ShapeBuilder::MergeGeometry(std::move(drawGeos), sksg::Merge::Mode::kMerge) in attachShape()293 : drawGeos[0]; in attachShape()
630 auto drawGeos = geos; in attachShape() local635 drawGeos = it->fAttach(it->fJson, this, std::move(drawGeos)); in attachShape()639 auto geo = drawGeos.size() > 1 in attachShape()640 ? Merge(std::move(drawGeos), sksg::Merge::Mode::kMerge) in attachShape()641 : drawGeos[0]; in attachShape()