Searched refs:styleMask_ (Results 1 – 2 of 2) sorted by relevance
392 if (styleMask_ != nullptr) { in StyleSettingsDestroy()393 OH_Drawing_MaskFilterDestroy(styleMask_); in StyleSettingsDestroy()394 styleMask_ = nullptr; in StyleSettingsDestroy()
116 OH_Drawing_MaskFilter* styleMask_ = nullptr; variable