/external/skia/tests/ |
PaintBreakTextTest.cpp | 25 REPORTER_ASSERT_MESSAGE(reporter, n <= length, msg); 26 REPORTER_ASSERT_MESSAGE(reporter, m <= width, msg); 29 REPORTER_ASSERT_MESSAGE(reporter, m == 0, msg); 33 REPORTER_ASSERT_MESSAGE(reporter, m == mm, msg); 35 REPORTER_ASSERT_MESSAGE(reporter, n > nn, msg); 36 REPORTER_ASSERT_MESSAGE(reporter, m > mm, msg); 54 REPORTER_ASSERT_MESSAGE(reporter, length2 == length, msg); 55 REPORTER_ASSERT_MESSAGE(reporter, mm == width, msg); 70 REPORTER_ASSERT_MESSAGE(reporter, length == kSize, msg); 71 REPORTER_ASSERT_MESSAGE(reporter, mm == width, msg) [all...] |
CanvasTest.cpp | 26 * REPORTER_ASSERT_MESSAGE(reporter, (...), \ 318 REPORTER_ASSERT_MESSAGE(reporter, canvas-> CALL , \ 349 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount, 351 REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalMatrix().isIdentity(), 353 // REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalClip() != kTestRegion, testStep->assertMessage()); 362 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount, 372 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount, 382 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount, 445 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount == n, testStep->assertMessage()); 446 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 1 == canvas->getSaveCount() [all...] |
FontNamesTest.cpp | 118 REPORTER_ASSERT_MESSAGE(reporter, 123 REPORTER_ASSERT_MESSAGE(reporter, 133 REPORTER_ASSERT_MESSAGE(reporter, nameIndex == test[i].nameCount, 136 REPORTER_ASSERT_MESSAGE(reporter, !iter.next(record), 186 REPORTER_ASSERT_MESSAGE(reporter, 198 REPORTER_ASSERT_MESSAGE(reporter,
|
RecordingXfermodeTest.cpp | 171 REPORTER_ASSERT_MESSAGE(reporter, 0 == numErrors, errors.c_str());
|
Test.h | 65 REPORTER_ASSERT_MESSAGE(reporter, x == 15, "x should be 15"); 97 #define REPORTER_ASSERT_MESSAGE(r, cond, message) \
|
DrawPathTest.cpp | 32 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed"); 47 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
|
EGLImageTest.cpp | 65 REPORTER_ASSERT_MESSAGE(reporter, !write, "Should not be able to write to a EXTERNAL"
|
CanvasStateTest.cpp | 41 REPORTER_ASSERT_MESSAGE(reporter, fHandle != nullptr, "Failed to open library!");
|
FontHostTest.cpp | 109 REPORTER_ASSERT_MESSAGE(reporter, paintGlyphIds[i] == faceGlyphIds[i], a.c_str());
|
ImageFilterTest.cpp | 324 REPORTER_ASSERT_MESSAGE(reporter, 328 REPORTER_ASSERT_MESSAGE(reporter, offset.fX == 20 && offset.fY == 30, str.c_str()); 534 REPORTER_ASSERT_MESSAGE(reporter, !diffs, filters[i].fName); [all...] |
PictureTest.cpp | 869 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors, 871 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error, [all...] |
ClipStackTest.cpp | [all...] |
PathTest.cpp | 866 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected quad verb"); 869 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected conic verb"); 872 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected cubic verb"); [all...] |