Lines Matching refs:value
148 void lv_obj_set_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t value,
151 …e_res_t lv_obj_get_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t * value,
196 static inline void lv_obj_set_style_pad_all(lv_obj_t * obj, int32_t value, lv_style_selector_t sele… in lv_obj_set_style_pad_all() argument
198 lv_obj_set_style_pad_left(obj, value, selector); in lv_obj_set_style_pad_all()
199 lv_obj_set_style_pad_right(obj, value, selector); in lv_obj_set_style_pad_all()
200 lv_obj_set_style_pad_top(obj, value, selector); in lv_obj_set_style_pad_all()
201 lv_obj_set_style_pad_bottom(obj, value, selector); in lv_obj_set_style_pad_all()
204 static inline void lv_obj_set_style_pad_hor(lv_obj_t * obj, int32_t value, lv_style_selector_t sele… in lv_obj_set_style_pad_hor() argument
206 lv_obj_set_style_pad_left(obj, value, selector); in lv_obj_set_style_pad_hor()
207 lv_obj_set_style_pad_right(obj, value, selector); in lv_obj_set_style_pad_hor()
210 static inline void lv_obj_set_style_pad_ver(lv_obj_t * obj, int32_t value, lv_style_selector_t sele… in lv_obj_set_style_pad_ver() argument
212 lv_obj_set_style_pad_top(obj, value, selector); in lv_obj_set_style_pad_ver()
213 lv_obj_set_style_pad_bottom(obj, value, selector); in lv_obj_set_style_pad_ver()
216 static inline void lv_obj_set_style_margin_all(lv_obj_t * obj, int32_t value, lv_style_selector_t s… in lv_obj_set_style_margin_all() argument
218 lv_obj_set_style_margin_left(obj, value, selector); in lv_obj_set_style_margin_all()
219 lv_obj_set_style_margin_right(obj, value, selector); in lv_obj_set_style_margin_all()
220 lv_obj_set_style_margin_top(obj, value, selector); in lv_obj_set_style_margin_all()
221 lv_obj_set_style_margin_bottom(obj, value, selector); in lv_obj_set_style_margin_all()
224 static inline void lv_obj_set_style_margin_hor(lv_obj_t * obj, int32_t value, lv_style_selector_t s… in lv_obj_set_style_margin_hor() argument
226 lv_obj_set_style_margin_left(obj, value, selector); in lv_obj_set_style_margin_hor()
227 lv_obj_set_style_margin_right(obj, value, selector); in lv_obj_set_style_margin_hor()
230 static inline void lv_obj_set_style_margin_ver(lv_obj_t * obj, int32_t value, lv_style_selector_t s… in lv_obj_set_style_margin_ver() argument
232 lv_obj_set_style_margin_top(obj, value, selector); in lv_obj_set_style_margin_ver()
233 lv_obj_set_style_margin_bottom(obj, value, selector); in lv_obj_set_style_margin_ver()
236 static inline void lv_obj_set_style_pad_gap(lv_obj_t * obj, int32_t value, lv_style_selector_t sele… in lv_obj_set_style_pad_gap() argument
238 lv_obj_set_style_pad_row(obj, value, selector); in lv_obj_set_style_pad_gap()
239 lv_obj_set_style_pad_column(obj, value, selector); in lv_obj_set_style_pad_gap()
249 static inline void lv_obj_set_style_transform_scale(lv_obj_t * obj, int32_t value, in lv_obj_set_style_transform_scale() argument
252 lv_obj_set_style_transform_scale_x(obj, value, selector); in lv_obj_set_style_transform_scale()
253 lv_obj_set_style_transform_scale_y(obj, value, selector); in lv_obj_set_style_transform_scale()