Lines Matching refs:dst_rect
165 e->dst_rect.x = clip.l; in set_rects()
166 e->dst_rect.y = clip.t; in set_rects()
167 e->dst_rect.w = clip.r - clip.l; in set_rects()
168 e->dst_rect.h = clip.b - clip.t; in set_rects()
254 l->req[i].dst_rect.x, in msm_copybit()
255 l->req[i].dst_rect.y, in msm_copybit()
256 l->req[i].dst_rect.w, in msm_copybit()
257 l->req[i].dst_rect.h, in msm_copybit()
384 struct copybit_rect_t const *dst_rect, in stretch_copybit() argument
470 set_rects(ctx, req, dst_rect, src_rect, &clip, src->horiz_padding, src->vert_padding); in stretch_copybit()
475 if (req->dst_rect.w<=0 || req->dst_rect.h<=0) in stretch_copybit()