Searched refs:x_start_on_y (Results 1 – 2 of 2) sorted by relevance
156 uint16_t * x_start_on_y; /*The x coordinate of the circle for each y value*/ member
1374 c->x_start_on_y = (uint16_t *)(c->buf + 4 * radius + 4); in circ_calc_aa4()1381 c->x_start_on_y[0] = 0; in circ_calc_aa4()1500 c->x_start_on_y[y] = cir_x[i]; in circ_calc_aa4()1502 c->x_start_on_y[y] = LV_MIN(c->x_start_on_y[y], cir_x[i]); in circ_calc_aa4()1514 *x_start = c->x_start_on_y[y]; in get_next_line()