Lines Matching defs:child
24 GeometryEffect::GeometryEffect(sk_sp<GeometryNode> child)
25 : fChild(std::move(child)) {
62 SkPath TrimEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) {
63 SkPath path = child->asPath();
74 GeometryTransform::GeometryTransform(sk_sp<GeometryNode> child, sk_sp<Transform> transform)
75 : INHERITED(std::move(child))
85 SkPath GeometryTransform::onRevalidateEffect(const sk_sp<GeometryNode>& child) {
89 SkPath path = child->asPath();
120 SkPath DashEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) {
121 SkPath path = child->asPath();
132 SkPath RoundEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) {
133 SkPath path = child->asPath();
144 SkPath OffsetEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) {
145 SkPath path = child->asPath();