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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h59 IOReturn (*setCursorState) (void * self, void * ref, member in struct:IOFBCursorControlCallouts
581 kIOHardwareCursorAttribute If the device supports a hardware cursor and implements the setCursorImage() and setCursorState() calls it should return true for this attribute.
678 /*! @function setCursorState
687 virtual IOReturn setCursorState( SInt32 x, SInt32 y, bool visible );
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h327 virtual IOReturn setCursorState( SInt32 x, SInt32 y, bool visible );
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2943 err = inst->setCursorState(
2980 ret = (*cursorControl->callouts->setCursorState) (
3046 ret = setCursorState( x, y, visible );
8924 IOReturn IOFramebuffer::setCursorState( SInt32 x, SInt32 y, bool visible ) function in class:IOFramebuffer
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1004 IOReturn IONDRVFramebuffer::setCursorState( SInt32 x, SInt32 y, bool visible ) function in class:IONDRVFramebuffer

Completed in 141 milliseconds