Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_pos.h463 int32_t lv_clamp_height(int32_t height, int32_t min_height, int32_t max_height, int32_t ref_height);
Dlv_obj_pos.c982 int32_t lv_clamp_height(int32_t height, int32_t min_height, int32_t max_height, int32_t ref_height) in lv_clamp_height() argument
985 if(LV_COORD_IS_PCT(max_height)) max_height = (ref_height * LV_COORD_GET_PCT(max_height)) / 100; in lv_clamp_height()
986 return LV_CLAMP(min_height, height, max_height); in lv_clamp_height()
/lvgl-latest/docs/details/widgets/
Ddropdown.rst44 style properties <typical bg props>`. ``max_height`` can be used to limit the
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst82 max_height subsection