Home
last modified time | relevance | path

Searched refs:REPORTER_ASSERT_MESSAGE (Results 1 – 11 of 11) sorted by relevance

/external/skia/tests/
DCanvasTest.cpp331 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 …]
DFontNamesTest.cpp118 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()
DDrawPathTest.cpp31 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()
DTest.h81 #define REPORTER_ASSERT_MESSAGE(r, cond, message) \ macro
DRecordingXfermodeTest.cpp171 REPORTER_ASSERT_MESSAGE(reporter, 0 == numErrors, errors.c_str()); in DEF_TEST()
DFontHostTest.cpp109 REPORTER_ASSERT_MESSAGE(reporter, paintGlyphIds[i] == faceGlyphIds[i], a.c_str()); in test_charsToGlyphs()
DCanvasStateTest.cpp40 REPORTER_ASSERT_MESSAGE(reporter, fHandle != NULL, "Failed to open library!"); in OpenLibResult()
DImageFilterTest.cpp320 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()
DPictureTest.cpp857 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()
DClipStackTest.cpp1010 REPORTER_ASSERT_MESSAGE(reporter, region == reducedRegion, testCase.c_str()); in test_reduced_clip_stack()
DPathTest.cpp748 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()