Searched refs:MakeHairlinePathEffect (Results 1 – 1 of 1) sorted by relevance
1294 class MakeHairlinePathEffect : SkPathEffectBase { in test_make_hairline_path_effect() class1297 return sk_sp<SkPathEffect>(new MakeHairlinePathEffect); in test_make_hairline_path_effect()1312 MakeHairlinePathEffect() {} in test_make_hairline_path_effect() function in test_make_hairline_path_effect::MakeHairlinePathEffect1317 pe.setPathEffect(MakeHairlinePathEffect::Make()); in test_make_hairline_path_effect()