Lines Matching defs:xy2
63 SkDPoint xy2 = c2.ptAtT(tt2);
64 if (!xy1.approximatelyEqual(xy2)) {
66 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
68 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
418 SkDPoint xy1, xy2;
423 xy2 = c2.ptAtT(tt2);
428 iPt.fY, xy2.fX, xy2.fY, tt2);
431 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt));
432 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
519 SkDPoint xy2 = c2.ptAtT(tt2);
520 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));