Lines Matching refs:dst_rect
183 e->dst_rect.x = clip.l; in set_rects()
184 e->dst_rect.y = clip.t; in set_rects()
185 e->dst_rect.w = clip.r - clip.l; in set_rects()
186 e->dst_rect.h = clip.b - clip.t; in set_rects()
279 l->req[i].dst_rect.x, in msm_copybit()
280 l->req[i].dst_rect.y, in msm_copybit()
281 l->req[i].dst_rect.w, in msm_copybit()
282 l->req[i].dst_rect.h, in msm_copybit()
445 struct copybit_rect_t const *dst_rect, in stretch_copybit() argument
544 if (set_rects(ctx, req, dst_rect, src_rect, &clip) == false) in stretch_copybit()
550 if (req->dst_rect.w<=0 || req->dst_rect.h<=0) in stretch_copybit()
632 req->dst_rect.x = rect->l; in clear_copybit()
633 req->dst_rect.y = rect->t; in clear_copybit()
634 req->dst_rect.w = rect->r - rect->l; in clear_copybit()
635 req->dst_rect.h = rect->b - rect->t; in clear_copybit()
637 req->src_rect = req->dst_rect; in clear_copybit()
686 req->dst_rect.x = rect->l; in fill_color()
687 req->dst_rect.y = rect->t; in fill_color()
688 req->dst_rect.w = rect->r - rect->l; in fill_color()
689 req->dst_rect.h = rect->b - rect->t; in fill_color()
690 req->src_rect = req->dst_rect; in fill_color()