Home | History | Annotate | Download | only in bench

Lines Matching defs:fPoints

19         fPoints[0].set(x0, y0);
20 fPoints[1].set(x1, y1);
21 fPoints[2].set(x2, y2);
22 fPoints[3].set(x3, y3);
23 fPoints[4].set(x0, y0); // Flat closing edge.
26 switch (SkClassifyCubic(fPoints)) {
51 fGeometry.beginContour(fPoints[0]);
53 fGeometry.cubicTo(fPoints);
54 fGeometry.lineTo(fPoints+3);
62 SkPoint fPoints[5];