Searched refs:dPtAtT (Results 1 – 8 of 8) sorted by relevance
372 SkDVector m0 = segment()->dPtAtT(this->midT()) - this->fPart.fCurve[0]; in checkParallel()373 SkDVector m1 = rh->segment()->dPtAtT(rh->midT()) - rh->fPart.fCurve[0]; in checkParallel()468 SkDVector m0 = this->segment()->dPtAtT(this->midT()) - this->fPart.fCurve[0]; in convexHullOverlaps()469 SkDVector m1 = rh->segment()->dPtAtT(rh->midT()) - rh->fPart.fCurve[0]; in convexHullOverlaps()550 const SkDPoint& dPt = segment.dPtAtT(smallTs[index]); in endsIntersect()626 SkDVector mid = segment.dPtAtT(tStart + (sCeptT - tStart) / 2) - curve[0]; in endsIntersect()
198 SkDPoint dPtAtT(double mid) const { in dPtAtT() function
1263 SkDPoint testStartPt = testSegment->dPtAtT(testStartT); in debugCheckNearCoincidence()1265 SkDPoint testEndPt = testSegment->dPtAtT(testEndT); in debugCheckNearCoincidence()1275 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in debugCheckNearCoincidence()1287 SkDPoint nextEndPt = nextSegment->dPtAtT(nextEndT); in debugCheckNearCoincidence()
509 SkDPoint testPt = this->dPtAtT(t); in distSq()834 SkDPoint cPt = this->dPtAtT(t); in isClose()