Home
last modified time | relevance | path

Searched defs:border_width (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/core/
Dlv_obj_style.h259 int32_t border_width = lv_obj_get_style_border_width(obj, part); in lv_obj_get_style_space_left() local
267 int32_t border_width = lv_obj_get_style_border_width(obj, part); in lv_obj_get_style_space_right() local
275 int32_t border_width = lv_obj_get_style_border_width(obj, part); in lv_obj_get_style_space_top() local
283 int32_t border_width = lv_obj_get_style_border_width(obj, part); in lv_obj_get_style_space_bottom() local
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_border.c110 int32_t border_width = lv_area_get_width(&rect_coords); in lv_draw_nema_gfx_border() local
/lvgl-latest/src/widgets/chart/
Dlv_chart.c273 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in lv_chart_get_point_pos_by_id() local
735 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_div_lines() local
810 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_series_line() local
965 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_series_scatter() local
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c1221 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_CURSOR); in refr_cursor_area() local
1410 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_placeholder() local
1447 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_CURSOR); in draw_cursor() local
/lvgl-latest/src/draw/
Dlv_draw_rect.h52 int32_t border_width; member
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c541 int32_t border_width = lv_obj_get_style_border_width(dropdown->list, LV_PART_MAIN); in lv_dropdown_open() local
862 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_main() local
/lvgl-latest/src/widgets/scale/
Dlv_scale.c826 const int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in scale_draw_main() local
1039 const int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in scale_get_tick_points() local
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst718 border_width subsection
/lvgl-latest/src/widgets/roller/
Dlv_roller.c256 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in lv_roller_set_visible_row_count() local
/lvgl-latest/src/widgets/table/
Dlv_table.c687 int32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in draw_main() local
/lvgl-latest/src/widgets/span/
Dlv_span.c577 const uint32_t border_width = lv_obj_get_style_border_width(obj, LV_PART_MAIN); in lv_spangroup_get_span_coords() local