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

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec.cpp75 : m_NextLine(-1), m_pLastScanline(nullptr) {
85 if (m_NextLine == line + 1)
88 if (m_NextLine < 0 || m_NextLine > line) {
91 m_NextLine = 0;
93 while (m_NextLine < line) {
95 m_NextLine++;
98 m_NextLine++;
106 if (m_NextLine == line || m_NextLine
[all...]
H A Dcodec_int.h100 int m_NextLine; member in class:CCodec_ScanlineDecoder
H A Dfx_codec_jpeg.cpp472 m_NextLine = -1;

Completed in 171 milliseconds