Lines Matching refs:KdScreenInfo
57 typedef int (*PutVideoFuncPtr) (KdScreenInfo * screen, DrawablePtr pDraw,
62 typedef int (*PutStillFuncPtr) (KdScreenInfo * screen, DrawablePtr pDraw,
67 typedef int (*GetVideoFuncPtr) (KdScreenInfo * screen, DrawablePtr pDraw,
72 typedef int (*GetStillFuncPtr) (KdScreenInfo * screen, DrawablePtr pDraw,
77 typedef void (*StopVideoFuncPtr) (KdScreenInfo * screen, void *data,
79 typedef int (*SetPortAttributeFuncPtr) (KdScreenInfo * screen, Atom attribute,
81 typedef int (*GetPortAttributeFuncPtr) (KdScreenInfo * screen, Atom attribute,
83 typedef void (*QueryBestSizeFuncPtr) (KdScreenInfo * screen, Bool motion,
87 typedef int (*PutImageFuncPtr) (KdScreenInfo * screen, DrawablePtr pDraw,
93 typedef int (*ReputImageFuncPtr) (KdScreenInfo * screen, DrawablePtr pDraw,
96 typedef int (*QueryImageAttributesFuncPtr) (KdScreenInfo * screen, int image,
176 KdScreenInfo *screen;