Searched refs:yhot (Results 1 – 12 of 12) sorted by relevance
/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/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/rfb/ |
D | rfbclient.h | 177 typedef void (*GotCursorShapeProc)(struct _rfbClient* client, int xhot, int yhot, int width, int he… 361 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/webrtc/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor_x11.cc | 205 std::min(img->height, img->yhot)); in CaptureCursor()
|
/external/kernel-headers/original/uapi/drm/ |
D | vmwgfx_drm.h | 527 int32_t yhot; member
|
/external/libvncserver/examples/ |
D | example.c | 265 c->xhot = 16; c->yhot = 24; in MakeRichCursor()
|