Lines Matching refs:SkDPoint
59 SkDPoint xy1 = c1.ptAtT(tt1); in standardTestCases()
61 SkDPoint xy2 = c2.ptAtT(tt2); in standardTestCases()
418 SkDPoint xy1, xy2; in oneOff()
424 const SkDPoint& iPt = intersections.pt(pt3); in oneOff()
517 SkDPoint xy1 = c1.ptAtT(tt1); in CubicIntersection_RandTest()
519 SkDPoint xy2 = c2.ptAtT(tt2); in CubicIntersection_RandTest()
530 SkDPoint t1[3], t2[3]; in intersectionFinder()
580 SkDPoint test; in intersectionFinder()
606 SkDPoint p10 = c1.ptAtT(t10); in intersectionFinder()
607 SkDPoint p1Seed = c1.ptAtT(t1Seed); in intersectionFinder()
608 SkDPoint p12 = c1.ptAtT(t12); in intersectionFinder()
611 SkDPoint p20 = c2.ptAtT(t20); in intersectionFinder()
612 SkDPoint p2Seed = c2.ptAtT(t2Seed); in intersectionFinder()
613 SkDPoint p22 = c2.ptAtT(t22); in intersectionFinder()
664 SkDPoint pt1 = chopped[0].ptAtT(i[0][index]); in selfOneOff()
665 SkDPoint pt2 = chopped[1].ptAtT(i[1][index]); in selfOneOff()