Lines Matching defs:geos
152 AttachShapeContext(std::vector<sk_sp<sksg::GeometryNode>>* geos,
155 : fGeometryStack(geos)
227 std::vector<sk_sp<sksg::GeometryNode>> geos;
242 geos.push_back(std::move(geo));
248 if (!geos.empty()) {
249 geos = gGeometryEffectAttachers[rec->fInfo.fAttacherIndex](rec->fJson,
251 std::move(geos));
260 AttachShapeContext groupShapeCtx(&geos,
273 if (!paint || geos.empty() || rec->fSuppressed)
276 auto drawGeos = geos;
290 // If we still have multiple geos, reduce using 'merge'.
351 for (auto& geo : geos) {