Lines Matching refs:xy1
59 SkDPoint xy1 = c1.ptAtT(tt1); in standardTestCases() local
62 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases()
64 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY); in standardTestCases()
66 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in standardTestCases()
419 SkDPoint xy1, xy2; in oneOff() local
422 xy1 = c1.ptAtT(tt1); in oneOff()
428 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX, in oneOff()
431 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); in oneOff()
433 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff()
518 SkDPoint xy1 = c1.ptAtT(tt1); in CubicIntersection_RandTest() local
521 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in CubicIntersection_RandTest()