Home
last modified time | relevance | path

Searched defs:pad_left (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/widgets/chart/
Dlv_chart.c736 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/
Dlv_indev_scroll.c523 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/
Dlv_scale.c829 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/
Dlv_grid.c204 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/
Dstyle-properties.rst353 pad_left subsection