Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/span/
Dlv_span.c37 } lv_snippet_t; typedef
40 lv_snippet_t stack[LV_SPAN_SNIPPET_STACK_SIZE];
68 static void lv_snippet_push(lv_snippet_t * item);
69 static lv_snippet_t * lv_get_snippet(uint32_t index);
459 lv_snippet_t snippet; /* use to save cur_span info and push it to stack */ in lv_spangroup_get_expand_height()
752 static void lv_snippet_push(lv_snippet_t * item) in lv_snippet_push()
756 lv_memcpy(&stack_p->stack[stack_p->index], item, sizeof(lv_snippet_t)); in lv_snippet_push()
769 static lv_snippet_t * lv_get_snippet(uint32_t index) in lv_get_snippet()
926 lv_snippet_t snippet; /* use to save cur_span info and push it to stack */ in lv_draw_span()
1016 lv_snippet_t * last_snippet = lv_get_snippet(item_cnt - 1); in lv_draw_span()
[all …]