Home
last modified time | relevance | path

Searched refs:myPrivate (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxconsole.c117 } myPrivate; typedef
120 scalex(myPrivate * priv, int x) in scalex()
126 scaley(myPrivate * priv, int y) in scaley()
132 unscalex(myPrivate * priv, int x) in unscalex()
138 unscaley(myPrivate * priv, int y) in unscaley()
148 myPrivate *priv = calloc(1, sizeof(*priv)); in dmxConsoleCreatePrivate()
162 dmxConsoleDrawFineCursor(myPrivate * priv, XRectangle * rect) in dmxConsoleDrawFineCursor()
260 dmxConsoleDraw(myPrivate * priv, int updateCursor, int update) in dmxConsoleDraw()
298 dmxConsoleClearCursor(myPrivate * priv, int x, int y, XRectangle * rect) in dmxConsoleClearCursor()
316 dmxConsoleUpdateFineCursor(myPrivate * priv) in dmxConsoleUpdateFineCursor()
[all …]
H A Ddmxbackend.c77 } myPrivate; typedef
108 myPrivate *priv = calloc(1, sizeof(*priv)); in dmxBackendCreatePrivate()
139 dmxBackendSameDisplay(myPrivate * priv, long screen) in dmxBackendSameDisplay()
141 static myPrivate *oldpriv = NULL; in dmxBackendSameDisplay()
190 dmxBackendGetEvent(myPrivate * priv, XEvent * X) in dmxBackendGetEvent()
200 dmxBackendPendingMotionEvent(myPrivate * priv, int save) in dmxBackendPendingMotionEvent()
225 dmxBackendFindWindow(myPrivate * priv, Window win) in dmxBackendFindWindow()
235 dmxBackendFindOverlapping(myPrivate * priv, int screen, int x, int y) in dmxBackendFindOverlapping()
526 dmxBackendComputeCenter(myPrivate * priv) in dmxBackendComputeCenter()
H A Ddmxcommon.h67 myPrivate *priv = private
93 myPrivate *priv = dmxLocal->private
H A Dusb-common.c53 #define GETPRIV myPrivate *priv \
167 usbPrint(myPrivate * priv, const char *filename, const char *devname, int fd) in usbPrint()
480 myPrivate *priv = calloc(1, sizeof(*priv)); in usbCreatePrivate()
H A Dusb-private.h116 } myPrivate; typedef
H A Dusb-keyboard.c90 #define GETPRIV myPrivate *priv \
246 kbdUSBKeyDown(myPrivate * priv, int keyCode) in kbdUSBKeyDown()
257 kbdUSBKeyState(myPrivate * priv, int type, int keyCode) in kbdUSBKeyState()
H A Dusb-mouse.c50 #define GETPRIV myPrivate *priv \
H A Dusb-other.c52 #define GETPRIV myPrivate *priv \
H A Ddmxcommon.c72 } myPrivate; typedef
477 myPrivate *priv = closure; in dmxCommonXSelect()