Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DGrStyledShapeTest.cpp1391 class EmptyPathEffect : SkPathEffectBase { in test_path_effect_makes_empty_shape() class
1415 EmptyPathEffect(bool invert) : fInvert(invert) {} in test_path_effect_makes_empty_shape() function in test_path_effect_makes_empty_shape::EmptyPathEffect