Lines Matching defs:dst_rect
64 struct u_rect dst_rect;
75 dst_rect.x0 = dst_region->x;
76 dst_rect.y0 = dst_region->y;
77 dst_rect.x1 = dst_region->x + dst_region->width;
78 dst_rect.y1 = dst_region->y + dst_region->height;
83 vl_compositor_set_layer_dst_area(&drv->cstate, 0, &dst_rect);
130 struct u_rect dst_rect;
137 dst_rect.x0 = dst_region->x;
138 dst_rect.y0 = dst_region->y;
139 dst_rect.x1 = dst_region->x + dst_region->width;
140 dst_rect.y1 = dst_region->y + dst_region->height;
146 context->desc.vidproc.dst_region = dst_rect;
192 struct u_rect dst_rect;
234 dst_rect.x0 = dst_region->x;
235 dst_rect.y0 = dst_region->y;
236 dst_rect.x1 = dst_region->x + dst_region->width;
237 dst_rect.y1 = dst_region->y + dst_region->height;
242 dst, &src_rect, &dst_rect);
249 src, dst, &src_rect, &dst_rect,