Home | History | Annotate | Download | only in core

Lines Matching full:addpath

1243 void SkPath::addPath(const SkPath& path, SkScalar dx, SkScalar dy, AddPathMode mode) {
1247 this->addPath(path, matrix, mode);
1250 void SkPath::addPath(const SkPath& path, const SkMatrix& matrix, AddPathMode mode) {