Home
last modified time | relevance | path

Searched defs:line_width (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_border.c134 int32_t line_width = dsc->width; in _vglite_draw_border() local
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_textarea.c54 int32_t line_width = lv_obj_get_width(txt_ptr->label); in test_textarea_should_update_label_style_with_one_line_enabled() local
/lvgl-latest/src/widgets/line/
Dlv_line.c199 int32_t line_width = lv_obj_get_style_line_width(obj, LV_PART_MAIN); in lv_line_event() local
/lvgl-latest/src/draw/
Dlv_draw_label.c236 int32_t line_width = 0; in lv_draw_label_iterate_characters() local
Dlv_draw_buf.c219 int32_t line_width; in lv_draw_buf_copy() local
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_label.c426 int32_t line_width = 0; in _draw_label_iterate_characters() local
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst962 line_width subsection
/lvgl-latest/src/widgets/chart/
Dlv_chart.c1302 int32_t line_width = lv_obj_get_style_line_width(obj, LV_PART_ITEMS); in invalidate_point() local
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp894 vg_lite_float_t line_width, in vg_lite_set_stroke()
Dvg_lite.h726 vg_lite_float_t line_width; member