Home
last modified time | relevance | path

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

/external/skia/tests/
DGrShapeTest.cpp1119 class MakeHairlinePathEffect : SkPathEffect { in test_make_hairline_path_effect() class
1129 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::MakeHairlinePathEffect
1139 pe.setPathEffect(MakeHairlinePathEffect::Make()); in test_make_hairline_path_effect()