Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/span/
Dlv_span.c67 static uint32_t lv_get_snippet_count(void);
764 static uint32_t lv_get_snippet_count(void) in lv_get_snippet_count() function
969 if(next_ofs > 0 && lv_get_snippet_count() > 0) { in lv_draw_span()
1009 uint32_t item_cnt = lv_get_snippet_count(); in lv_draw_span()