Searched refs:appliedPathEffectShape (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 576 const GrStyledShape& appliedPathEffectShape() const { return *fAppliedPE; } in appliedPathEffectShape() function in __anonc84bedb00111::TestCase 886 REPORTER_ASSERT(reporter, hairlineCase.appliedPathEffectShape().style().isSimpleHairline()); in test_basic() 1238 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectShape().asRRect(&rrect, nullptr)); in test_path_effect_makes_rrect() 1247 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectShape().asRRect(&rrect, nullptr)); in test_path_effect_makes_rrect() 1335 peCase.appliedPathEffectShape().asPath(&b); in test_make_hairline_path_effect() 1358 REPORTER_ASSERT(reporter, peCase.appliedPathEffectShape().style().isSimpleHairline()); in test_make_hairline_path_effect() 1438 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectShape().isEmpty()); in test_path_effect_makes_empty_shape() 1440 REPORTER_ASSERT(reporter, !geoPECase.appliedPathEffectShape().inverseFilled()); in test_path_effect_makes_empty_shape() 1451 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectShape().isEmpty()); in test_path_effect_makes_empty_shape() 1453 REPORTER_ASSERT(reporter, !geoPEStrokeCase.appliedPathEffectShape().inverseFilled()); in test_path_effect_makes_empty_shape() [all …]
|