Lines Matching refs:dst_rect
168 e->dst_rect.x = clip.l; in set_rects()
169 e->dst_rect.y = clip.t; in set_rects()
170 e->dst_rect.w = clip.r - clip.l; in set_rects()
171 e->dst_rect.h = clip.b - clip.t; in set_rects()
257 l->req[i].dst_rect.x, in msm_copybit()
258 l->req[i].dst_rect.y, in msm_copybit()
259 l->req[i].dst_rect.w, in msm_copybit()
260 l->req[i].dst_rect.h, in msm_copybit()
420 struct copybit_rect_t const *dst_rect, in stretch_copybit() argument
504 set_rects(ctx, req, dst_rect, src_rect, &clip, src->horiz_padding, src->vert_padding); in stretch_copybit()
509 if (req->dst_rect.w<=0 || req->dst_rect.h<=0) in stretch_copybit()