Lines Matching refs:fP1
14 SkPoint fP1; member
99 SkVector v0 = s0.fP1 - s0.fP0; in compute_intersection()
100 SkVector v1 = s1.fP1 - s1.fP0; in compute_intersection()
106 if (s0.fP1.equalsWithinTolerance(s1.fP0)) { in compute_intersection()
107 *p = s0.fP1; in compute_intersection()
112 if (s1.fP1.equalsWithinTolerance(s0.fP0)) { in compute_intersection()
113 *p = s1.fP1; in compute_intersection()
205 &edgeData[i].fInset.fP0, &edgeData[i].fInset.fP1); in SkInsetConvexPolygon()
248 edgeData[currIndex].fInset.fP1, in SkInsetConvexPolygon()
249 edgeData[prevIndex].fInset.fP1); in SkInsetConvexPolygon()
251 edgeData[currIndex].fInset.fP1, in SkInsetConvexPolygon()