Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_mask_private.h32 uint16_t * x_start_on_y; /**< The x coordinate of the circle for each y value */ member
Dlv_draw_sw_mask.c1083 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()