Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpvt_variabletext.cpp126 if (!pSection->GetLineFromArray(m_CurPos.nLineIndex)) in GetWord()
154 pSection->GetLineFromArray(m_CurPos.nLineIndex); in GetLine()
498 pSection->GetLineFromArray(place.nLineIndex); in GetLineEndPlace()
H A Dcpvt_section.h68 const Line* GetLineFromArray(int32_t index) const;
H A Dcpvt_section.cpp411 const CPVT_Section::Line* CPVT_Section::GetLineFromArray(int32_t index) const { in GetLineFromArray() function in CPVT_Section