Lines Matching refs:SkDPoint
56 SkDPoint xy1 = cubic1.ptAtT(tt1); in standardTestCases()
58 SkDPoint xy2 = cubic2.ptAtT(tt2); in standardTestCases()
409 SkDPoint xy1, xy2; in oneOff()
415 const SkDPoint& iPt = intersections.pt(pt3); in oneOff()
505 SkDPoint xy1 = cubic1.ptAtT(tt1); in CubicIntersection_RandTest()
507 SkDPoint xy2 = cubic2.ptAtT(tt2); in CubicIntersection_RandTest()
518 SkDPoint t1[3], t2[3]; in intersectionFinder()
565 SkDPoint test; in intersectionFinder()
591 SkDPoint p10 = cubic1.ptAtT(t10); in intersectionFinder()
592 SkDPoint p1Seed = cubic1.ptAtT(t1Seed); in intersectionFinder()
593 SkDPoint p12 = cubic1.ptAtT(t12); in intersectionFinder()
596 SkDPoint p20 = cubic2.ptAtT(t20); in intersectionFinder()
597 SkDPoint p2Seed = cubic2.ptAtT(t2Seed); in intersectionFinder()
598 SkDPoint p22 = cubic2.ptAtT(t22); in intersectionFinder()
647 SkDPoint pt1 = chopped[0].ptAtT(i[0][index]); in selfOneOff()
648 SkDPoint pt2 = chopped[1].ptAtT(i[1][index]); in selfOneOff()