Home | History | Annotate | Download | only in pathops

Lines Matching refs:fPt

90         fPt = segment->ptAtT(fT);
97 SkPoint fPt;
106 SkScalar baseXY = pt_xy(base.fPt, dir);
120 if (!sideways_overlap(fBounds, base.fPt, dir)) {
123 SkScalar baseXY = pt_xy(base.fPt, dir);
130 SkScalar baseYX = pt_yx(base.fPt, dir);
148 if (SkDPoint::ApproximatelyEqual(pt, base.fPt)) {
160 && SkDPoint::RoughlyEqual(pt, base.fPt)) {
179 newHit->fPt = pt;
204 return a->fPt.fX < b->fPt.fX;
208 return b->fPt.fX < a->fPt.fX;
212 return a->fPt.fY < b->fPt.fY;
216 return b->fPt.fY < a->fPt.fY;
272 hitBase.fT, hitBase.fPt.fX, hitBase.fPt.fY);
285 hit->fPt.fX, hit->fPt.fY, hit->fSlope.fX, hit->fSlope.fY);
306 if (last && SkDPoint::ApproximatelyEqual(*last, hit->fPt)) {
310 const SkPoint& next = sorted[index + 1]->fPt;
311 if (SkDPoint::ApproximatelyEqual(next, hit->fPt)) {
362 last = &hit->fPt;