Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

66     REPORTER_ASSERT(reporter, kPad == subset.left());
67 REPORTER_ASSERT(reporter, kPad == subset.top());
68 REPORTER_ASSERT(reporter, kSmallerSize == subset.width());
69 REPORTER_ASSERT(reporter, kSmallerSize == subset.height());
72 REPORTER_ASSERT(reporter, peekTextureSucceeds == !!TestingSpecialImageAccess::PeekTexture(img));
76 REPORTER_ASSERT(reporter, peekPixelsSucceeds ==
79 REPORTER_ASSERT(reporter, kFullSize == pixmap.width());
80 REPORTER_ASSERT(reporter, kFullSize == pixmap.height());
100 REPORTER_ASSERT(reporter, SK_ColorBLUE == bm.getColor(kPad-1, kPad-1));
101 REPORTER_ASSERT(reporter, SK_ColorRED == bm.getColor(kPad, kPad));
102 REPORTER_ASSERT(reporter, SK_ColorRED == bm.getColor(kSmallerSize+kPad-1,
104 REPORTER_ASSERT(reporter, SK_ColorBLUE == bm.getColor(kSmallerSize+kPad,