Searched refs:EmptyPathEffect (Results 1 – 1 of 1) sorted by relevance
1379 class EmptyPathEffect : SkPathEffectBase { in test_path_effect_makes_empty_shape() class1382 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::EmptyPathEffect1421 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()