Searched refs:cursorLoc (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsDevice.h38 virtual void showCursor( IOGPoint * cursorLoc, int frame ) = 0;
39 virtual void moveCursor( IOGPoint * cursorLoc, int frame ) = 0;
H A DIOFramebufferShared.h159 @field cursorLoc The location of the cursor hot spot.
186 IOGPoint cursorLoc; member in struct:StdFBShmem_t
H A DIOFramebuffer.h347 virtual void showCursor( IOGPoint * cursorLoc, int frame );
348 virtual void moveCursor( IOGPoint * cursorLoc, int frame );
H A DIOFramebufferPrivate.h222 void transformLocation(StdFBShmem_t * shmem, IOGPoint * cursorLoc, IOGPoint * transformLoc);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDShared.h126 IOGPoint cursorLoc; /* The current location of the cursor, in desktop coordinates */ member in struct:_evGlobals
139 unsigned updateCursorPositionFromFixed:1; /* if this is set, IOHIDSystem will take any cursor position updates from desktopCursorFixed instead of cursorLoc */
/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c160 shmem[index]->frame, shmem[index]->cursorLoc.x, shmem[index]->cursorLoc.y,
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp974 shmem->cursorLoc.x - hs->x - shmem->screenBounds.minx,
975 shmem->cursorLoc.y - hs->y - shmem->screenBounds.miny, false );
991 x = shmem->cursorLoc.x - hs->x;
992 y = shmem->cursorLoc.y - hs->y;
1034 tempRect.maxx = (tempRect.minx = (shmem->cursorLoc).x - hs->x)
1036 tempRect.maxy = (tempRect.miny = (shmem->cursorLoc).y - hs->y)
2493 shmem->cursorLoc.x - hs->x - ox,
2494 shmem->cursorLoc.y - hs->y - oy, false );
2910 shmem->cursorLoc.x - hs->x - shmem->screenBounds.minx,
2911 shmem->cursorLoc
3059 transformLocation(StdFBShmem_t * shmem, IOGPoint * cursorLoc, IOGPoint * transformLoc) argument
3082 moveCursor( IOGPoint * cursorLoc, int frame ) argument
3132 showCursor( IOGPoint * cursorLoc, int frame ) argument
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp1837 setCursorPosition((IOGPoint *)&evg->cursorLoc, true);
1904 setCursorPosition((IOGPoint *)&evg->cursorLoc, true);
2060 evg->cursorLoc.x = _cursorHelper.desktopLocation().xValue().as32();
2061 evg->cursorLoc.y = _cursorHelper.desktopLocation().yValue().as32();
2812 p = &evg->cursorLoc;
2872 tempLoc.fromIntFloor(evg->cursorLoc.x, evg->cursorLoc.y);
5261 // Sets the cursor position (evg->cursorLoc) to the new
5480 evg->cursorLoc.x = _cursorHelper.desktopLocation().xValue().as32();
5481 evg->cursorLoc
[all...]

Completed in 271 milliseconds