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

  /external/libvncserver/x11vnc/
cursor.h 67 extern int store_cursor(int serial, unsigned long *data, int w, int h, int cbpp, int xhot, int yhot);
cursor.c 70 int store_cursor(int serial, unsigned long *data, int w, int h, int cbpp, int xhot, int yhot);
95 int xhot, int yhot, int Bpp);
814 rfb_curs->yhot = ci->sy;
1007 int xhot, int yhot, int Bpp) {
1090 yhot = scale_round(yhot, scale_cursor_fac_y);
1251 c->yhot = yhot;
1358 xfc->width, xfc->height, 32, xfc->xhot, xfc->yhot);
1369 int xhot, int yhot) {
    [all...]
macosxCG.c 460 extern int store_cursor(int serial, unsigned long *data, int w, int h, int cbpp, int xhot, int yhot);
screen.c 1205 void vnc_reflect_got_cursorshape(rfbClient *cl, int xhot, int yhot, int width, int height, int bytesPerPixel) {
1268 store_cursor(serial++, (unsigned long*) pixels, width, height, 32, xhot, yhot);
    [all...]
  /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/vncterm/
VNConsole.h 28 int xhot,yhot; member in struct:vncConsole
VNConsole.c 110 rfbWholeFontBBox(font,&c->xhot,&c->cHeight,&c->cWidth,&c->yhot);
112 c->cHeight=-c->cHeight-c->yhot;
117 c->cy2=c->cHeight-1-c->yhot+c->cHeight/16;
271 y+c->cHeight-c->yhot-1,
  /external/libvncserver/libvncserver/
selbox.c 13 int xhot,yhot; member in struct:__anon13523
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;
main.c 316 int y = cl->cursorY - cl->screen->cursor->yhot;
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 547 * @yhot: Y hotspot.
558 int32_t yhot; 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:__anon30268
106 unsigned short xhot, yhot; member in struct:__anon30269
xfixesproto.h 181 CARD16 yhot B16;
438 CARD16 yhot 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:__anon32126
106 unsigned short xhot, yhot; member in struct:__anon32127
xfixesproto.h 181 CARD16 yhot B16;
438 CARD16 yhot B16;
  /external/libdrm/include/drm/
vmwgfx_drm.h 549 * @yhot: Y hotspot.
560 int32_t yhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 488 * @yhot: Y hotspot.
499 int32_t yhot; member in struct:drm_vmw_cursor_bypass_arg
  /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/libvncserver/rfb/
rfbclient.h 173 typedef void (*GotCursorShapeProc)(struct _rfbClient* client, int xhot, int yhot, int width, int height, int bytesPerPixel);
353 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 202 int32_t yhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 511 * @yhot: Y hotspot.
522 int32_t yhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/libvncserver/examples/
example.c 264 c->xhot = 16; c->yhot = 24;

Completed in 770 milliseconds