Home
last modified time | relevance | path

Searched refs:drawGeos (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp276 auto drawGeos = geos; in attachShape() local
281 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()
/third_party/flutter/skia/modules/skottie/src/layers/
DShapeLayer.cpp630 auto drawGeos = geos; in attachShape() local
635 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()