Home
last modified time | relevance | path

Searched refs:styleCenter_ (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.cpp400 if (styleCenter_ != nullptr) { in StyleSettingsDestroy()
401 OH_Drawing_PointDestroy(styleCenter_); in StyleSettingsDestroy()
402 styleCenter_ = nullptr; in StyleSettingsDestroy()
H A Dtest_base.h118 OH_Drawing_Point* styleCenter_ = nullptr; variable