Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrStyledShapeTest.cpp1158 class RRectPathEffect : SkPathEffectBase { in test_path_effect_makes_rrect() class
1165 static sk_sp<SkPathEffect> Make() { return sk_sp<SkPathEffect>(new RRectPathEffect); } in test_path_effect_makes_rrect()
1185 RRectPathEffect() {} in test_path_effect_makes_rrect() function in test_path_effect_makes_rrect::RRectPathEffect
1192 pe.setPathEffect(RRectPathEffect::Make()); in test_path_effect_makes_rrect()
1196 peStroke.setPathEffect(RRectPathEffect::Make()); in test_path_effect_makes_rrect()
1214 TestCase rrectFillCase(reporter, RRectPathEffect::RRect(), fill); in test_path_effect_makes_rrect()
1217 TestCase rrectStrokeCase(reporter, RRectPathEffect::RRect(), stroke); in test_path_effect_makes_rrect()
1224 REPORTER_ASSERT(reporter, rrect == RRectPathEffect::RRect()); in test_path_effect_makes_rrect()
1229 REPORTER_ASSERT(reporter, rrect == RRectPathEffect::RRect()); in test_path_effect_makes_rrect()
1235 REPORTER_ASSERT(reporter, rrect == RRectPathEffect::RRect()); in test_path_effect_makes_rrect()