/external/skia/tests/ |
D | PathOpsThreadedCommon.h | 29 skiatest::Reporter* fReporter; member 35 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {} in PathOpsThreadedTestRunner() 43 skiatest::Reporter* fReporter; variable 54 fState.fReporter = runner->fReporter; in PathOpsThreadedRunnable() 62 fState.fReporter = runner->fReporter; in PathOpsThreadedRunnable() 71 fState.fReporter = runner->fReporter; in PathOpsThreadedRunnable()
|
D | BlitMaskClip.cpp | 17 , fReporter(reporter) { } in TestBlitter() 21 REPORTER_ASSERT(fReporter, x >= fBounds.fLeft && x < fBounds.fRight); in blitH() 22 REPORTER_ASSERT(fReporter, y >= fBounds.fTop && y < fBounds.fBottom); in blitH() 24 REPORTER_ASSERT(fReporter, right > fBounds.fLeft && right <= fBounds.fRight); in blitH() 29 skiatest::Reporter* fReporter; member in TestBlitter
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 76 REPORTER_ASSERT(state.fReporter, data); in testQuadLineIntersectMain() 100 testLineIntersect(state.fReporter, quad, line, x, y); in testQuadLineIntersectMain() 101 state.fReporter->bumpTestCount(); in testQuadLineIntersectMain() 103 testLineIntersect(state.fReporter, quad, line2, x, y); in testQuadLineIntersectMain() 104 state.fReporter->bumpTestCount(); in testQuadLineIntersectMain() 106 testLineIntersect(state.fReporter, quad, line3, x, y); in testQuadLineIntersectMain() 107 state.fReporter->bumpTestCount(); in testQuadLineIntersectMain()
|
D | PathOpsTightBoundsTest.cpp | 31 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsLines() 32 REPORTER_ASSERT(data->fReporter, classicBounds == tightBounds); in testTightBoundsLines() 81 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsQuads() 82 REPORTER_ASSERT(data->fReporter, classicBounds.contains(tightBounds)); in testTightBoundsQuads() 106 REPORTER_ASSERT(data->fReporter, tightOut.contains(bitsWritten)); in testTightBoundsQuads()
|
D | ErrorTest.cpp | 14 skiatest::Reporter *fReporter; member 27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) ); in cb() 38 context.fReporter = reporter; in DEF_TEST()
|
D | PathOpsOpCircleThreadedTest.cpp | 14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testOpCirclesMain() 56 testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "circles"); in testOpCirclesMain()
|
D | CachedDecodingPixelRefTest.cpp | 173 : INHERITED(GetMyInfo(colorType)), fType(type), fReporter(reporter) { in TestImageGenerator() 186 REPORTER_ASSERT(fReporter, pixels != nullptr); in onGetPixels() 187 REPORTER_ASSERT(fReporter, rowBytes >= info.minRowBytes()); in onGetPixels() 226 skiatest::Reporter* const fReporter; member in TestImageGenerator
|
D | PathOpsOpRectThreadedTest.cpp | 22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testPathOpsRectsMain() 74 testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects"); in testPathOpsRectsMain()
|
D | SkpSkGrTest.cpp | 128 skiatest::Reporter* fReporter; member 134 : fReporter(reporter) { in SkpSkGrThreadedTestRunner() 140 skiatest::Reporter* fReporter; member 150 fState.fReporter = runner->fReporter; in SkpSkGrThreadedRunnable() 673 bumpCount(data->fReporter, false); in testSkGrMain() 674 data->fReporter->bumpTestCount(); in testSkGrMain()
|
D | PathOpsOpCubicThreadedTest.cpp | 19 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testOpCubicsMain() 67 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics")) { in testOpCubicsMain()
|
D | PathOpsOpLoopThreadedTest.cpp | 35 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testOpLoopsMain() 88 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops"); in testOpLoopsMain()
|
D | PathOpsExtendedTest.cpp | 428 state.fReporter->bumpTestCount(); in testSimplify() 431 REPORTER_ASSERT(state.fReporter, 0); in testSimplify() 434 if (!state.fReporter->verbose()) { in testSimplify() 437 int result = comparePaths(state.fReporter, nullptr, path, out, *state.fBitmap); in testSimplify() 452 REPORTER_ASSERT(state.fReporter, 0); in testSimplify() 454 state.fReporter->bumpTestCount(); in testSimplify()
|
D | CodexTest.cpp | 742 : fReporter(r) in DEF_TEST() 751 REPORTER_ASSERT(fReporter, !fSeen[i]); in DEF_TEST() 755 REPORTER_ASSERT(fReporter, length == gUnknowns[i].size); in DEF_TEST() 756 REPORTER_ASSERT(fReporter, !strcmp((const char*) data, in DEF_TEST() 761 ERRORF(fReporter, "Saw an unexpected unknown chunk."); in DEF_TEST() 778 skiatest::Reporter* fReporter; // Unowned in DEF_TEST() member in DEF_TEST::ChunkReader
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testSimplifyDegeneratesMain()
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testSimplifyQuadralateralsMain()
|
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testSimplifyTrianglesMain()
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testSimplifyQuadsMain()
|
D | PathOpsSimplifyRectThreadedTest.cpp | 22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testSimplify4x4RectsMain()
|
D | PictureTest.cpp | 861 skiatest::Reporter* fReporter; member 869 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors, in assert_one_parse_error_cb() 871 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error, in assert_one_parse_error_cb() 911 context.fReporter = reporter; in DEF_TEST()
|
D | ImageFilterTest.cpp | 53 : SkImageFilter(0, nullptr), fReporter(reporter), fExpectedMatrix(expectedMatrix) { in MatrixTestImageFilter() 58 REPORTER_ASSERT(fReporter, ctx.ctm() == fExpectedMatrix); in onFilterImageDeprecated() 68 buffer.writeFunctionPtr(fReporter); in flatten() 73 skiatest::Reporter* fReporter; member in __anon8627e4d00111::MatrixTestImageFilter
|