Searched defs:pad_left (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/widgets/chart/ |
D | lv_chart.c | 736 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in draw_div_lines() local 811 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in draw_series_line() local 966 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_series_scatter() local 1088 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in draw_series_bar() local 1273 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in get_index_from_x() local
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.c | 523 int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN); in find_snap_point_x() local 720 int32_t pad_left = lv_obj_get_style_pad_left(scroll_obj, 0); in has_more_snap_points() local
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 829 const int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in scale_draw_main() local 1043 const int32_t pad_left = lv_obj_get_style_pad_left(obj, LV_PART_MAIN) + border_width; in scale_get_tick_points() local
|
/lvgl-latest/src/layouts/grid/ |
D | lv_grid.c | 204 int32_t pad_left = lv_obj_get_style_space_left(cont, LV_PART_MAIN); in grid_update() local
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style-properties.rst | 353 pad_left subsection
|