Lines Matching defs:clipPath
553 and resetMatrix(). Clip may be changed by clipRect(), clipRRect(), clipPath(), clipRegion().
571 clipPath(), clipRegion().
595 clipPath(), clipRegion().
620 clipPath(), clipRegion().
730 clipPath(), clipRegion().
939 clipPath() and intersect the current clip with the specified rect.
999 void clipPath(const SkPath& path, SkClipOp op, bool doAntiAlias);
1012 void clipPath(const SkPath& path, SkClipOp op) {
1013 this->clipPath(path, op, false);
1026 void clipPath(const SkPath& path, bool doAntiAlias = false) {
1027 this->clipPath(path, SkClipOp::kIntersect, doAntiAlias);
1624 * This behaves very similarly to drawRect() combined with a clipPath() formed by clip