Searched refs:LV_PART_TICKS (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj.h | 75 LV_PART_TICKS = 0x060000, /**< Ticks on scale e.g. for a chart or meter*/ enumerator
|
/lvgl-latest/docs/widgets/extra/ |
D | meter.md | 8 - `LV_PART_TICKS` The tick lines a labels using the *line* and *text* style properties. 80 - `part`: `LV_PART_TICKS`
|
D | chart.md | 22 - `LV_PART_TICKS` *Line* and *Text* style properties are used to style the ticks 162 - `part`: `LV_PART_TICKS`
|
/lvgl-latest/src/extra/widgets/chart/ |
D | lv_chart.c | 1409 label_gap = lv_obj_get_style_pad_left(obj, LV_PART_TICKS); in draw_y_ticks() 1413 label_gap = lv_obj_get_style_pad_right(obj, LV_PART_TICKS); in draw_y_ticks() 1427 lv_obj_init_draw_line_dsc(obj, LV_PART_TICKS, &line_dsc); in draw_y_ticks() 1431 lv_obj_init_draw_label_dsc(obj, LV_PART_TICKS, &label_dsc); in draw_y_ticks() 1438 part_draw_dsc.part = LV_PART_TICKS; in draw_y_ticks() 1534 lv_obj_init_draw_label_dsc(obj, LV_PART_TICKS, &label_dsc); in draw_x_ticks() 1540 label_gap = t->label_en ? lv_obj_get_style_pad_bottom(obj, LV_PART_TICKS) : 0; in draw_x_ticks() 1544 label_gap = t->label_en ? lv_obj_get_style_pad_top(obj, LV_PART_TICKS) : 0; in draw_x_ticks() 1555 lv_obj_init_draw_line_dsc(obj, LV_PART_TICKS, &line_dsc); in draw_x_ticks() 1564 part_draw_dsc.part = LV_PART_TICKS; in draw_x_ticks()
|
/lvgl-latest/src/extra/widgets/meter/ |
D | lv_meter.c | 386 lv_obj_init_draw_line_dsc(obj, LV_PART_TICKS, &line_dsc); in draw_ticks_and_labels() 391 lv_obj_init_draw_label_dsc(obj, LV_PART_TICKS, &label_dsc); in draw_ticks_and_labels() 402 part_draw_dsc.part = LV_PART_TICKS; in draw_ticks_and_labels()
|
/lvgl-latest/src/extra/themes/basic/ |
D | lv_theme_basic.c | 277 lv_obj_add_style(obj, &styles->dark, LV_PART_TICKS); in theme_apply()
|
/lvgl-latest/demos/widgets/ |
D | lv_demo_widgets.c | 725 lv_obj_set_style_text_color(meter3, lv_palette_darken(LV_PALETTE_GREY, 1), LV_PART_TICKS); in analytics_create() 1340 if(dsc->part == LV_PART_TICKS && dsc->id == LV_CHART_AXIS_PRIMARY_X) { in chart_event_cb() 1462 if(dsc->part == LV_PART_TICKS && dsc->id == LV_CHART_AXIS_PRIMARY_X) { in shop_chart_event_cb()
|
/lvgl-latest/src/extra/themes/mono/ |
D | lv_theme_mono.c | 354 lv_obj_add_style(obj, &styles->card, LV_PART_TICKS); in theme_apply()
|
/lvgl-latest/docs/overview/ |
D | object.md | 192 - `LV_PART_TICKS` Ticks on scales e.g. for a chart or meter
|
D | style.md | 115 - `LV_PART_TICKS` Ticks on scales e.g. for a chart or meter
|
/lvgl-latest/src/extra/themes/default/ |
D | lv_theme_default.c | 926 lv_obj_add_style(obj, &styles->chart_ticks, LV_PART_TICKS); in theme_apply()
|