Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/core/
Dlv_obj_pos.h429 lv_coord_t lv_clamp_width(lv_coord_t width, lv_coord_t min_width, lv_coord_t max_width, lv_coord_t …
Dlv_obj_pos.c974 lv_coord_t lv_clamp_width(lv_coord_t width, lv_coord_t min_width, lv_coord_t max_width, lv_coord_t … in lv_clamp_width() argument
976 if(LV_COORD_IS_PCT(min_width)) min_width = (ref_width * LV_COORD_GET_PCT(min_width)) / 100; in lv_clamp_width()
978 return LV_CLAMP(min_width, width, max_width); in lv_clamp_width()
/lvgl-3.5.0/docs/overview/
Dstyle-props.md15 ### min_width subsection