Home | History | Annotate | Download | only in pathops

Lines Matching refs:fPt

212             if (loop->segment() == this && loop->fT == t && loop->fPt == pt) {
235 newPtT->fPt = this->ptAtT(newT);
1010 if (!SkDPoint::ApproximatelyEqual(testPt, base->fPt)) {
1013 return this != testParent || !this->ptsDisjoint(base->fT, base->fPt, testT, testPt);
1311 if (!SkDPoint::WayRoughlyEqual(refHead->fPt, checkHead->fPt)) {
1318 SkOPASSERT(!SkDPoint::ApproximatelyEqual(dBugRef->fPt, dBugCheck->fPt));
1355 SkScalar distSq = SkPointPriv::DistanceToSqd(ref->fPt, check->fPt);
1371 checkBest->fPt);
1562 edge->fCubic[0].set(startPtT.fPt);
1564 edge->fCubic[points].set(endPtT.fPt);
1610 if (!SkDPoint::ApproximatelyEqual(priorPtT->fPt, midPt)
1611 && !SkDPoint::ApproximatelyEqual(ptT->fPt, midPt)) {