Searched refs:max_height (Results 1 – 4 of 4) sorted by relevance
463 int32_t lv_clamp_height(int32_t height, int32_t min_height, int32_t max_height, int32_t ref_height);
982 int32_t lv_clamp_height(int32_t height, int32_t min_height, int32_t max_height, int32_t ref_height) in lv_clamp_height() argument985 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()
44 style properties <typical bg props>`. ``max_height`` can be used to limit the
82 max_height subsection