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

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.h 17 virtual int32_t CountLines() const { return m_nLineCount; }
26 int32_t m_nLineCount;
fde_txtedtparag.cpp 17 m_nLineCount(0),
77 m_nLineCount = nLineCount;
85 m_nLineCount = nLineCount;
134 m_nLineCount = nCount;
140 FXSYS_assert(nLineIndex < m_nLineCount);
fde_txtedtengine.cpp 37 m_nLineCount(0),
99 if (m_nLineCount == 0) {
102 return ((m_nLineCount - 1) / m_nPageLineCount) + 1;
    [all...]
fde_txtedtengine.h 210 int32_t m_nLineCount;

Completed in 38 milliseconds