Lines Matching refs:fillCase
619 TestCase fillCase(geo, fill, reporter); in test_basic() local
623 fillCase.testExpectations(reporter, expectations); in test_basic()
625 TestCase(geo, fill, reporter).compare(reporter, fillCase, in test_basic()
652 fillCase.compare(reporter, stroke2RoundBevelCase, in test_basic()
654 fillCase.compare(reporter, stroke2RoundBevelDashCase, in test_basic()
657 fillCase.compare(reporter, stroke2RoundBevelCase, in test_basic()
659 fillCase.compare(reporter, stroke2RoundBevelDashCase, in test_basic()
700 hairlineCase.compare(reporter, fillCase, TestCase::kAllDifferent_ComparisonExpecation); in test_basic()
702 hairlineCase.compare(reporter, fillCase, TestCase::kAllSame_ComparisonExpecation); in test_basic()
948 TestCase fillCase(geo, SkPaint(), reporter); in test_dash_fill() local
949 dashFillCase.compare(reporter, fillCase, TestCase::kAllSame_ComparisonExpecation); in test_dash_fill()
967 TestCase fillCase(geo, fill, reporter); in test_null_dash() local
977 nullDashCase.compare(reporter, fillCase, TestCase::kAllDifferent_ComparisonExpecation); in test_null_dash()
979 nullDashCase.compare(reporter, fillCase, TestCase::kSameUpToStroke_ComparisonExpecation); in test_null_dash()
1266 TestCase fillCase(geo, fill, reporter); in test_path_effect_fails() local
1290 fillCase.appliedPathEffectShape().asPath(&a); in test_path_effect_fails()
1294 fillCase.appliedFullStyleShape().asPath(&a); in test_path_effect_fails()
1539 const GrShape& fillCase = shapes[index(inverted, dir, start, kFill, dash)]; in test_rrect() local
1541 make_key(&fillCaseKey, fillCase); in test_rrect()
1550 REPORTER_ASSERT(r, !fillCase.style().pathEffect()); in test_rrect()
1552 TestCase a(fillCase, r); in test_rrect()