Searched refs:buf_in (Results 1 – 1 of 1) sorted by relevance
384 const uint8_t * buf_in = draw_buf->data; in buf_to_xrgb8888() local392 const lv_color16_t * c16 = (const lv_color16_t *)&buf_in[x * 2]; in buf_to_xrgb8888()400 buf_in += stride; in buf_to_xrgb8888()409 buf_out[x * 4 + 3] = buf_in[x * 4 + 3]; in buf_to_xrgb8888()410 buf_out[x * 4 + 2] = buf_in[x * 4 + 0]; in buf_to_xrgb8888()411 buf_out[x * 4 + 1] = buf_in[x * 4 + 1]; in buf_to_xrgb8888()412 buf_out[x * 4 + 0] = buf_in[x * 4 + 2]; in buf_to_xrgb8888()415 buf_in += stride; in buf_to_xrgb8888()425 buf_out[x * 4 + 2] = buf_in[x * 3 + 0]; in buf_to_xrgb8888()426 buf_out[x * 4 + 1] = buf_in[x * 3 + 1]; in buf_to_xrgb8888()[all …]