Lines Matching refs:GeometryNode
25 class GeometryNode; variable
39 static sk_sp<sksg::Merge> MergeGeometry(std::vector<sk_sp<sksg::GeometryNode>>&&,
42 static sk_sp<sksg::GeometryNode> AttachPathGeometry(const skjson::ObjectValue&,
44 static sk_sp<sksg::GeometryNode> AttachRRectGeometry(const skjson::ObjectValue&,
46 static sk_sp<sksg::GeometryNode> AttachEllipseGeometry(const skjson::ObjectValue&,
48 static sk_sp<sksg::GeometryNode> AttachPolystarGeometry(const skjson::ObjectValue&,
60 static std::vector<sk_sp<sksg::GeometryNode>> AttachMergeGeometryEffect(
62 std::vector<sk_sp<sksg::GeometryNode>>&&);
63 static std::vector<sk_sp<sksg::GeometryNode>> AttachTrimGeometryEffect(
66 std::vector<sk_sp<sksg::GeometryNode>>&&);
67 static std::vector<sk_sp<sksg::GeometryNode>> AttachRoundGeometryEffect(
69 std::vector<sk_sp<sksg::GeometryNode>>&&);
70 static std::vector<sk_sp<sksg::GeometryNode>> AttachOffsetGeometryEffect(
72 std::vector<sk_sp<sksg::GeometryNode>>&&);
73 static std::vector<sk_sp<sksg::GeometryNode>> AttachPuckerBloatGeometryEffect(
75 std::vector<sk_sp<sksg::GeometryNode>>&&);
76 static std::vector<sk_sp<sksg::GeometryNode>> AdjustStrokeGeometry(
78 std::vector<sk_sp<sksg::GeometryNode>>&&);