Home | History | Annotate | Download | only in animator

Lines Matching full:fpath

36 static void quadApprox(SkPath &fPath, const SkPoint &p0, const SkPoint &p1, const SkPoint &p2)
41 fPath.getLastPt(&c);
52 fPath.quadTo(mid,q);
58 fPath.quadTo(mid,p2);
122 fPath.reset();
153 fPath.moveTo(points[0]);
159 fPath.lineTo(points[0]);
165 fPath.lineTo(x, c.fY);
172 fPath.lineTo(c.fX, y);
190 quadApprox(fPath, points[0], points[1], points[2]);
192 fPath.cubicTo(points[0], points[1], points[2]);
210 fPath.quadTo(points[0], points[1]);
215 fPath.close();
217 if (fPath.isEmpty() && (f.fX != 0 || f.fY != 0)) {
219 fPath.moveTo(c);
220 fPath.lineTo(f);
221 fPath.close();
230 fPath.moveTo(args[0].fX, args[0].fY);
231 fPath.lineTo(args[1].fX, args[1].fY);