Home | History | Annotate | Download | only in canvaskit

Lines Matching refs:orig

172 void ApplyAddArc(SkPath& orig, const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle) {
173 orig.addArc(oval, startAngle, sweepAngle);
176 void ApplyAddPath(SkPath& orig, const SkPath& newPath,
184 orig.addPath(newPath, m, extendPath ? SkPath::kExtend_AddPathMode :
248 void ApplyTransform(SkPath& orig,
255 orig.transform(m);