Lines Matching refs:dst_rect
172 e->dst_rect.x = clip.l; in set_rects()
173 e->dst_rect.y = clip.t; in set_rects()
174 e->dst_rect.w = clip.r - clip.l; in set_rects()
175 e->dst_rect.h = clip.b - clip.t; in set_rects()
266 l->req[i].dst_rect.x, in msm_copybit()
267 l->req[i].dst_rect.y, in msm_copybit()
268 l->req[i].dst_rect.w, in msm_copybit()
269 l->req[i].dst_rect.h, in msm_copybit()
428 struct copybit_rect_t const *dst_rect, in stretch_copybit() argument
523 set_rects(ctx, req, dst_rect, src_rect, &clip); in stretch_copybit()
528 if (req->dst_rect.w<=0 || req->dst_rect.h<=0) in stretch_copybit()
610 req->dst_rect.x = rect->l; in clear_copybit()
611 req->dst_rect.y = rect->t; in clear_copybit()
612 req->dst_rect.w = rect->r - rect->l; in clear_copybit()
613 req->dst_rect.h = rect->b - rect->t; in clear_copybit()
615 req->src_rect = req->dst_rect; in clear_copybit()
664 req->dst_rect.x = rect->l; in fill_color()
665 req->dst_rect.y = rect->t; in fill_color()
666 req->dst_rect.w = rect->r - rect->l; in fill_color()
667 req->dst_rect.h = rect->b - rect->t; in fill_color()
668 req->src_rect = req->dst_rect; in fill_color()