Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_mask_private.h33 uint16_t * opa_start_on_y; /**< The index of `cir_opa` for each y value */ member
Dlv_draw_sw_mask.c1082 c->opa_start_on_y = (uint16_t *)(c->buf + 2 * radius + 2); in circ_calc_aa4()
1088 c->opa_start_on_y[0] = 0; in circ_calc_aa4()
1089 c->opa_start_on_y[1] = 1; in circ_calc_aa4()
1207 c->opa_start_on_y[0] = 0; in circ_calc_aa4()
1209 c->opa_start_on_y[y] = i; in circ_calc_aa4()
1223 *len = c->opa_start_on_y[y + 1] - c->opa_start_on_y[y]; in get_next_line()
1225 return &c->cir_opa[c->opa_start_on_y[y]]; in get_next_line()