Home | History | Annotate | Download | only in libcopybit

Lines Matching full:dst_rect

165     e->dst_rect.x  = clip.l;
166 e->dst_rect.y = clip.t;
167 e->dst_rect.w = clip.r - clip.l;
168 e->dst_rect.h = clip.b - clip.t;
254 l->req[i].dst_rect.x,
255 l->req[i].dst_rect.y,
256 l->req[i].dst_rect.w,
257 l->req[i].dst_rect.h,
384 struct copybit_rect_t const *dst_rect,
470 set_rects(ctx, req, dst_rect, src_rect, &clip, src->horiz_padding, src->vert_padding);
475 if (req->dst_rect.w<=0 || req->dst_rect.h<=0)