Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.c61 lv_coord_t * start_pos, lv_coord_t * gap);
543 lv_coord_t * start_pos, lv_coord_t * gap) in place_content() argument
560 *start_pos += (max_size - content_size) / 2; in place_content()
564 *start_pos += max_size - content_size; in place_content()
571 *start_pos += *gap / 2; in place_content()
575 *start_pos += *gap; in place_content()