HomeSort by relevance Sort by last modified time
    Searched refs:m_NextLine (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 40 m_NextLine = -1;
55 if (m_NextLine == line + 1) {
58 if (m_NextLine < 0 || m_NextLine > line) {
62 m_NextLine = 0;
64 while (m_NextLine < line) {
66 m_NextLine ++;
69 m_NextLine ++;
77 if (m_NextLine == line || m_NextLine == line + 1) {
    [all...]
codec_int.h 102 int m_NextLine;
fx_codec_jpeg.cpp 494 m_NextLine = -1;

Completed in 32 milliseconds