Searched refs:clear_bit (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/draw/sw/blend/ |
D | lv_draw_sw_blend_to_i1.c | 71 static inline void /* LV_ATTRIBUTE_FAST_MEM */ clear_bit(uint8_t * buf, int32_t bit_idx); 226 clear_bit(dest_buf, x + bit_ofs); in lv_draw_sw_blend_color_to_i1() 245 clear_bit(dest_buf, x + bit_ofs); in lv_draw_sw_blend_color_to_i1() 264 clear_bit(dest_buf, x + bit_ofs); in lv_draw_sw_blend_color_to_i1() 275 clear_bit(dest_buf, x + bit_ofs); in lv_draw_sw_blend_color_to_i1() 299 clear_bit(dest_buf, x + bit_ofs); in lv_draw_sw_blend_color_to_i1() 382 clear_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() 421 clear_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend() 444 clear_bit(dest_buf_i1, dest_x + bit_ofs); in i1_image_blend() [all …]
|