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

/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp3613 SInt32 adjX = 4 - shmem->hotSpot[0 != frame].x; local
3615 if ((adjX < 0) || ((UInt32)(x + adjX) > width))
3616 adjX = 0;
3618 x += adjX;
3622 __private->cursorHotSpotAdjust[0 != frame].x = adjX;
3656 x = shmem->cursorSize[0 != frame].width + adjX;

Completed in 147 milliseconds