Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

37     REPORTER_ASSERT(reporter, dom.getType(textElem) == SkDOM::kElement_Type);
40 REPORTER_ASSERT(reporter, textNode != nullptr);
42 REPORTER_ASSERT(reporter, dom.getType(textNode) == SkDOM::kText_Type);
43 REPORTER_ASSERT(reporter, strcmp(expected, dom.getName(textNode)) == 0);
49 REPORTER_ASSERT(reporter, x != nullptr);
52 REPORTER_ASSERT(reporter, SkParse::Count(x) == xposCount);
57 REPORTER_ASSERT(reporter, xpos[0] == offset.x());
60 REPORTER_ASSERT(reporter, xpos[i] == SkIntToScalar(expected[i]));
66 REPORTER_ASSERT(reporter, y != nullptr);
69 REPORTER_ASSERT(reporter, SkParse::Count(y) == yposCount);
74 REPORTER_ASSERT(reporter, ypos[0] == offset.y());
77 REPORTER_ASSERT(reporter, ypos[i] == -SkIntToScalar(expected[i]));