Home
last modified time | relevance | path

Searched refs:yhot (Results 1 – 15 of 15) sorted by relevance

/external/libvncserver/libvncserver/
Dselbox.c13 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()
Dcursor.c113 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()
Dmain.c316 int y = cl->cursorY - cl->screen->cursor->yhot; in rfbScheduleCopyRegion()
689 width: 8, height: 7, xhot: 3, yhot: 3,
/external/libvncserver/test/
Dcursortest.c76 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/libvncclient/
Dcursor.c46 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/wayland/cursor/
Dxcursor.c480 if (!_XcursorReadUInt (file, &head.yhot)) in _XcursorReadImage()
489 if (head.xhot > head.width || head.yhot > head.height) in _XcursorReadImage()
500 image->yhot = head.yhot; in _XcursorReadImage()
Dxcursor.h41 XcursorDim yhot; /* hot spot y (must be inside image) */ member
Dwayland-cursor.c319 image->image.hotspot_y = images->images[i]->yhot; in wl_cursor_create_from_xcursor_images()
/external/libvncserver/rfb/
Drfbclient.h177 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…
Drfb.h912 unsigned short width, height, xhot, yhot; /**< metrics */ member
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_x11.cc205 std::min(img->height, img->yhot)); in CaptureCursor()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmwgfx_drm.h527 int32_t yhot; member
/external/libdrm/include/drm/
Dvmwgfx_drm.h525 __s32 yhot; member
/external/kernel-headers/original/uapi/drm/
Dvmwgfx_drm.h535 __s32 yhot; member
/external/libvncserver/examples/
Dexample.c265 c->xhot = 16; c->yhot = 24; in MakeRichCursor()