Lines Matching refs:ptAtT
59 SkDPoint xy1 = c1.ptAtT(tt1); in standardTestCases()
61 SkDPoint xy2 = c2.ptAtT(tt2); in standardTestCases()
421 xy1 = c1.ptAtT(tt1); in oneOff()
423 xy2 = c2.ptAtT(tt2); in oneOff()
517 SkDPoint xy1 = c1.ptAtT(tt1); in CubicIntersection_RandTest()
519 SkDPoint xy2 = c2.ptAtT(tt2); in CubicIntersection_RandTest()
536 t1[0] = c1.ptAtT(t1Seed - t1Step); in intersectionFinder()
537 t1[1] = c1.ptAtT(t1Seed); in intersectionFinder()
538 t1[2] = c1.ptAtT(t1Seed + t1Step); in intersectionFinder()
539 t2[0] = c2.ptAtT(t2Seed - t2Step); in intersectionFinder()
540 t2[1] = c2.ptAtT(t2Seed); in intersectionFinder()
541 t2[2] = c2.ptAtT(t2Seed + t2Step); in intersectionFinder()
582 test = c1.ptAtT(t10); in intersectionFinder()
588 test = c1.ptAtT(t12); in intersectionFinder()
593 test = c2.ptAtT(t20); in intersectionFinder()
599 test = c2.ptAtT(t22); 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()
663 SkDPoint pt1 = chopped[0].ptAtT(i[0][index]); in selfOneOff()
664 SkDPoint pt2 = chopped[1].ptAtT(i[1][index]); in selfOneOff()