Home
last modified time | relevance | path

Searched refs:fReporter (Results 1 – 20 of 20) sorted by relevance

/external/skia/tests/
DPathOpsThreadedCommon.h29 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()
DBlitMaskClip.cpp17 , 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
DPathOpsQuadLineIntersectionThreadedTest.cpp76 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()
DPathOpsTightBoundsTest.cpp31 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()
DErrorTest.cpp14 skiatest::Reporter *fReporter; member
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) ); in cb()
38 context.fReporter = reporter; in DEF_TEST()
DPathOpsOpCircleThreadedTest.cpp14 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()
DCachedDecodingPixelRefTest.cpp173 : 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
DPathOpsOpRectThreadedTest.cpp22 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()
DSkpSkGrTest.cpp128 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()
DPathOpsOpCubicThreadedTest.cpp19 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()
DPathOpsOpLoopThreadedTest.cpp35 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()
DPathOpsExtendedTest.cpp428 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()
DCodexTest.cpp742 : 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
DPathOpsSimplifyDegenerateThreadedTest.cpp14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testSimplifyDegeneratesMain()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testSimplifyQuadralateralsMain()
DPathOpsSimplifyTrianglesThreadedTest.cpp14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testSimplifyTrianglesMain()
DPathOpsSimplifyQuadThreadedTest.cpp15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testSimplifyQuadsMain()
DPathOpsSimplifyRectThreadedTest.cpp22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? in testSimplify4x4RectsMain()
DPictureTest.cpp861 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()
DImageFilterTest.cpp53 : 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