Home
last modified time | relevance | path

Searched refs:GetLineArraySize (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpvt_section.h67 int32_t GetLineArraySize() const;
Dcpvt_variabletext.cpp109 if (m_CurPos.nLineIndex < pSection->GetLineArraySize() - 1) { in NextLine()
459 temp.nLineIndex = pLastSection->GetLineArraySize() - 1; in GetUpWordPlace()
476 if (temp.nLineIndex++ < pSection->GetLineArraySize() - 1) { in GetDownWordPlace()
Dcpvt_section.cpp408 int32_t CPVT_Section::GetLineArraySize() const { in GetLineArraySize() function in CPVT_Section