Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/span/
Dlv_span.c70 static int32_t convert_indent_pct(lv_obj_t * spans, int32_t width);
448 int32_t indent = convert_indent_pct(obj, max_width); in lv_spangroup_get_expand_height()
867 static int32_t convert_indent_pct(lv_obj_t * obj, int32_t width) in convert_indent_pct() function
913 int32_t indent = convert_indent_pct(obj, max_width); in lv_draw_span()