Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.cpp408 if (stylePathEffect_ != nullptr) { in StyleSettingsDestroy()
409 OH_Drawing_PathEffectDestroy(stylePathEffect_); in StyleSettingsDestroy()
410 stylePathEffect_ = nullptr; in StyleSettingsDestroy()
H A Dtest_base.h120 OH_Drawing_PathEffect* stylePathEffect_ = nullptr; variable