Lines Matching refs:fillCase
783 TestCase fillCase(geo, fill, reporter);
787 fillCase.testExpectations(reporter, expectations);
790 ->compare(reporter, fillCase, TestCase::kAllSame_ComparisonExpecation);
816 fillCase.compare(reporter, stroke2RoundBevelCase,
818 fillCase.compare(reporter, stroke2RoundBevelDashCase,
821 fillCase.compare(reporter, stroke2RoundBevelCase,
823 fillCase.compare(reporter, stroke2RoundBevelDashCase,
864 hairlineCase.compare(reporter, fillCase, TestCase::kAllDifferent_ComparisonExpecation);
866 hairlineCase.compare(reporter, fillCase, TestCase::kAllSame_ComparisonExpecation);
1112 TestCase fillCase(geo, SkPaint(), reporter);
1113 dashFillCase.compare(reporter, fillCase, TestCase::kAllSame_ComparisonExpecation);
1131 TestCase fillCase(geo, fill, reporter);
1138 // Check whether the fillCase or strokeCase/nullDashCase would undergo a geometric tranformation
1141 nullDashCase.compare(reporter, fillCase, TestCase::kAllDifferent_ComparisonExpecation);
1143 nullDashCase.compare(reporter, fillCase, TestCase::kSameUpToStroke_ComparisonExpecation);
1487 TestCase fillCase(geo, fill, reporter);
1511 fillCase.appliedPathEffectShape().asPath(&a);
1515 fillCase.appliedFullStyleShape().asPath(&a);
1819 const GrStyledShape& fillCase = shapes[index(inverted, dir, start, kFill,
1822 make_key(&fillCaseKey, fillCase);
1831 REPORTER_ASSERT(r, !fillCase.style().pathEffect());
1833 TestCase a(fillCase, r);