HomeSort by relevance Sort by last modified time
    Searched refs:REPORTER_ASSERT_MESSAGE (Results 1 - 8 of 8) sorted by null

  /external/skia/tests/
CanvasTest.cpp 27 * REPORTER_ASSERT_MESSAGE(reporter, (...), \
271 REPORTER_ASSERT_MESSAGE(reporter, canvas-> CALL , \
348 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
350 REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalMatrix().isIdentity(),
352 REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalClip() == kTestRegion,
365 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
367 REPORTER_ASSERT_MESSAGE(reporter, !canvas->getTotalMatrix().isIdentity(),
369 REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalClip() != kTestRegion,
382 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
384 REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalMatrix().isIdentity()
    [all...]
ChecksumTest.cpp 36 REPORTER_ASSERT_MESSAGE(fReporter,
39 REPORTER_ASSERT_MESSAGE(fReporter, SkIsAlign4(size),
43 REPORTER_ASSERT_MESSAGE(fReporter,
46 REPORTER_ASSERT_MESSAGE(fReporter, SkIsAlign4(size),
FontNamesTest.cpp 119 REPORTER_ASSERT_MESSAGE(reporter,
124 REPORTER_ASSERT_MESSAGE(reporter,
134 REPORTER_ASSERT_MESSAGE(reporter, nameIndex == test[i].nameCount,
137 REPORTER_ASSERT_MESSAGE(reporter, !iter.next(record),
191 REPORTER_ASSERT_MESSAGE(reporter,
203 REPORTER_ASSERT_MESSAGE(reporter,
Test.h 101 #define REPORTER_ASSERT_MESSAGE(r, cond, message) \
DrawPathTest.cpp 51 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
66 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
PictureTest.cpp 367 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
369 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
FontHostTest.cpp 115 REPORTER_ASSERT_MESSAGE(reporter, paintGlyphIds[i] == faceGlyphIds[i], a.c_str());
PathTest.cpp 687 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected quad verb");
690 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected conic verb");
693 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected cubic verb");
    [all...]

Completed in 67 milliseconds