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

/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVLibraries.h313 typedef struct IOHardwareCursorDescriptor HardwareCursorDescriptorRec;
355 IOHardwareCursorDescriptor * hardwareDescriptor,
H A DIONDRVFramebuffer.h343 IOHardwareCursorDescriptor * hwDesc,
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h928 * @struct IOHardwareCursorDescriptor
944 struct IOHardwareCursorDescriptor { struct
957 typedef struct IOHardwareCursorDescriptor IOHardwareCursorDescriptor; typedef in typeref:struct:IOHardwareCursorDescriptor
967 * @discussion This structure is used by IOFramebuffer to return the data of a hardware cursor by convertCursorImage() after conversion based on the IOHardwareCursorDescriptor passed to that routine.
972 * @field colorMap Pointer to array of IOColorEntry structures, with the number of elements set by the numColors field of the IOHardwareCursorDescriptor. Zero should be passed for direct pixel formats.
H A DIOFramebuffer.h58 IOHardwareCursorDescriptor * description, IOFBCursorRef cursorImage);
666 IOHardwareCursorDescriptor * description,
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVLibraries.cpp570 IOHardwareCursorDescriptor * hardwareDescriptor,
H A DIONDRVFramebuffer.cpp961 IOHardwareCursorDescriptor * hwDesc,
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2957 IOHardwareCursorDescriptor desc;
3534 IOHardwareCursorDescriptor * hwDesc,
3559 IOHardwareCursorDescriptor copy;
3568 OSData * data = OSData::withBytes( hwDesc, sizeof(IOHardwareCursorDescriptor) );
6985 IOHardwareCursorDescriptor desc;

Completed in 206 milliseconds