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
536 if (set_rects(ctx, req, dst_rect, src_rect, &clip) == false) in stretch_copybit()
542 if (req->dst_rect.w<=0 || req->dst_rect.h<=0) in stretch_copybit()
624 req->dst_rect.x = rect->l; in clear_copybit()
625 req->dst_rect.y = rect->t; in clear_copybit()
626 req->dst_rect.w = rect->r - rect->l; in clear_copybit()
627 req->dst_rect.h = rect->b - rect->t; in clear_copybit()
629 req->src_rect = req->dst_rect; in clear_copybit()
678 req->dst_rect.x = rect->l; in fill_color()
679 req->dst_rect.y = rect->t; in fill_color()
680 req->dst_rect.w = rect->r - rect->l; in fill_color()
681 req->dst_rect.h = rect->b - rect->t; in fill_color()
682 req->src_rect = req->dst_rect; in fill_color()