Lines Matching refs:REPORTER_ASSERT
24 REPORTER_ASSERT(reporter, font->getTypeface());
25 REPORTER_ASSERT(reporter, 24 == font->getSize());
26 REPORTER_ASSERT(reporter, 1 == font->getScaleX());
27 REPORTER_ASSERT(reporter, 0 == font->getSkewX());
28 REPORTER_ASSERT(reporter, SkFont::kA8_MaskType == font->getMaskType());
35 REPORTER_ASSERT(reporter, 5 == count);
37 REPORTER_ASSERT(reporter, 0 != glyphs[i]);
39 REPORTER_ASSERT(reporter, glyphs[0] != glyphs[1]); // 'h' != 'e'
40 REPORTER_ASSERT(reporter, glyphs[2] == glyphs[3]); // 'l' == 'l'
43 REPORTER_ASSERT(reporter, newFont.get());
44 REPORTER_ASSERT(reporter, font->getTypeface() == newFont->getTypeface());
45 REPORTER_ASSERT(reporter, 36 == newFont->getSize()); // double check we haven't changed
46 REPORTER_ASSERT(reporter, 24 == font->getSize()); // double check we haven't changed
51 REPORTER_ASSERT(reporter, font.get());
52 REPORTER_ASSERT(reporter, font->getSize() == paint.getTextSize());
53 REPORTER_ASSERT(reporter, SkFont::kBW_MaskType == font->getMaskType());
81 REPORTER_ASSERT(reporter, first->uniqueID() == face->uniqueID());
96 REPORTER_ASSERT(reporter, fnset->count() == set->count());
106 // REPORTER_ASSERT(reporter, sname.size() > 0);
109 // REPORTER_ASSERT(reporter, face.get());
634 REPORTER_ASSERT(reporter, typeface->fontStyle() == testCase.expectedResult);
636 REPORTER_ASSERT(reporter, invalidFontStyle == testCase.expectedResult);