Searched defs:src_x (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
H A DXv.c1007 int src_x,
1032 req->src_x = src_x;
1064 int src_x,
1091 req->src_x = src_x;
1001 XvPutImage( Display *dpy, XvPortID port, Drawable d, GC gc, SDL_NAME(XvImage) *image, int src_x, int src_y, unsigned int src_w, unsigned int src_h, int dest_x, int dest_y, unsigned int dest_w, unsigned int dest_h ) argument
1058 XvShmPutImage( Display *dpy, XvPortID port, Drawable d, GC gc, SDL_NAME(XvImage) *image, int src_x, int src_y, unsigned int src_w, unsigned int src_h, int dest_x, int dest_y, unsigned int dest_w, unsigned int dest_h, Bool send_event ) argument
/external/qemu/
H A Dconsole.h115 void (*dpy_copy)(struct DisplayState *s, int src_x, int src_y,
228 static inline void dpy_copy(struct DisplayState *s, int src_x, int src_y, argument
233 dcl->dpy_copy(s, src_x, src_y, dst_x, dst_y, w, h);
316 void qemu_console_copy(DisplayState *ds, int src_x, int src_y,
H A Dconsole.c1436 void qemu_console_copy(DisplayState *ds, int src_x, int src_y, argument
1440 dpy_copy(ds, src_x, src_y, dst_x, dst_y, w, h);
H A Dvnc-android.c661 static void vnc_copy(VncState *vs, int src_x, int src_y, int dst_x, int dst_y, int w, int h) argument
667 vnc_write_u16(vs, src_x);
672 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h) argument
688 vnc_copy(vs, src_x, src_y, dst_x, dst_y, w, h);
H A Dvnc.c655 static void vnc_copy(VncState *vs, int src_x, int src_y, int dst_x, int dst_y, int w, int h) argument
661 vnc_write_u16(vs, src_x);
666 static void vnc_dpy_copy(DisplayState *ds, int src_x, int src_y, int dst_x, int dst_y, int w, int h) argument
682 vnc_copy(vs, src_x, src_y, dst_x, dst_y, w, h);

Completed in 85 milliseconds