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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp302 uint32_t cursorBytesPerPixel; member in struct:IOFramebufferPrivate
1170 __private->cursorBytesPerPixel = 4;
1172 __private->cursorBytesPerPixel = bytesPerPixel;
1208 * __private->cursorBytesPerPixel;
1210 * __private->cursorBytesPerPixel;
2969 desc.bitDepth = inst->__private->cursorBytesPerPixel * 8;
3026 if (!flags && __private->cursorThread && (__private->cursorBytesPerPixel >= 2))
3402 if (__private->cursorBytesPerPixel == 4)
3407 else if (__private->cursorBytesPerPixel == 2)
3427 buf = IOMalloc(dw * dh * __private->cursorBytesPerPixel);
[all...]

Completed in 77 milliseconds