Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:dst_rect

168     e->dst_rect.x  = clip.l;
169 e->dst_rect.y = clip.t;
170 e->dst_rect.w = clip.r - clip.l;
171 e->dst_rect.h = clip.b - clip.t;
257 l->req[i].dst_rect.x,
258 l->req[i].dst_rect.y,
259 l->req[i].dst_rect.w,
260 l->req[i].dst_rect.h,
420 struct copybit_rect_t const *dst_rect,
504 set_rects(ctx, req, dst_rect, src_rect, &clip, src->horiz_padding, src->vert_padding);
509 if (req->dst_rect.w<=0 || req->dst_rect.h<=0)