HomeSort by relevance Sort by last modified time
    Searched refs:xhot (Results 1 - 19 of 19) sorted by null

  /external/libvncserver/test/
cursortest.c 76 c->xhot=width/2;c->yhot=height/2;
132 c->xhot=0;c->yhot=0;
180 c->xhot = 16; c->yhot = 24;
219 c->xhot = 5; c->yhot = 7;
  /external/libvncserver/libvncclient/
cursor.c 46 rfbBool HandleCursorShape(rfbClient* client,int xhot, int yhot, int width, int height, uint32_t enc)
171 client->GotCursorShape(client, xhot, yhot, width, height, bytesPerPixel);
  /external/libvncserver/libvncserver/
selbox.c 13 int xhot,yhot; member in struct:__anon24467
35 rfbDrawStringWithClip(s,m->font,m->okX+m->xhot,m->okY-1+m->yhot,okStr,
39 rfbDrawString(s,m->font,m->okX+m->xhot,m->okY-1+m->yhot,okStr,colour);
44 rfbDrawStringWithClip(s,m->font,m->cancelX+m->xhot,m->okY-1+m->yhot,
48 rfbDrawString(s,m->font,m->cancelX+m->xhot,m->okY-1+m->yhot,cancelStr,colour);
62 rfbDrawStringWithClip(m->screen,m->font,m->x1+m->xhot,y2-1+m->yhot,
228 selData.xhot = -fx1;
cursor.c 112 rect.r.x = Swap16IfLE(pCursor->xhot);
485 x1=cl->cursorX-c->xhot;
537 x1=cl->cursorX-c->xhot;
688 x = cl->cursorX-c->xhot;
main.c 315 int x = cl->cursorX - cl->screen->cursor->xhot;
689 width: 8, height: 7, xhot: 3, yhot: 3,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 546 * @xhot: X hotspot.
557 int32_t xhot; member in struct:drm_vmw_cursor_bypass_arg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 89 unsigned short xhot, yhot; member in struct:__anon54123
106 unsigned short xhot, yhot; member in struct:__anon54124
xfixesproto.h 180 CARD16 xhot B16;
437 CARD16 xhot B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
Xfixes.h 89 unsigned short xhot, yhot; member in struct:__anon55984
106 unsigned short xhot, yhot; member in struct:__anon55985
xfixesproto.h 180 CARD16 xhot B16;
437 CARD16 xhot B16;
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc 204 DesktopVector hotspot(std::min(img->width, img->xhot),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 487 * @xhot: X hotspot.
498 int32_t xhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/libvncserver/rfb/
rfbclient.h 177 typedef void (*GotCursorShapeProc)(struct _rfbClient* client, int xhot, int yhot, int width, int height, int bytesPerPixel);
361 extern rfbBool HandleCursorShape(rfbClient* client,int xhot, int yhot, int width, int height, uint32_t enc);
rfb.h 912 unsigned short width, height, xhot, yhot; /**< metrics * member in struct:rfbCursor
    [all...]
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 172 __s32 xhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 517 * @xhot: X hotspot.
528 __s32 xhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/libdrm/include/drm/
vmwgfx_drm.h 513 * @xhot: X hotspot.
524 __s32 xhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 515 * @xhot: X hotspot.
526 int32_t xhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/libvncserver/examples/
example.c 265 c->xhot = 16; c->yhot = 24;

Completed in 630 milliseconds