Home | History | Annotate | Download | only in pathops

Lines Matching refs:fPt

18         const SkDPoint& iPt = fPt[index];
56 fPt[index] = pt;
61 if (pt.roughlyEqual(fPt[index])) {
77 memmove(&fPt[index + 1], &fPt[index], sizeof(fPt[0]) * remaining);
84 fPt[index] = pt;
94 SkASSERT(fUsed <= SK_ARRAY_COUNT(fPt));
127 fPt[0] = a.fPt[aIndex];
128 fPt2[0] = b.fPt[bIndex];
142 SkDVector best = fPt[result] - origin;
143 SkDVector test = fPt[index] - origin;
156 memmove(&fPt[index], &fPt[index + 1], sizeof(fPt[0]) * remaining);