Lines Matching refs:coords
46 const lv_area_t * coords, const uint8_t * src_buf, in lv_draw_sw_img_decoded() argument
68 blend_dsc.blend_area = coords; in lv_draw_sw_img_decoded()
73 if(!_lv_area_intersect(&clipped_coords, coords, draw_ctx->clip_area)) return; in lv_draw_sw_img_decoded()
76 blend_dsc.mask_area = coords; in lv_draw_sw_img_decoded()
81 blend_dsc.blend_area = coords; in lv_draw_sw_img_decoded()
86 lv_coord_t src_w = lv_area_get_width(coords); in lv_draw_sw_img_decoded()
87 lv_coord_t src_h = lv_area_get_height(coords); in lv_draw_sw_img_decoded()
91 blend_dsc.blend_area = coords; in lv_draw_sw_img_decoded()
92 blend_dsc.mask_area = coords; in lv_draw_sw_img_decoded()
104 lv_coord_t src_w = lv_area_get_width(coords); in lv_draw_sw_img_decoded()
105 lv_coord_t src_h = lv_area_get_height(coords); in lv_draw_sw_img_decoded()
142 lv_area_move(&transform_area, -coords->x1, -coords->y1); in lv_draw_sw_img_decoded()