Searched refs:RRectPathEffect (Results 1 – 1 of 1) sorted by relevance
1158 class RRectPathEffect : SkPathEffectBase { in test_path_effect_makes_rrect() class1165 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::RRectPathEffect1192 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()