Lines Matching refs:SkDVector

274     SkDVector scratch[2];  in checkParallel()
275 const SkDVector* sweep, * tweep; in checkParallel()
311 SkDVector m0 = segment()->dPtAtT(this->midT()) - this->fCurvePart[0]; in checkParallel()
312 SkDVector m1 = rh->segment()->dPtAtT(rh->midT()) - rh->fCurvePart[0]; in checkParallel()
376 const SkDVector* sweep = this->fSweep; in convexHullOverlaps()
377 const SkDVector* tweep = rh->fSweep; in convexHullOverlaps()
407 SkDVector m0 = this->segment()->dPtAtT(this->midT()) - this->fCurvePart[0]; in convexHullOverlaps()
408 SkDVector m1 = rh->segment()->dPtAtT(rh->midT()) - rh->fCurvePart[0]; in convexHullOverlaps()
433 SkDVector v; in distEndRatio()
480 SkDVector sCept = {0, 0}; in endsIntersect()
490 SkDVector cept = dPt - rays[index][0]; in endsIntersect()
495 SkDVector total = rays[index][1] - rays[index][0]; in endsIntersect()
500 SkDVector end = rays[index][1] - rays[index][0]; in endsIntersect()
540 SkDVector mid = segment.dPtAtT(tStart + (sCeptT - tStart) / 2) - curve[0]; in endsIntersect()
557 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(), in endToSide()
594 SkDVector vLeft = *endPt - start; in endToSide()
595 SkDVector vRight = oppPt - start; in endToSide()
802 SkDVector iSide = iMid.pt(iOutside) - dStartPt; in midToSide()
803 SkDVector oppSide = oppMid.pt(oppOutside) - dStartPt; in midToSide()
903 SkDVector thirdSweep = fCurvePart[3] - fCurvePart[0]; in setCurveHullSweep()
1088 const SkDVector* sweep = fSweep; in tangentsDiverge()
1089 const SkDVector* tweep = rh->fSweep; in tangentsDiverge()