Home | History | Annotate | Download | only in libcopybit

Lines Matching full:dst_rect

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