Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_variabletext.cpp230 for (int32_t w = wordplace.nWordIndex + 1; w < pSection->GetWordArraySize(); in InsertSection()
327 nIndex += pSection->GetWordArraySize(); in WordPlaceToWordIndex()
343 nIndex += pSection->GetWordArraySize(); in WordIndexToWordPlace()
522 nTotal += pSection->GetWordArraySize() + kReturnLength; in GetTotalWords()
668 if (m_SectionArray[place.nSecIndex]->GetWordArraySize() != 0) in ClearEmptySection()
692 for (int32_t i = 0; i < pNextSection->GetWordArraySize(); ++i) { in LinkLatterSection()
721 if (pSection->GetWordArraySize() == 0) in ClearLeftWord()
Dcpvt_section.h69 int32_t GetWordArraySize() const;
Dcpvt_section.cpp419 int32_t CPVT_Section::GetWordArraySize() const { in GetWordArraySize() function in CPVT_Section