Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/blend/
Dlv_draw_sw_blend_to_i1.c69 static inline void /* LV_ATTRIBUTE_FAST_MEM */ set_bit(uint8_t * buf, int32_t bit_idx);
223 set_bit(dest_buf, x + bit_ofs); in lv_draw_sw_blend_color_to_i1()
242 set_bit(dest_buf, x + bit_ofs); in lv_draw_sw_blend_color_to_i1()
261 set_bit(dest_buf, x + bit_ofs); in lv_draw_sw_blend_color_to_i1()
272 set_bit(dest_buf, x + bit_ofs); in lv_draw_sw_blend_color_to_i1()
296 set_bit(dest_buf, x + bit_ofs); in lv_draw_sw_blend_color_to_i1()
379 set_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()
418 set_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend()
441 set_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend()
[all …]