Lines Matching refs:appliedPathEffectShape
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()
1461 REPORTER_ASSERT(reporter, geoPEInvertCase.appliedPathEffectShape().isEmpty()); in test_path_effect_makes_empty_shape()
1463 REPORTER_ASSERT(reporter, geoPEInvertCase.appliedPathEffectShape().inverseFilled()); in test_path_effect_makes_empty_shape()
1472 REPORTER_ASSERT(reporter, geoPEInvertStrokeCase.appliedPathEffectShape().isEmpty()); in test_path_effect_makes_empty_shape()
1474 REPORTER_ASSERT(reporter, geoPEInvertStrokeCase.appliedPathEffectShape().inverseFilled()); in test_path_effect_makes_empty_shape()
1523 fillCase.appliedPathEffectShape().asPath(&a); in test_path_effect_fails()
1524 peCase.appliedPathEffectShape().asPath(&b); in test_path_effect_fails()
1531 strokeCase.appliedPathEffectShape().asPath(&a); in test_path_effect_fails()
1532 peStrokeCase.appliedPathEffectShape().asPath(&b); in test_path_effect_fails()
1547 REPORTER_ASSERT(reporter, fillEmptyCase.appliedPathEffectShape().isEmpty()); in DEF_TEST()
1550 REPORTER_ASSERT(reporter, !fillEmptyCase.appliedPathEffectShape().inverseFilled()); in DEF_TEST()
1554 REPORTER_ASSERT(reporter, fillInvertedEmptyCase.appliedPathEffectShape().isEmpty()); in DEF_TEST()
1557 REPORTER_ASSERT(reporter, fillInvertedEmptyCase.appliedPathEffectShape().inverseFilled()); in DEF_TEST()