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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1795 UInt32 tryWidth; local
1869 tryWidth = __private->desiredGammaDataWidth;
1891 && (tryWidth == dataWidth)
1901 pin = (1 << tryWidth) - 1;
1902 pt5 = 0; //(1 << (tryWidth - 1)); // truncate not round
1945 value = (value >> (dataWidth - tryWidth));
1951 if (tryWidth <= 8)
1960 __private->gammaDataWidth = tryWidth;

Completed in 88 milliseconds