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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp365 uint32_t framebufferWidth; member in struct:IOFramebufferPrivate
1053 uint32_t framebufferWidth, uint32_t framebufferHeight,
1114 ox = (framebufferWidth - lw) / 2;
1131 for (x = 0; x < framebufferWidth; x++) out[x] = gray;
1151 for (; x < framebufferWidth; x++) out[x] = gray;
1175 __private->framebufferWidth = info->activeWidth;
3074 x = __private->framebufferWidth - x - 1;
4000 && __private->framebufferWidth
4070 + __private->framebufferWidth * bytesPerPixel) > bitsLen)
4073 (int) __private->framebufferWidth, (in
1052 IOFramebufferBootInitFB(IOVirtualAddress frameBuffer, uint32_t framebufferWidth, uint32_t framebufferHeight, uint32_t totalWidth, uint32_t consoleDepth, uint8_t logo) argument
[all...]

Completed in 129 milliseconds