Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrStyledShapeTest.cpp1294 class MakeHairlinePathEffect : SkPathEffectBase { in test_make_hairline_path_effect() class
1297 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::MakeHairlinePathEffect
1317 pe.setPathEffect(MakeHairlinePathEffect::Make()); in test_make_hairline_path_effect()