Home | History | Annotate | Download | only in pdf

Lines Matching refs:to_path

66 static SkPath to_path(const SkRect& r) {
211 return Op(to_path(bounds), invPath, kIntersect_SkPathOp, outPath);
268 if (Op(clipPath, to_path(outsetBounds), kIntersect_SkPathOp, &clipPath)) {
518 SkPath path = to_path(rect);
682 this->drawPath(to_path(r), paint, true);
1291 content.setShape(to_path(SkRect::Make(SkIRect::MakeXYWH(x, y, dim.width(), dim.height()))));
1897 SkPath path = to_path(dst); // handles non-integral clipping.
1919 SkPath perspectiveOutline = to_path(imageBounds);
1931 SkPath physicalPerspectiveOutline = to_path(imageBounds);
1994 SkPath shape = to_path(SkRect::Make(subset));