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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1898 uint32_t pin, pt5, in, out, channel, idx, maxSrc, maxDst, interpCount; local
1911 interpCount = __private->desiredGammaDataCount / srcDataCount;
1913 interpCount = 0;
1933 if (interpCount && (in < maxSrc))
1936 value += ((value2 - value) * (idx % interpCount) + (interpCount - 1)) / interpCount;

Completed in 224 milliseconds