• Home
  • Raw
  • Download

Lines Matching refs:appliedPathEffectShape

560     const GrStyledShape& appliedPathEffectShape() const { return *fAppliedPE; }  in appliedPathEffectShape()  function in __anoncdfd062c0111::TestCase
870 REPORTER_ASSERT(reporter, hairlineCase.appliedPathEffectShape().style().isSimpleHairline()); in test_basic()
1222 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectShape().asRRect(&rrect, nullptr, nullptr, in test_path_effect_makes_rrect()
1233 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectShape().asRRect(&rrect, nullptr, in test_path_effect_makes_rrect()
1323 peCase.appliedPathEffectShape().asPath(&b); in test_make_hairline_path_effect()
1346 REPORTER_ASSERT(reporter, peCase.appliedPathEffectShape().style().isSimpleHairline()); in test_make_hairline_path_effect()
1426 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectShape().isEmpty()); in test_path_effect_makes_empty_shape()
1428 REPORTER_ASSERT(reporter, !geoPECase.appliedPathEffectShape().inverseFilled()); in test_path_effect_makes_empty_shape()
1439 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectShape().isEmpty()); in test_path_effect_makes_empty_shape()
1441 REPORTER_ASSERT(reporter, !geoPEStrokeCase.appliedPathEffectShape().inverseFilled()); in test_path_effect_makes_empty_shape()
1449 REPORTER_ASSERT(reporter, geoPEInvertCase.appliedPathEffectShape().isEmpty()); in test_path_effect_makes_empty_shape()
1451 REPORTER_ASSERT(reporter, geoPEInvertCase.appliedPathEffectShape().inverseFilled()); in test_path_effect_makes_empty_shape()
1460 REPORTER_ASSERT(reporter, geoPEInvertStrokeCase.appliedPathEffectShape().isEmpty()); in test_path_effect_makes_empty_shape()
1462 REPORTER_ASSERT(reporter, geoPEInvertStrokeCase.appliedPathEffectShape().inverseFilled()); in test_path_effect_makes_empty_shape()
1511 fillCase.appliedPathEffectShape().asPath(&a); in test_path_effect_fails()
1512 peCase.appliedPathEffectShape().asPath(&b); in test_path_effect_fails()
1519 strokeCase.appliedPathEffectShape().asPath(&a); in test_path_effect_fails()
1520 peStrokeCase.appliedPathEffectShape().asPath(&b); in test_path_effect_fails()
1535 REPORTER_ASSERT(reporter, fillEmptyCase.appliedPathEffectShape().isEmpty()); in DEF_TEST()
1538 REPORTER_ASSERT(reporter, !fillEmptyCase.appliedPathEffectShape().inverseFilled()); in DEF_TEST()
1542 REPORTER_ASSERT(reporter, fillInvertedEmptyCase.appliedPathEffectShape().isEmpty()); in DEF_TEST()
1545 REPORTER_ASSERT(reporter, fillInvertedEmptyCase.appliedPathEffectShape().inverseFilled()); in DEF_TEST()