HomeSort by relevance Sort by last modified time
    Searched refs:fReporter (Results 1 - 22 of 22) sorted by null

  /external/skia/tests/
PathOpsThreadedCommon.h 34 skiatest::Reporter* fReporter;
43 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
51 skiatest::Reporter* fReporter;
62 fState.fReporter = runner->fReporter;
70 fState.fReporter = runner->fReporter;
79 fState.fReporter = runner->fReporter;
BlitMaskClip.cpp 17 , 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);
33 skiatest::Reporter* fReporter;
PathOpsQuadLineIntersectionThreadedTest.cpp 76 REPORTER_ASSERT(state.fReporter, data);
102 testLineIntersect(state.fReporter, quad, line, x, y);
103 state.fReporter->bumpTestCount();
105 testLineIntersect(state.fReporter, quad, line2, x, y);
106 state.fReporter->bumpTestCount();
108 testLineIntersect(state.fReporter, quad, line3, x, y);
109 state.fReporter->bumpTestCount();
CachedDecodingPixelRefTest.cpp 37 : INHERITED(GetMyInfo(colorType)), fType(type), fReporter(reporter) {
50 REPORTER_ASSERT(fReporter, pixels != nullptr);
51 REPORTER_ASSERT(fReporter, rowBytes >= info.minRowBytes());
82 skiatest::Reporter* const fReporter;
PathOpsOpCircleThreadedTest.cpp 31 if (state.fReporter->verbose()) {
50 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "circles")) {
51 if (state.fReporter->verbose()) {
PathOpsSimplifyRectThreadedTest.cpp 66 if (state.fReporter->verbose()) {
97 if (state.fReporter->verbose()) {
128 if (state.fReporter->verbose()) {
159 if (state.fReporter->verbose()) {
168 if (state.fReporter->verbose()) {
172 if (state.fReporter->verbose()) {
PathOpsTightBoundsTest.cpp 31 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));
PathOpsOpCubicThreadedTest.cpp 38 if (state.fReporter->verbose()) {
61 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics")) {
62 if (state.fReporter->verbose()) {
PathOpsOpRectThreadedTest.cpp 45 if (state.fReporter->verbose()) {
69 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects")) {
70 if (state.fReporter->verbose()) {
Test.h 79 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) {
80 fReporter->push(message);
83 fReporter->pop();
87 Reporter* fReporter;
PathOpsOpLoopThreadedTest.cpp 58 if (state.fReporter->verbose()) {
81 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops");
PathOpsSimplifyDegenerateThreadedTest.cpp 44 if (state.fReporter->verbose()) {
57 if (state.fReporter->verbose()) {
PathOpsSimplifyQuadThreadedTest.cpp 50 if (state.fReporter->verbose()) {
68 if (state.fReporter->verbose()) {
PathOpsSimplifyQuadralateralsThreadedTest.cpp 50 if (state.fReporter->verbose()) {
70 if (state.fReporter->verbose()) {
PathOpsSimplifyTrianglesThreadedTest.cpp 47 if (state.fReporter->verbose()) {
61 if (state.fReporter->verbose()) {
SerializationTest.cpp 632 skiatest::Reporter* fReporter;
640 , fReporter(reporter)
647 REPORTER_ASSERT(fReporter, fCount == fCurrIndex);
652 REPORTER_ASSERT(fReporter, fCurrIndex < fCount);
653 REPORTER_ASSERT(fReporter, rect == fRec[fCurrIndex].fRect);
654 REPORTER_ASSERT(fReporter, !strcmp(key, fRec[fCurrIndex].fKey));
655 REPORTER_ASSERT(fReporter, value->equals(fRec[fCurrIndex].fValue.get()));
SkpSkGrTest.cpp 125 skiatest::Reporter* fReporter;
131 : fReporter(reporter) {
137 skiatest::Reporter* fReporter;
147 fState.fReporter = runner->fReporter;
664 bumpCount(data->fReporter, false);
665 data->fReporter->bumpTestCount();
PathOpsExtendedTest.cpp 445 state.fReporter->bumpTestCount();
448 REPORTER_ASSERT(state.fReporter, 0);
451 if (!state.fReporter->verbose()) {
454 int result = comparePaths(state.fReporter, nullptr, path, out, *state.fBitmap);
467 REPORTER_ASSERT(state.fReporter, 0);
469 state.fReporter->bumpTestCount();
CodecTest.cpp 745 : fReporter(r)
754 REPORTER_ASSERT(fReporter, !fSeen[i]);
758 REPORTER_ASSERT(fReporter, length == gUnknowns[i].size);
759 REPORTER_ASSERT(fReporter, !strcmp((const char*) data,
764 ERRORF(fReporter, "Saw an unexpected unknown chunk.");
781 skiatest::Reporter* fReporter; // Unowned
    [all...]
PathOpsChalkboardTest.cpp 90 chalkboard(data->fReporter, testlines);
PathOpsTigerTest.cpp 232 tiger8b_x(data->fReporter, testlines);
234 tiger8a_x(data->fReporter, testlines);
    [all...]
ImageFilterTest.cpp 63 REPORTER_ASSERT(fReporter, ctx.ctm() == fExpectedMatrix);
78 , fReporter(reporter)
82 skiatest::Reporter* fReporter;
    [all...]

Completed in 494 milliseconds