Searched refs:MakeHairlinePathEffect (Results 1 – 1 of 1) sorted by relevance
1119 class MakeHairlinePathEffect : SkPathEffect { in test_make_hairline_path_effect() class1129 return sk_sp<SkPathEffect>(new MakeHairlinePathEffect); in test_make_hairline_path_effect()1134 MakeHairlinePathEffect() {} in test_make_hairline_path_effect() function in test_make_hairline_path_effect::MakeHairlinePathEffect1139 pe.setPathEffect(MakeHairlinePathEffect::Make()); in test_make_hairline_path_effect()