Home
last modified time | relevance | path

Searched refs:section_point_a (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/scale/
Dlv_scale.c891 lv_point_t section_point_a; in scale_draw_main() local
900 section_point_a.x = main_line_point_a.x; in scale_draw_main()
901 section_point_a.y = section->first_tick_in_section.y + first_tick_width_halved; in scale_draw_main()
909 section_point_a.x = section->first_tick_in_section.x - first_tick_width_halved; in scale_draw_main()
910 section_point_a.y = main_line_point_a.y; in scale_draw_main()
919 section_line_dsc.p1.x = section_point_a.x; in scale_draw_main()
920 section_line_dsc.p1.y = section_point_a.y; in scale_draw_main()