/external/libvncserver/test/ |
D | cursortest.c | 76 c->xhot=width/2;c->yhot=height/2; in SetXCursor() 132 c->xhot=0;c->yhot=0; in SetXCursor2() 180 c->xhot = 16; c->yhot = 24; in SetRichCursor() 219 c->xhot = 5; c->yhot = 7; in SetRichCursor2()
|
/external/libvncserver/libvncserver/ |
D | selbox.c | 13 int xhot,yhot; member 35 rfbDrawStringWithClip(s,m->font,m->okX+m->xhot,m->okY-1+m->yhot,okStr, in selPaintButtons() 39 rfbDrawString(s,m->font,m->okX+m->xhot,m->okY-1+m->yhot,okStr,colour); in selPaintButtons() 44 rfbDrawStringWithClip(s,m->font,m->cancelX+m->xhot,m->okY-1+m->yhot, in selPaintButtons() 48 rfbDrawString(s,m->font,m->cancelX+m->xhot,m->okY-1+m->yhot,cancelStr,colour); in selPaintButtons() 62 rfbDrawStringWithClip(m->screen,m->font,m->x1+m->xhot,y2-1+m->yhot, in selPaintLine() 229 selData.yhot = -fy2; in rfbSelectBox()
|
D | cursor.c | 113 rect.r.y = Swap16IfLE(pCursor->yhot); in rfbSendCursorShape() 493 y1=cl->cursorY-c->yhot; in rfbHideCursor() 546 y1=cl->cursorY-c->yhot; in rfbShowCursor() 689 y = cl->cursorY-c->yhot; in rfbRedrawAfterHideCursor()
|
D | main.c | 316 int y = cl->cursorY - cl->screen->cursor->yhot; in rfbScheduleCopyRegion() 689 width: 8, height: 7, xhot: 3, yhot: 3,
|
/external/libvncserver/x11vnc/ |
D | 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; in setup_cursors() 1007 int xhot, int yhot, int Bpp) { in pixels2curs() argument 1090 yhot = scale_round(yhot, scale_cursor_fac_y); in pixels2curs() 1251 c->yhot = yhot; in pixels2curs() 1358 xfc->width, xfc->height, 32, xfc->xhot, xfc->yhot); in get_exact_cursor() 1369 int xhot, int yhot) { in store_cursor() argument 1375 fprintf(stderr, "sc: %d %d/%d %d - %d %d\n", serial, w, h, cbpp, xhot, yhot); in store_cursor() 1443 rotate_coords(xhot, yhot, &tx, &ty, w, h); in store_cursor() [all …]
|
D | cursor.h | 67 extern int store_cursor(int serial, unsigned long *data, int w, int h, int cbpp, int xhot, int yhot…
|
D | macosxCG.c | 460 extern int store_cursor(int serial, unsigned long *data, int w, int h, int cbpp, int xhot, int yhot…
|
D | screen.c | 1205 void vnc_reflect_got_cursorshape(rfbClient *cl, int xhot, int yhot, int width, int height, int byte… in vnc_reflect_got_cursorshape() argument 1268 store_cursor(serial++, (unsigned long*) pixels, width, height, 32, xhot, yhot); in vnc_reflect_got_cursorshape()
|
/external/libvncserver/libvncclient/ |
D | cursor.c | 46 rfbBool HandleCursorShape(rfbClient* client,int xhot, int yhot, int width, int height, uint32_t enc) in HandleCursorShape() argument 171 client->GotCursorShape(client, xhot, yhot, width, height, bytesPerPixel); in HandleCursorShape()
|
/external/libvncserver/vncterm/ |
D | VNConsole.c | 110 rfbWholeFontBBox(font,&c->xhot,&c->cHeight,&c->cWidth,&c->yhot); in vcGetConsole() 112 c->cHeight=-c->cHeight-c->yhot; in vcGetConsole() 117 c->cy2=c->cHeight-1-c->yhot+c->cHeight/16; in vcGetConsole() 271 y+c->cHeight-c->yhot-1, in vcPutCharColour()
|
D | VNConsole.h | 28 int xhot,yhot; member
|
/external/libvncserver/rfb/ |
D | rfbclient.h | 173 typedef void (*GotCursorShapeProc)(struct _rfbClient* client, int xhot, int yhot, int width, int he… 353 extern rfbBool HandleCursorShape(rfbClient* client,int xhot, int yhot, int width, int height, uint3…
|
D | rfb.h | 912 unsigned short width, height, xhot, yhot; /**< metrics */ member
|
/external/libdrm/include/drm/ |
D | vmwgfx_drm.h | 560 int32_t yhot; member
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmwgfx_drm.h | 499 int32_t yhot; member
|
/external/kernel-headers/original/uapi/drm/ |
D | vmwgfx_drm.h | 522 int32_t yhot; member
|
/external/libvncserver/examples/ |
D | example.c | 264 c->xhot = 16; c->yhot = 24; in MakeRichCursor()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 2895 Bool HandleXCursor(int xhot, int yhot, int width, int height) 2917 Bool HandleCursorShape(int xhot, int yhot, int width, int height, CARD32 enc) 2972 - HandleXCursor(xhot, yhot, width, height); 3019 + HandleXCursor(xhot, yhot, width, height); 3191 - rcHotY = yhot; 3195 + rcHotY = yhot;
|