Searched refs:x_start_on_y (Results 1 – 2 of 2) sorted by relevance
32 uint16_t * x_start_on_y; /**< The x coordinate of the circle for each y value */ member
1083 c->x_start_on_y = (uint16_t *)(c->buf + 4 * radius + 4); in circ_calc_aa4()1090 c->x_start_on_y[0] = 0; in circ_calc_aa4()1210 c->x_start_on_y[y] = cir_x[i]; in circ_calc_aa4()1212 c->x_start_on_y[y] = LV_MIN(c->x_start_on_y[y], cir_x[i]); in circ_calc_aa4()1224 *x_start = c->x_start_on_y[y]; in get_next_line()