Lines Matching refs:fPath
99 SkPath fPath; member in StrokePathView
111 SkParsePath::FromSVGString(str, &fPath); in onOnceBeforeDraw()
113 fPath.addCircle(0, 0, SkIntToScalar(50), SkPathDirection::kCW); in onOnceBeforeDraw()
114 fPath.addCircle(0, SkIntToScalar(-50), SkIntToScalar(30), SkPathDirection::kCW); in onOnceBeforeDraw()
117 scale_to_width(&fPath, fWidth); in onOnceBeforeDraw()
118 const SkRect& bounds = fPath.getBounds(); in onOnceBeforeDraw()
119 fPath.offset(-bounds.fLeft, -bounds.fTop); in onOnceBeforeDraw()
135 canvas->drawPath(fPath, *paint); in drawSet()
189 fPath = p; in onDrawContent()
190 fPath.offset(100, 0); in onDrawContent()
193 fPath.setFillType(SkPathFillType::kWinding); in onDrawContent()
196 canvas->translate(0, fPath.getBounds().height() * 5 / 4); in onDrawContent()
197 fPath.setFillType(SkPathFillType::kEvenOdd); in onDrawContent()