Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrStyledShapeTest.cpp1379 class EmptyPathEffect : SkPathEffectBase { in test_path_effect_makes_empty_shape() class
1382 return sk_sp<SkPathEffect>(new EmptyPathEffect(invert)); in test_path_effect_makes_empty_shape()
1403 EmptyPathEffect(bool invert) : fInvert(invert) {} in test_path_effect_makes_empty_shape() function in test_path_effect_makes_empty_shape::EmptyPathEffect
1421 pe.setPathEffect(EmptyPathEffect::Make(false)); in test_path_effect_makes_empty_shape()
1432 peStroke.setPathEffect(EmptyPathEffect::Make(false)); in test_path_effect_makes_empty_shape()
1443 pe.setPathEffect(EmptyPathEffect::Make(true)); in test_path_effect_makes_empty_shape()
1454 peStroke.setPathEffect(EmptyPathEffect::Make(true)); in test_path_effect_makes_empty_shape()