Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpvt_variabletext.cpp108 if (m_CurPos.nLineIndex < pSection->GetLineArraySize() - 1) { in NextLine()
458 temp.nLineIndex = pLastSection->GetLineArraySize() - 1; in GetUpWordPlace()
475 if (temp.nLineIndex++ < pSection->GetLineArraySize() - 1) { in GetDownWordPlace()
H A Dcpvt_section.h67 int32_t GetLineArraySize() const;
H A Dcpvt_section.cpp407 int32_t CPVT_Section::GetLineArraySize() const { in GetLineArraySize() function in CPVT_Section