Lines Matching refs:fPt
217 if (loop->segment() == this && loop->fT == t && loop->fPt == pt) {
240 newPtT->fPt = this->ptAtT(newT);
1058 if (!SkDPoint::ApproximatelyEqual(testPt, base->fPt)) {
1061 return this != testParent || !this->ptsDisjoint(base->fT, base->fPt, testT, testPt);
1369 if (!SkDPoint::WayRoughlyEqual(refHead->fPt, checkHead->fPt)) {
1376 SkOPASSERT(!SkDPoint::ApproximatelyEqual(dBugRef->fPt, dBugCheck->fPt));
1413 SkScalar distSq = SkPointPriv::DistanceToSqd(ref->fPt, check->fPt);
1429 checkBest->fPt);
1624 edge->fCubic[0].set(startPtT.fPt);
1626 edge->fCubic[points].set(endPtT.fPt);
1672 if (!SkDPoint::ApproximatelyEqual(priorPtT->fPt, midPt)
1673 && !SkDPoint::ApproximatelyEqual(ptT->fPt, midPt)) {