Home
last modified time | relevance | path

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

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