Searched refs:bg_left (Results 1 – 4 of 4) sorted by relevance
| /lvgl-latest/src/widgets/bar/ |
| D | lv_bar.c | 322 int32_t bg_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_indic() local 329 bar->indic_area.x1 += bg_left; in draw_indic() 515 if((bg_left < 0 || bg_right < 0 || bg_top < 0 || bg_bottom < 0)) radius_issue = false; in draw_indic() 544 indic_draw_area.x1 = bar_coords.x1 + bg_left; in draw_indic() 611 int32_t bg_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in lv_bar_event() local 616 int32_t pad = LV_MIN4(bg_left, bg_right, bg_top, bg_bottom); in lv_bar_event()
|
| /lvgl-latest/src/widgets/slider/ |
| D | lv_slider.c | 568 const int32_t bg_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in update_knob_pos() local 571 const int32_t indic_w = w - bg_left - bg_right; in update_knob_pos() 579 new_value = p.x - (obj->coords.x1 + bg_left); in update_knob_pos()
|
| /lvgl-latest/src/widgets/table/ |
| D | lv_table.c | 690 int32_t bg_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_main() local 730 else cell_area.x2 = obj->coords.x1 + bg_left - 1 - scroll_x + border_width; in draw_main() 772 …ect_dsc_def.border_side & LV_BORDER_SIDE_LEFT) && cell_area_border.x1 > obj->coords.x1 + bg_left) { in draw_main()
|
| /lvgl-latest/src/widgets/arc/ |
| D | lv_arc.c | 686 int32_t bg_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in lv_arc_event() local 690 int32_t bg_pad = LV_MAX4(bg_left, bg_right, bg_top, bg_bottom); in lv_arc_event()
|