Lines Matching refs:abuf
52 int32_t x_end, lv_color_t * cbuf, uint8_t * abuf);
56 int32_t x_end, lv_color_t * cbuf, uint8_t * abuf, lv_img_cf_t cf);
61 int32_t x_end, lv_color_t * cbuf, uint8_t * abuf);
66 int32_t x_end, lv_color_t * cbuf, uint8_t * abuf, lv_img_cf_t cf);
82 … const lv_draw_img_dsc_t * draw_dsc, lv_img_cf_t cf, lv_color_t * cbuf, lv_opa_t * abuf) in lv_draw_sw_transform() argument
131 …a(src_buf, src_w, src_h, src_stride, xs_ups, ys_ups, xs_step_256, ys_step_256, dest_w, cbuf, abuf); in lv_draw_sw_transform()
135 …c_buf, src_w, src_h, src_stride, xs_ups, ys_ups, xs_step_256, ys_step_256, dest_w, cbuf, abuf, cf); in lv_draw_sw_transform()
140 …a(src_buf, src_w, src_h, src_stride, xs_ups, ys_ups, xs_step_256, ys_step_256, dest_w, cbuf, abuf); in lv_draw_sw_transform()
148 …c_buf, src_w, src_h, src_stride, xs_ups, ys_ups, xs_step_256, ys_step_256, dest_w, cbuf, abuf, cf); in lv_draw_sw_transform()
152 abuf += dest_w; in lv_draw_sw_transform()
162 int32_t x_end, lv_color_t * cbuf, uint8_t * abuf, lv_img_cf_t cf) in rgb_no_aa() argument
169 lv_memset_ff(abuf, x_end); in rgb_no_aa()
179 abuf[x] = 0x00; in rgb_no_aa()
198 abuf[x] = 0x00; in rgb_no_aa()
205 int32_t x_end, lv_color_t * cbuf, uint8_t * abuf) in argb_no_aa() argument
218 abuf[x] = 0; in argb_no_aa()
231 abuf[x] = src_tmp[LV_IMG_PX_SIZE_ALPHA_BYTE - 1]; in argb_no_aa()
239 int32_t x_end, lv_color_t * cbuf, uint8_t * abuf) in rgb565a8_no_aa() argument
252 abuf[x] = 0; in rgb565a8_no_aa()
261 abuf[x] = *a_tmp; in rgb565a8_no_aa()
269 int32_t x_end, lv_color_t * cbuf, uint8_t * abuf, lv_img_cf_t cf) in argb_and_rgb_aa() argument
312 abuf[x] = 0x00; in argb_and_rgb_aa()
376 abuf[x] = 0x00; in argb_and_rgb_aa()
393 abuf[x] = (a_ver + a_hor) >> 1; in argb_and_rgb_aa()
395 if(abuf[x] == 0x00) continue; in argb_and_rgb_aa()
416 abuf[x] = 0xff; in argb_and_rgb_aa()
455 abuf[x] = (a * (0xFF - xs_fract)) >> 8; in argb_and_rgb_aa()
458 abuf[x] = (a * (0xFF - ys_fract)) >> 8; in argb_and_rgb_aa()
461 abuf[x] = 0x00; in argb_and_rgb_aa()