Searched refs:GetLineCount (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fde/
H A Dcfde_txtedtparag.h21 int32_t GetLineCount() const { return m_nLineCount; } function in class:CFDE_TxtEdtParag
H A Dcfde_txtedtengine.cpp652 nLineCount += pParag->GetLineCount();
688 int32_t CFDE_TxtEdtEngine::GetLineCount() const { function in class:CFDE_TxtEdtEngine
720 nLineTotal += pParag->GetLineCount();
725 nStartLine = nLineTotal - pParag->GetLineCount();
794 int32_t nReserveLineCount = pParag->GetLineCount();
838 nTotalLineCount += pParag->GetLineCount();
870 nTotalLineCount += pTextParag->GetLineCount();
972 if (pParag->GetLineCount() == -1)
975 nLineCount += pParag->GetLineCount();
1175 nLineCount += pParag->GetLineCount();
[all...]
H A Dcfde_txtedtengine.h78 int32_t GetLineCount() const;
H A Dcfde_txtedtpage.cpp254 (m_pEditEngine->GetLineCount() - 1));

Completed in 114 milliseconds