Home | History | Annotate | Download | only in putsurface

Lines Matching refs:dst_rect

51     const VARectangle  *dst_rect,
84 VARectangle src_rect, dst_rect;
91 dst_rect.x = src_x;
92 dst_rect.y = src_y;
93 dst_rect.width = src_w;
94 dst_rect.height = src_h;
95 return va_put_surface(dpy, wl_drawable, surface, &src_rect, &dst_rect,
134 const VARectangle *dst_rect,
166 dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height