Lines Matching full:reporter
62 DEF_TEST(Paint_cmap, reporter) {
106 REPORTER_ASSERT(reporter, NGLYPHS == nglyphs);
107 REPORTER_ASSERT(reporter, index == first);
108 REPORTER_ASSERT(reporter, 0 == memcmp(glyphs0, glyphs1, NGLYPHS * sizeof(uint16_t)));
110 REPORTER_ASSERT(reporter, NGLYPHS == first);
112 REPORTER_ASSERT(reporter, NGLYPHS > first);
119 DEF_TEST(Paint_filterlevel, reporter) {
122 REPORTER_ASSERT(reporter,
133 REPORTER_ASSERT(reporter, gLevels[i] == p0.getFilterLevel());
135 REPORTER_ASSERT(reporter, gLevels[i] == p1.getFilterLevel());
138 REPORTER_ASSERT(reporter,
143 DEF_TEST(Paint_copy, reporter) {
159 REPORTER_ASSERT(reporter, paint == copiedPaint);
165 REPORTER_ASSERT(reporter, paintGenID == copiedPaintGenID);
166 REPORTER_ASSERT(reporter, paint == copiedPaint);
171 REPORTER_ASSERT(reporter, paint == copiedPaint);
175 REPORTER_ASSERT(reporter, paint.getGenerationID() == paintGenID);
176 REPORTER_ASSERT(reporter, copiedPaint.getGenerationID() != copiedPaintGenID);
178 REPORTER_ASSERT(reporter, paint == copiedPaint); // operator== ignores fGenerationID
185 REPORTER_ASSERT(reporter, cleanPaint == paint);
186 REPORTER_ASSERT(reporter, cleanPaint == copiedPaint);
190 REPORTER_ASSERT(reporter, paint.getGenerationID() != paintGenID);
191 REPORTER_ASSERT(reporter, copiedPaint.getGenerationID() != copiedPaintGenID);
193 REPORTER_ASSERT(reporter, cleanPaint == paint);
194 REPORTER_ASSERT(reporter, cleanPaint == copiedPaint);
200 DEF_TEST(Paint_regression_cubic, reporter) {
229 REPORTER_ASSERT(reporter, maxR.contains(strokeR));
232 DEF_TEST(Paint_flattening, reporter) {
295 REPORTER_ASSERT(reporter, paint2 == paint);
303 DEF_TEST(Paint_regression_measureText, reporter) {
313 REPORTER_ASSERT(reporter, r.isEmpty());