Searched refs:maxSrc (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
1907 maxSrc = (srcDataCount - 1);
1931 in = ((idx * maxSrc) + (idx ? (idx - 1) : 0)) / maxDst;
1933 if (interpCount && (in < maxSrc))

Completed in 196 milliseconds