Searched refs:geoPECase (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 1193 TestCase geoPECase(geo, pe, reporter); in test_path_effect_makes_rrect() local 1204 fillGeoCase.compare(reporter, geoPECase, TestCase::kAllDifferent_ComparisonExpecation); in test_path_effect_makes_rrect() 1208 fillGeoCase.compare(reporter, geoPECase, TestCase::kSameUpToPE_ComparisonExpecation); in test_path_effect_makes_rrect() 1211 geoPECase.compare(reporter, geoPEStrokeCase, in test_path_effect_makes_rrect() 1222 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectShape().asRRect(&rrect, nullptr, nullptr, in test_path_effect_makes_rrect() 1225 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect() 1227 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleShape().asRRect(&rrect, nullptr, nullptr, in test_path_effect_makes_rrect() 1230 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect() 1422 TestCase geoPECase(geo, pe, reporter); in test_path_effect_makes_empty_shape() local 1423 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleKey() == emptyKey); in test_path_effect_makes_empty_shape() [all …]
|