Home | History | Annotate | Download | only in libcopybit

Lines Matching full:dst_rect

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