Searched refs:dest_buf_i1 (Results 1 – 1 of 1) sorted by relevance
360 uint8_t * dest_buf_i1 = dsc->dest_buf; in i1_image_blend() local379 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 …]