Lines Matching full:short
48 unsigned short width, height;
55 short vid_x, short vid_y, short drw_x,
56 short drw_y, short vid_w, short vid_h,
57 short drw_w, short drw_h, RegionPtr clipBoxes,
59 typedef int (*PutStillFuncPtr) (ScrnInfoPtr pScrn, short vid_x, short vid_y,
60 short drw_x, short drw_y, short vid_w,
61 short vid_h, short drw_w, short drw_h,
64 typedef int (*GetVideoFuncPtr) (ScrnInfoPtr pScrn, short vid_x, short vid_y,
65 short drw_x, short drw_y, short vid_w,
66 short vid_h, short drw_w, short drw_h,
69 typedef int (*GetStillFuncPtr) (ScrnInfoPtr pScrn, short vid_x, short vid_y,
70 short drw_x, short drw_y, short vid_w,
71 short vid_h, short drw_w, short drw_h,
80 short vid_w, short vid_h, short drw_w,
81 short drw_h, unsigned int *p_w,
83 typedef int (*PutImageFuncPtr) (ScrnInfoPtr pScrn, short src_x, short src_y,
84 short drw_x, short drw_y, short src_w,
85 short src_h, short drw_w, short drw_h,
86 int image, unsigned char *buf, short width,
87 short height, Bool Sync, RegionPtr clipBoxes,
89 typedef int (*ReputImageFuncPtr) (ScrnInfoPtr pScrn, short src_x, short src_y,
90 short drw_x, short drw_y, short src_w,
91 short src_h, short drw_w, short drw_h,
95 unsigned short *width,
96 unsigned short *height,
110 unsigned short width, height;
116 short class;
153 unsigned short width,
154 unsigned short height, XF86SurfacePtr surface);
157 short vid_x, short vid_y,
158 short drw_x, short drw_y,
159 short vid_w, short vid_h,
160 short drw_w, short drw_h, RegionPtr clipBoxes);