HomeSort by relevance Sort by last modified time
    Searched full:yhot (Results 1 - 21 of 21) sorted by null

  /external/libvncserver/libvncserver/
selbox.c 13 int xhot,yhot; member in struct:__anon25944
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,
229 selData.yhot = -fy2;
cursor.c 113 rect.r.y = Swap16IfLE(pCursor->yhot);
493 y1=cl->cursorY-c->yhot;
546 y1=cl->cursorY-c->yhot;
689 y = cl->cursorY-c->yhot;
font.c 186 p->metaData[i*5+4]=0; /* yhot */
main.c 316 int y = cl->cursorY - cl->screen->cursor->yhot;
689 width: 8, height: 7, xhot: 3, yhot: 3,
  /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/wayland/cursor/
xcursor.h 41 XcursorDim yhot; /* hot spot y (must be inside image) */ member in struct:_XcursorImage
xcursor.c 172 * CARD32 yhot hot spot y
480 if (!_XcursorReadUInt (file, &head.yhot))
489 if (head.xhot > head.width || head.yhot > head.height)
500 image->yhot = head.yhot;
wayland-cursor.c 319 image->image.hotspot_y = images->images[i]->yhot;
  /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);
  /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:__anon61858
106 unsigned short xhot, yhot; member in struct:__anon61859
xfixesproto.h 181 CARD16 yhot B16;
438 CARD16 yhot B16;
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 176 __s32 yhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc 205 std::min(img->height, img->yhot));
  /external/libvncserver/examples/
example.c 265 c->xhot = 16; c->yhot = 24;
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 488 * @yhot: Y hotspot.
499 int32_t yhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 524 * @yhot: Y hotspot.
535 __s32 yhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/libdrm/include/drm/
vmwgfx_drm.h 514 * @yhot: Y hotspot.
525 __s32 yhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 516 * @yhot: Y hotspot.
527 int32_t yhot; member in struct:drm_vmw_cursor_bypass_arg
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h     [all...]

Completed in 486 milliseconds