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

/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferShared.h41 /*! @defined IOFB_ARBITRARY_SIZE_CURSOR
42 @discussion When IOFB_ARBITRARY_SIZE_CURSOR is not defined, the maximum cursor size is assumed to be CURSORWIDTH x CURSORHEIGHT and this header file will define a number of structures for storing cursor images accordingly. A non-kernel task may define IOFB_ARBITRARY_SIZE_CURSOR and use cursors up to the size specified when IOFBCreateSharedCursor() was called. In this case appropriate structures for storing cursor images must be defined elsewhere. In the kernel, IOFB_ARBITRARY_SIZE_CURSOR is always defined.
44 #define IOFB_ARBITRARY_SIZE_CURSOR macro
73 #ifndef IOFB_ARBITRARY_SIZE_CURSOR
76 @discussion The maximum width of the cursor image in pixels. This is only defined if IOFB_ARBITRARY_SIZE_CURSOR is not defined.
81 @discussion The maximum height of the cursor image in pixels. This is only defined if IOFB_ARBITRARY_SIZE_CURSOR is not defined.
87 @discussion This structure stores 16 pixel x 16 pixel cursors to be used with 1-bit color depth. This structure is only defined if IOFB_ARBITRARY_SIZE_CURSOR is not defined.
100 @discussion This structure stores 16 pixel x 16 pixel cursors to be used with 8-bit color depth. This structure is only defined if IOFB_ARBITRARY_SIZE_CURSOR i
[all...]
/macosx-10.10.1/IOGraphics-485/tools/
H A Dfbshared.c5 #define IOFB_ARBITRARY_SIZE_CURSOR macro

Completed in 170 milliseconds