Lines Matching refs:dst_rect
169 e->dst_rect.x = clip.l; in set_rects()
170 e->dst_rect.y = clip.t; in set_rects()
171 e->dst_rect.w = clip.r - clip.l; in set_rects()
172 e->dst_rect.h = clip.b - clip.t; in set_rects()
263 l->req[i].dst_rect.x, in msm_copybit()
264 l->req[i].dst_rect.y, in msm_copybit()
265 l->req[i].dst_rect.w, in msm_copybit()
266 l->req[i].dst_rect.h, in msm_copybit()
425 struct copybit_rect_t const *dst_rect, in stretch_copybit() argument
510 set_rects(ctx, req, dst_rect, src_rect, &clip); in stretch_copybit()
515 if (req->dst_rect.w<=0 || req->dst_rect.h<=0) in stretch_copybit()
598 req->dst_rect.x = rect->l; in clear_copybit()
599 req->dst_rect.y = rect->t; in clear_copybit()
600 req->dst_rect.w = rect->r - rect->l; in clear_copybit()
601 req->dst_rect.h = rect->b - rect->t; in clear_copybit()
603 req->src_rect = req->dst_rect; in clear_copybit()
652 req->dst_rect.x = rect->l; in fill_color()
653 req->dst_rect.y = rect->t; in fill_color()
654 req->dst_rect.w = rect->r - rect->l; in fill_color()
655 req->dst_rect.h = rect->b - rect->t; in fill_color()
656 req->src_rect = req->dst_rect; in fill_color()