Home | History | Annotate | Download | only in tests

Lines Matching refs:fY

49         REPORTER_ASSERT(reporter, rect.fTop == SkTMin(line[0].fY, line[1].fY));
51 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(line[0].fY, line[1].fY));
55 REPORTER_ASSERT(reporter, rect2.fTop == SkTMin(line[0].fY, line[1].fY));
57 REPORTER_ASSERT(reporter, rect2.fBottom == SkTMax(line[0].fY, line[1].fY));
67 REPORTER_ASSERT(reporter, rect.fTop == SkTMin(quad[0].fY,
68 SkTMin(quad[1].fY, quad[2].fY)));
71 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(quad[0].fY,
72 SkTMax(quad[1].fY, quad[2].fY)));
87 REPORTER_ASSERT(reporter, rect.fTop == SkTMin(cubic[0].fY,
88 SkTMin(cubic[1].fY, SkTMin(cubic[2].fY, cubic[3].fY))));
91 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(cubic[0].fY,
92 SkTMax(cubic[1].fY, SkTMax(cubic[2].fY, cubic[3].fY))));