Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/misc/
Dlv_style.h580 # define LV_ASSERT_STYLE(style_p) … argument
582 …LV_ASSERT_MSG(style_p != NULL, "The style is NULL"); …
583 …LV_ASSERT_MSG(style_p->sentinel == LV_STYLE_SENTINEL_VALUE, "Style is not initialized or corrupted…