Lines Matching defs:fPath
64 SkPath fPath;
77 canvas->drawPath(fPath, outlinePaint);
108 fPath.reset();
109 fPath.moveTo(fPoints[0]);
112 fPath.cubicTo(fPoints[1], fPoints[2], fPoints[3]);
115 fPath.quadTo(fPoints[1], fPoints[3]);
118 fPath.conicTo(fPoints[1], fPoints[3], fConicWeight);
121 fPath.lineTo(fPoints[1]);
122 fPath.lineTo(fPoints[3]);
123 fPath.close();