Searched refs:appliedPathEffectShape (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | GrShapeTest.cpp | 285 const GrShape& appliedPathEffectShape() const { return fAppliedPE; } in appliedPathEffectShape() function in __anon026913a40111::TestCase 706 REPORTER_ASSERT(reporter, hairlineCase.appliedPathEffectShape().style().isSimpleHairline()); in test_basic() 1051 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectShape().asRRect(&rrect, nullptr, nullptr, in test_path_effect_makes_rrect() 1062 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectShape().asRRect(&rrect, nullptr, in test_path_effect_makes_rrect() 1145 peCase.appliedPathEffectShape().asPath(&b); in test_make_hairline_path_effect() 1168 REPORTER_ASSERT(reporter, peCase.appliedPathEffectShape().style().isSimpleHairline()); in test_make_hairline_path_effect() 1230 REPORTER_ASSERT(reporter, geoCase.appliedPathEffectShape().isEmpty()); in test_path_effect_makes_empty_shape() 1241 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectShape().isEmpty()); in test_path_effect_makes_empty_shape() 1290 fillCase.appliedPathEffectShape().asPath(&a); in test_path_effect_fails() 1291 peCase.appliedPathEffectShape().asPath(&b); in test_path_effect_fails() [all …]
|