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

/external/skia/tests/
H A DPathOpsThreadedCommon.h29 skiatest::Reporter* fReporter; member in struct:PathOpsThreadState
35 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
43 skiatest::Reporter* fReporter; member in class:PathOpsThreadedTestRunner
54 fState.fReporter = runner->fReporter;
62 fState.fReporter = runner->fReporter;
71 fState.fReporter = runner->fReporter;
H A DBlitMaskClip.cpp17 , fReporter(reporter) { }
21 REPORTER_ASSERT(fReporter, x >= fBounds.fLeft && x < fBounds.fRight);
22 REPORTER_ASSERT(fReporter, y >= fBounds.fTop && y < fBounds.fBottom);
24 REPORTER_ASSERT(fReporter, right > fBounds.fLeft && right <= fBounds.fRight);
29 skiatest::Reporter* fReporter; member in class:TestBlitter
H A DErrorTest.cpp14 skiatest::Reporter *fReporter; member in struct:__anon17049
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) );
38 context.fReporter = reporter;
H A DPathOpsQuadLineIntersectionThreadedTest.cpp76 REPORTER_ASSERT(state.fReporter, data);
100 testLineIntersect(state.fReporter, quad, line, x, y);
101 state.fReporter->bumpTestCount();
103 testLineIntersect(state.fReporter, quad, line2, x, y);
104 state.fReporter->bumpTestCount();
106 testLineIntersect(state.fReporter, quad, line3, x, y);
107 state.fReporter->bumpTestCount();
H A DPathOpsTightBoundsTest.cpp31 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds));
32 REPORTER_ASSERT(data->fReporter, classicBounds == tightBounds);
81 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds));
82 REPORTER_ASSERT(data->fReporter, classicBounds.contains(tightBounds));
106 REPORTER_ASSERT(data->fReporter, tightOut.contains(bitsWritten));
H A DPathOpsOpCircleThreadedTest.cpp14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
56 testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "circles");
H A DPathOpsOpCubicThreadedTest.cpp19 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
67 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics")) {
H A DPathOpsOpLoopThreadedTest.cpp35 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
88 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops");
H A DPathOpsOpRectThreadedTest.cpp22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
74 testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects");
H A DCachedDecodingPixelRefTest.cpp173 : INHERITED(GetMyInfo(colorType)), fType(type), fReporter(reporter) {
186 REPORTER_ASSERT(fReporter, pixels != nullptr);
187 REPORTER_ASSERT(fReporter, rowBytes >= info.minRowBytes());
226 skiatest::Reporter* const fReporter; member in class:TestImageGenerator::skiatest
H A DSkpSkGrTest.cpp128 skiatest::Reporter* fReporter; member in struct:SkpSkGrThreadState
134 : fReporter(reporter) {
140 skiatest::Reporter* fReporter; member in struct:SkpSkGrThreadedTestRunner
150 fState.fReporter = runner->fReporter;
673 bumpCount(data->fReporter, false);
674 data->fReporter->bumpTestCount();
H A DPathOpsSimplifyDegenerateThreadedTest.cpp14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyQuadThreadedTest.cpp15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DPathOpsSimplifyTrianglesThreadedTest.cpp14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DCodexTest.cpp742 : fReporter(r)
751 REPORTER_ASSERT(fReporter, !fSeen[i]);
755 REPORTER_ASSERT(fReporter, length == gUnknowns[i].size);
756 REPORTER_ASSERT(fReporter, !strcmp((const char*) data,
761 ERRORF(fReporter, "Saw an unexpected unknown chunk.");
778 skiatest::Reporter* fReporter; // Unowned member in class:ChunkReader
H A DPathOpsExtendedTest.cpp428 state.fReporter->bumpTestCount();
431 REPORTER_ASSERT(state.fReporter, 0);
434 if (!state.fReporter->verbose()) {
437 int result = comparePaths(state.fReporter, nullptr, path, out, *state.fBitmap);
452 REPORTER_ASSERT(state.fReporter, 0);
454 state.fReporter->bumpTestCount();
H A DPathOpsSimplifyRectThreadedTest.cpp22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter?
H A DImageFilterTest.cpp53 : SkImageFilter(0, nullptr), fReporter(reporter), fExpectedMatrix(expectedMatrix) {
58 REPORTER_ASSERT(fReporter, ctx.ctm() == fExpectedMatrix);
68 buffer.writeFunctionPtr(fReporter);
73 skiatest::Reporter* fReporter; member in class:__anon17062::MatrixTestImageFilter
H A DPictureTest.cpp861 skiatest::Reporter* fReporter; member in struct:ErrorContext
869 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
871 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
911 context.fReporter = reporter;

Completed in 179 milliseconds