Searched refs:min_width (Results 1 – 3 of 3) sorted by relevance
429 lv_coord_t lv_clamp_width(lv_coord_t width, lv_coord_t min_width, lv_coord_t max_width, lv_coord_t …
974 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() argument976 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()
15 ### min_width subsection