Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp31 m_LineInfo.nEndWordIndex); in GetEndWordPlace()
34 if (place.nWordIndex > m_LineInfo.nEndWordIndex) { in GetPrevWordPlace()
36 m_LineInfo.nEndWordIndex); in GetPrevWordPlace()
138 if (place.nWordIndex >= pLine->m_LineInfo.nEndWordIndex) { in GetNextWordPlace()
157 } else if (place.nWordIndex > pLine->m_LineInfo.nEndWordIndex) { in UpdateWordPlace()
375 pLine->m_LineInfo.nEndWordIndex = m_pSection->m_WordArray.GetSize() - 1; in CharArray()
658 line.nEndWordIndex = nLineTail; in SplitLines()
684 line.nEndWordIndex = nLineTail; in SplitLines()
707 line.nEndWordIndex = -1; in SplitLines()
764 w <= pLine->m_LineInfo.nEndWordIndex; w++) { in OutputLines()
Dpdf_vt.h101 nEndWordIndex(-1), in CPVT_LineInfo()
109 int32_t nEndWordIndex; member