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

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp222 FX_INT32 nLineBytes, nBitsLeft, cc; local
233 nLineBytes = ((GBW + 7) >> 3) - 1;
234 nBitsLeft = GBW - (nLineBytes << 3);
250 for(cc = 0; cc < nLineBytes; cc++) {
273 pLine[nLineBytes] = cVal;
278 for(cc = 0; cc < nLineBytes; cc++) {
299 pLine[nLineBytes] = cVal;
473 FX_INT32 nLineBytes, nBitsLeft, cc; local
484 nLineBytes = ((GBW + 7) >> 3) - 1;
485 nBitsLeft = GBW - (nLineBytes <<
719 FX_INT32 nLineBytes, nBitsLeft, cc; local
950 FX_INT32 nLineBytes, nBitsLeft, cc; local
3813 FX_INT32 nLineBytes, nBitsLeft, cc; local
3954 FX_INT32 nLineBytes, nBitsLeft, cc; local
4092 FX_INT32 nLineBytes, nBitsLeft, cc; local
4228 FX_INT32 nLineBytes, nBitsLeft, cc; local
[all...]

Completed in 45 milliseconds