Lines Matching refs:coords
65 … const lv_area_t * coords, const uint8_t * map_p, lv_img_cf_t cf);
176 const lv_area_t * coords, const uint8_t * map_p, lv_img_cf_t cf) in lv_draw_pxp_img_decoded() argument
182 lv_draw_sw_img_decoded(draw_ctx, dsc, coords, map_p, cf); in lv_draw_pxp_img_decoded()
188 lv_draw_sw_img_decoded(draw_ctx, dsc, coords, map_p, cf); in lv_draw_pxp_img_decoded()
193 lv_area_copy(&rel_coords, coords); in lv_draw_pxp_img_decoded()
211 lv_coord_t src_width = lv_area_get_width(coords); in lv_draw_pxp_img_decoded()
212 lv_coord_t src_height = lv_area_get_height(coords); in lv_draw_pxp_img_decoded()
243 lv_draw_sw_img_decoded(draw_ctx, dsc, coords, map_p, cf); in lv_draw_pxp_img_decoded()
251 src_area.x1 = blend_area.x1 - (coords->x1 - draw_ctx->buf_area->x1); in lv_draw_pxp_img_decoded()
252 src_area.y1 = blend_area.y1 - (coords->y1 - draw_ctx->buf_area->y1); in lv_draw_pxp_img_decoded()
255 lv_coord_t src_stride = lv_area_get_width(coords); in lv_draw_pxp_img_decoded()