Searched refs:geoPECase (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | GrShapeTest.cpp | 1180 TestCase geoPECase(geo, pe, reporter); in test_path_effect_makes_rrect() local 1191 fillGeoCase.compare(reporter, geoPECase, TestCase::kAllDifferent_ComparisonExpecation); in test_path_effect_makes_rrect() 1195 fillGeoCase.compare(reporter, geoPECase, TestCase::kSameUpToPE_ComparisonExpecation); in test_path_effect_makes_rrect() 1198 geoPECase.compare(reporter, geoPEStrokeCase, in test_path_effect_makes_rrect() 1209 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectShape().asRRect(&rrect, nullptr, nullptr, in test_path_effect_makes_rrect() 1212 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect() 1214 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleShape().asRRect(&rrect, nullptr, nullptr, in test_path_effect_makes_rrect() 1217 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect() 1403 TestCase geoPECase(geo, pe, reporter); in test_path_effect_makes_empty_shape() local 1404 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleKey() == emptyKey); in test_path_effect_makes_empty_shape() [all …]
|
/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 …]
|