Home | History | Annotate | Download | only in tests

Lines Matching defs:xy1

59             SkDPoint xy1 = c1.ptAtT(tt1);
62 if (!xy1.approximatelyEqual(xy2)) {
64 __FUNCTION__, (int)index, pt, tt1, xy1.fX, xy1.fY, tt2, xy2.fX, xy2.fY);
66 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
418 SkDPoint xy1, xy2;
421 xy1 = c1.ptAtT(tt1);
427 __FUNCTION__, tt1, xy1.fX, xy1.fY, iPt.fX,
430 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt));
432 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
517 SkDPoint xy1 = c1.ptAtT(tt1);
520 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));