Lines Matching full:line

561     /* Configure line draw descriptor for the minor tick drawing */  in scale_draw_indicator()
567 /* Main line style */ in scale_draw_indicator()
611 /* The tick is represented by a line. We need two points to draw it */ in scale_draw_indicator()
765 /* Configure line draw descriptor for the minor tick drawing */ in scale_calculate_main_compensation()
796 /* The tick is represented by a line. We need two points to draw it */ in scale_calculate_main_compensation()
801 /* Store initial and last tick widths to be used in the main line drawing */ in scale_calculate_main_compensation()
819 /* Configure both line and label draw descriptors for the tick and label drawings */ in scale_draw_main()
825 /* Get style properties so they can be used in the main line drawing */ in scale_draw_main()
863 /* Adjust main line with initial and last tick width */ in scale_draw_main()
874 /* Adjust main line with initial and last tick width */ in scale_draw_main()
890 /* Calculate the points of the section line */ in scale_draw_main()
1017 /* Main line style */ in scale_get_tick_points()
1090 …/* Vertical position starts at y2 of the scale main line, we start at y2 because the ticks are dra… in scale_get_tick_points()
1111 /* Horizontal position starts at x1 of the scale main line */ in scale_get_tick_points()
1146 …* and to get a better precision. Adding the main line width to the calculation so we don't have ga… in scale_get_tick_points()
1226 * Set line properties
1228 * Checks if the line has a custom section configuration or not and sets the properties accordingly.
1231 * @param line_dsc pointer to line descriptor
1233 * @param part line part, example: LV_PART_INDICATOR, LV_PART_ITEMS, LV_PART_MAIN
1242 /* Line width */ in scale_set_line_properties()
1251 /* Line color */ in scale_set_line_properties()
1260 /* Line opa */ in scale_set_line_properties()
1451 * Stores the width of the initial and last tick of the main line
1453 …* This width is used to compensate the main line drawing taking into consideration the widths of b…
1469 /* Exit early if tick_idx is neither the first nor last tick on the main line */ in scale_store_main_line_tick_width_compensation()
1471 /* Exit early if scale mode is round. It doesn't support main line compensation */ in scale_store_main_line_tick_width_compensation()
1530 * Stores tick width compensation information for main line sections