Home
last modified time | relevance | path

Searched refs:cursorY (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/libvncserver/
Dmain.c316 int y = cl->cursorY - cl->screen->cursor->yhot; in rfbScheduleCopyRegion()
642 if (x != s->cursorX || y != s->cursorY) { in rfbDefaultPtrAddEvent()
645 s->cursorY = y; in rfbDefaultPtrAddEvent()
904 screen->cursorX=screen->cursorY=screen->underCursorBufferLen=0; in rfbGetScreen()
975 if (screen->cursorY >= height) in rfbNewFramebuffer()
976 screen->cursorY = height - 1; in rfbNewFramebuffer()
Dcursor.c192 rect.r.y = Swap16IfLE(cl->screen->cursorY); in rfbSendCursorPos()
493 y1=cl->cursorY-c->yhot; in rfbHideCursor()
546 y1=cl->cursorY-c->yhot; in rfbShowCursor()
689 y = cl->cursorY-c->yhot; in rfbRedrawAfterHideCursor()
Drfbserver.c441 cl->cursorY = rfbScreen->cursorY; in rfbNewTCPOrUDPClient()
2850 (cl->cursorX == cl->screen->cursorX && cl->cursorY == cl->screen->cursorY)) && in rfbSendFramebufferUpdate()
2905 if(cl->cursorX != cl->screen->cursorX || cl->cursorY != cl->screen->cursorY) { in rfbSendFramebufferUpdate()
2909 cl->cursorY = cl->screen->cursorY; in rfbSendFramebufferUpdate()
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
DVDUBuffer.java61 protected int cursorX, cursorY; field in VDUBuffer
611 cursorY = l; in setCursorPosition()
625 return cursorY; in getCursorRow()
/external/libvncserver/rfb/
Drfb.h318 int cursorX, cursorY,underCursorBufferLen; member
631 int cursorX,cursorY; /**< the coordinates of the cursor, member
709 (cl)->cursorY != (cl)->screen->cursorY))) || \