Home
last modified time | relevance | path

Searched refs:nEndWordIndex (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpvt_section.cpp187 m_LineInfo.nEndWordIndex); in GetEndWordPlace()
192 if (place.nWordIndex > m_LineInfo.nEndWordIndex) { in GetPrevWordPlace()
194 m_LineInfo.nEndWordIndex); in GetPrevWordPlace()
292 if (place.nWordIndex < pLine->m_LineInfo.nEndWordIndex) in GetNextWordPlace()
310 } else if (place.nWordIndex > pLine->m_LineInfo.nEndWordIndex) { in UpdateWordPlace()
501 pLine->m_LineInfo.nEndWordIndex = in RearrangeCharArray()
524 line.nEndWordIndex = -1; in SplitLines()
621 line.nEndWordIndex = nLineTail; in SplitLines()
647 line.nEndWordIndex = nLineTail; in SplitLines()
704 w <= pLine->m_LineInfo.nEndWordIndex; w++) { in OutputLines()
Dcpvt_lineinfo.h15 int32_t nEndWordIndex = -1; member