Lines Matching refs:ptAtT
53 SkDPoint xy1 = cubic1.ptAtT(tt1); in standardTestCases()
55 SkDPoint xy2 = cubic2.ptAtT(tt2); in standardTestCases()
347 xy1 = cubic1.ptAtT(tt1); in oneOff()
349 xy2 = cubic2.ptAtT(tt2); in oneOff()
434 SkDPoint xy1 = cubic1.ptAtT(tt1); in CubicIntersection_RandTest()
436 SkDPoint xy2 = cubic2.ptAtT(tt2); in CubicIntersection_RandTest()
450 t1[0] = cubic1.ptAtT(t1Seed - t1Step); in intersectionFinder()
451 t1[1] = cubic1.ptAtT(t1Seed); in intersectionFinder()
452 t1[2] = cubic1.ptAtT(t1Seed + t1Step); in intersectionFinder()
453 t2[0] = cubic2.ptAtT(t2Seed - t2Step); in intersectionFinder()
454 t2[1] = cubic2.ptAtT(t2Seed); in intersectionFinder()
455 t2[2] = cubic2.ptAtT(t2Seed + t2Step); in intersectionFinder()
496 test = cubic1.ptAtT(t10); in intersectionFinder()
502 test = cubic1.ptAtT(t12); in intersectionFinder()
507 test = cubic2.ptAtT(t20); in intersectionFinder()
513 test = cubic2.ptAtT(t22); in intersectionFinder()
520 SkDPoint p10 = cubic1.ptAtT(t10); in intersectionFinder()
521 SkDPoint p1Seed = cubic1.ptAtT(t1Seed); in intersectionFinder()
522 SkDPoint p12 = cubic1.ptAtT(t12); in intersectionFinder()
525 SkDPoint p20 = cubic2.ptAtT(t20); in intersectionFinder()
526 SkDPoint p2Seed = cubic2.ptAtT(t2Seed); in intersectionFinder()
527 SkDPoint p22 = cubic2.ptAtT(t22); in intersectionFinder()
563 max[idx2], cubic.ptAtT(max[idx2]).fX, cubic.ptAtT(max[idx2]).fY); in selfOneOff()
584 SkDPoint pt1 = cubic.ptAtT(i[0][0]); in selfOneOff()
585 SkDPoint pt2 = cubic.ptAtT(i[1][0]); in selfOneOff()