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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 52 if (m_pDataCache && line < m_pDataCache->m_nCachedLines) {
74 if (m_pDataCache && line < m_pDataCache->m_nCachedLines) {
100 if (m_pDataCache && m_NextLine == m_pDataCache->m_nCachedLines) {
102 m_pDataCache->m_nCachedLines ++;
129 m_pDataCache->m_nCachedLines = 0;
codec_int.h 20 int m_nCachedLines;

Completed in 152 milliseconds