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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 42 m_pLastScanline = NULL;
56 return m_pLastScanline;
68 m_pLastScanline = ReadNextLine();
70 return m_pLastScanline;
84 m_pLastScanline = NULL;
86 m_pLastScanline = ReadNextLine();
codec_int.h 104 FX_LPBYTE m_pLastScanline;

Completed in 200 milliseconds