Searched refs:REPORTER_ASSERT_MESSAGE (Results 1 – 11 of 11) sorted by relevance
/external/skia/tests/ |
D | CanvasTest.cpp | 331 REPORTER_ASSERT_MESSAGE(reporter, canvas-> CALL , \ 365 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount, in SaveMatrixClipStep() 367 REPORTER_ASSERT_MESSAGE(reporter, canvas->getTotalMatrix().isIdentity(), in SaveMatrixClipStep() 378 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount, in SaveLayerStep() 388 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount, in BoundedSaveLayerStep() 398 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount, in PaintSaveLayerStep() 461 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount == n, testStep->assertMessage()); in SaveRestoreTestStep() 462 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 1 == canvas->getSaveCount(), in SaveRestoreTestStep() 466 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 3 == canvas->getSaveCount(), in SaveRestoreTestStep() 469 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 1 == canvas->getSaveCount(), in SaveRestoreTestStep() [all …]
|
D | FontNamesTest.cpp | 118 REPORTER_ASSERT_MESSAGE(reporter, in test_synthetic() 123 REPORTER_ASSERT_MESSAGE(reporter, in test_synthetic() 133 REPORTER_ASSERT_MESSAGE(reporter, nameIndex == test[i].nameCount, in test_synthetic() 136 REPORTER_ASSERT_MESSAGE(reporter, !iter.next(record), in test_synthetic() 186 REPORTER_ASSERT_MESSAGE(reporter, in test_systemfonts() 198 REPORTER_ASSERT_MESSAGE(reporter, in test_systemfonts()
|
D | DrawPathTest.cpp | 31 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed"); in test_big_aa_rect() 46 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed"); in test_big_aa_rect()
|
D | Test.h | 81 #define REPORTER_ASSERT_MESSAGE(r, cond, message) \ macro
|
D | RecordingXfermodeTest.cpp | 171 REPORTER_ASSERT_MESSAGE(reporter, 0 == numErrors, errors.c_str()); in DEF_TEST()
|
D | FontHostTest.cpp | 109 REPORTER_ASSERT_MESSAGE(reporter, paintGlyphIds[i] == faceGlyphIds[i], a.c_str()); in test_charsToGlyphs()
|
D | CanvasStateTest.cpp | 40 REPORTER_ASSERT_MESSAGE(reporter, fHandle != NULL, "Failed to open library!"); in OpenLibResult()
|
D | ImageFilterTest.cpp | 320 REPORTER_ASSERT_MESSAGE(reporter, filter->filterImage(&proxy, bitmap, ctx, in test_crop_rects() 322 REPORTER_ASSERT_MESSAGE(reporter, offset.fX == 20 && offset.fY == 30, str.c_str()); in test_crop_rects() 514 REPORTER_ASSERT_MESSAGE(reporter, !diffs, filters[i].fName); in DEF_TEST()
|
D | PictureTest.cpp | 857 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors, in assert_one_parse_error_cb() 859 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error, in assert_one_parse_error_cb()
|
D | ClipStackTest.cpp | 1010 REPORTER_ASSERT_MESSAGE(reporter, region == reducedRegion, testCase.c_str()); in test_reduced_clip_stack()
|
D | PathTest.cpp | 748 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected quad verb"); in test_poly() 751 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected conic verb"); in test_poly() 754 REPORTER_ASSERT_MESSAGE(reporter, false, "unexpected cubic verb"); in test_poly()
|