Home
last modified time | relevance | path

Searched refs:appliedPathEffectShape (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/tests/
DGrStyledShapeTest.cpp560 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()
[all …]