Lines Matching refs:fPath
101 SkPath fPath; member in StrokePathView
113 SkParsePath::FromSVGString(str, &fPath); in onOnceBeforeDraw()
115 fPath.addCircle(0, 0, SkIntToScalar(50), SkPath::kCW_Direction); in onOnceBeforeDraw()
116 fPath.addCircle(0, SkIntToScalar(-50), SkIntToScalar(30), SkPath::kCW_Direction); in onOnceBeforeDraw()
119 scale_to_width(&fPath, fWidth); in onOnceBeforeDraw()
120 const SkRect& bounds = fPath.getBounds(); in onOnceBeforeDraw()
121 fPath.offset(-bounds.fLeft, -bounds.fTop); in onOnceBeforeDraw()
143 canvas->drawPath(fPath, *paint); in drawSet()
197 fPath = p; in onDrawContent()
198 fPath.offset(100, 0); in onDrawContent()
201 fPath.setFillType(SkPath::kWinding_FillType); in onDrawContent()
204 canvas->translate(0, fPath.getBounds().height() * 5 / 4); in onDrawContent()
205 fPath.setFillType(SkPath::kEvenOdd_FillType); in onDrawContent()