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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp322 OSArray * cursorAttributes; member in struct:IOFramebufferPrivate
3571 __private->cursorAttributes->setObject( data );
5464 if (__private->cursorAttributes && !__private->cursorAttributes->getCount())
5466 __private->cursorAttributes->release();
5467 __private->cursorAttributes = 0;
5470 if (!__private->cursorAttributes)
5472 if ((__private->cursorAttributes = OSArray::withCapacity(2)))
5478 setProperty( kIOFBCursorInfoKey, __private->cursorAttributes );
6969 if (__private->cursorAttributes)
[all...]

Completed in 61 milliseconds