Searched refs:m_Columns (Results 1 - 1 of 1) sorted by last modified time

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp592 int m_Colors, m_BitsPerComponent, m_Columns, m_PredictPitch, m_LeftOver; member in class:CCodec_FlateScanlineDecoder
651 m_Columns = Columns;
652 m_PredictPitch = (m_BitsPerComponent * m_Colors * m_Columns + 7) / 8;
689 PNG_PredictLine(m_pScanline, m_pPredictRaw, m_pLastLine, m_BitsPerComponent, m_Colors, m_Columns);
706 PNG_PredictLine(m_pPredictBuffer, m_pPredictRaw, m_pLastLine, m_BitsPerComponent, m_Colors, m_Columns);
710 TIFF_PredictLine(m_pPredictBuffer, m_PredictPitch, m_BitsPerComponent, m_Colors, m_Columns);

Completed in 104 milliseconds