Searched refs:LV_COORD_MIN (Results 1 – 5 of 5) sorted by relevance
90 x_start[0] = LV_COORD_MIN; in lv_draw_arc()91 x_start[1] = LV_COORD_MIN; in lv_draw_arc()92 x_start[2] = LV_COORD_MIN; in lv_draw_arc()93 x_start[3] = LV_COORD_MIN; in lv_draw_arc()94 x_end[0] = LV_COORD_MIN; in lv_draw_arc()95 x_end[1] = LV_COORD_MIN; in lv_draw_arc()96 x_end[2] = LV_COORD_MIN; in lv_draw_arc()108 } else if(x_start[0] != LV_COORD_MIN && x_end[0] == LV_COORD_MIN) { in lv_draw_arc()115 } else if(x_start[1] != LV_COORD_MIN && x_end[1] == LV_COORD_MIN) { in lv_draw_arc()122 } else if(x_start[2] != LV_COORD_MIN && x_end[2] == LV_COORD_MIN) { in lv_draw_arc()[all …]
30 #define LV_COORD_MIN (-LV_COORD_MAX) macro
116 lv_coord_t xmax = LV_COORD_MIN; in lv_line_set_points()117 lv_coord_t ymax = LV_COORD_MIN; in lv_line_set_points()
32 #define LV_CHART_POINT_DEF (LV_COORD_MIN)
617 tight_area.x2 = LV_COORD_MIN; in lv_cont_refr_autofit()618 tight_area.y2 = LV_COORD_MIN; in lv_cont_refr_autofit()
Completed in 9 milliseconds