Lines Matching full:fpath
93 SkPath fPath;
105 SkParsePath::FromSVGString(str, &fPath);
107 fPath.addCircle(0, 0, SkIntToScalar(50), SkPath::kCW_Direction);
108 fPath.addCircle(0, SkIntToScalar(-50), SkIntToScalar(30), SkPath::kCW_Direction);
111 scale_to_width(&fPath, fWidth);
112 const SkRect& bounds = fPath.getBounds();
113 fPath.offset(-bounds.fLeft, -bounds.fTop);
137 canvas->drawPath(fPath, *paint);
193 fPath = p;
194 fPath.offset(100, 0);
197 fPath.setFillType(SkPath::kWinding_FillType);
200 canvas->translate(0, fPath.getBounds().height() * 5 / 4);
201 fPath.setFillType(SkPath::kEvenOdd_FillType);