Searched defs:fP0 (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/utils/
H A DSkInsetConvexPolygon.cpp13 SkPoint fP0; member in struct:InsetSegment
99 SkVector v0 = s0.fP1 - s0.fP0;
100 SkVector v1 = s1.fP1 - s1.fP0;
106 if (s0.fP1.equalsWithinTolerance(s1.fP0)) {
112 if (s1.fP1.equalsWithinTolerance(s0.fP0)) {
122 SkVector d = s1.fP0 - s0.fP0;
133 *p = s0.fP0 + v0;
205 &edgeData[i].fInset.fP0, &edgeData[i].fInset.fP1);
206 edgeData[i].fIntersection = edgeData[i].fInset.fP0;
[all...]

Completed in 182 milliseconds