Home | History | Annotate | Download | only in core

Lines Matching full:addpath

720     void addPath(const SkPath& src, SkScalar dx, SkScalar dy,
725 void addPath(const SkPath& src, AddPathMode mode = kAppend_AddPathMode) {
728 this->addPath(src, m, mode);
736 void addPath(const SkPath& src, const SkMatrix& matrix, AddPathMode mode = kAppend_AddPathMode);
739 * Same as addPath(), but reverses the src input