Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_i1.c360 uint8_t * dest_buf_i1 = dsc->dest_buf; in i1_image_blend() local
379 set_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend()
382 clear_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend()
385 dest_buf_i1 = drawbuf_next_row(dest_buf_i1, dest_stride); in i1_image_blend()
395 uint8_t dest = get_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend()
398 set_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend()
401 clear_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend()
404 dest_buf_i1 = drawbuf_next_row(dest_buf_i1, dest_stride); in i1_image_blend()
415 uint8_t dest = get_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend()
418 set_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend()
[all …]