Lines Matching refs:SkDPoint
59 SkDPoint xy1 = c1.ptAtT(tt1); in standardTestCases()
61 SkDPoint xy2 = c2.ptAtT(tt2); in standardTestCases()
419 SkDPoint xy1, xy2; in oneOff()
425 const SkDPoint& iPt = intersections.pt(pt3); in oneOff()
518 SkDPoint xy1 = c1.ptAtT(tt1); in CubicIntersection_RandTest()
520 SkDPoint xy2 = c2.ptAtT(tt2); in CubicIntersection_RandTest()
531 SkDPoint t1[3], t2[3]; in intersectionFinder()
581 SkDPoint test; in intersectionFinder()
607 SkDPoint p10 = c1.ptAtT(t10); in intersectionFinder()
608 SkDPoint p1Seed = c1.ptAtT(t1Seed); in intersectionFinder()
609 SkDPoint p12 = c1.ptAtT(t12); in intersectionFinder()
612 SkDPoint p20 = c2.ptAtT(t20); in intersectionFinder()
613 SkDPoint p2Seed = c2.ptAtT(t2Seed); in intersectionFinder()
614 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()