Searched refs:pad_hor (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_private.h | 227 lv_obj_t * lv_demo_high_res_top_margin_create(lv_obj_t * parent, int32_t pad_hor, bool show_time,
|
D | lv_demo_high_res_top_margin.c | 63 lv_obj_t * lv_demo_high_res_top_margin_create(lv_obj_t * parent, int32_t pad_hor, bool show_time, in lv_demo_high_res_top_margin_create() argument 76 lv_obj_set_style_pad_hor(top_margin, pad_hor, 0); in lv_demo_high_res_top_margin_create()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_style.c | 122 else SET_STYLE_IF(pad_hor, lv_xml_atoi(value)); in lv_xml_style_register()
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_obj_parser.c | 137 else SET_STYLE_IF(pad_hor, lv_xml_atoi(value)); in apply_styles()
|