Lines Matching refs:cf
56 int32_t x_end, lv_color_t * cbuf, uint8_t * abuf, lv_img_cf_t cf);
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
129 switch(cf) { 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()
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()
162 int32_t x_end, lv_color_t * cbuf, uint8_t * abuf, lv_img_cf_t cf) in rgb_no_aa() argument
197 if(cf == LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED && cbuf[x].full == ck.full) { in rgb_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
276 switch(cf) { in argb_and_rgb_aa()
359 if(cf == LV_IMG_CF_TRUE_COLOR_ALPHA) { in argb_and_rgb_aa()
365 else if(cf == LV_IMG_CF_RGB565A8) { in argb_and_rgb_aa()
372 else if(cf == LV_IMG_CF_TRUE_COLOR_CHROMA_KEYED) { in argb_and_rgb_aa()
438 switch(cf) { in argb_and_rgb_aa()