Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcline.cpp21 m_LineInfo.nEndWordIndex); in GetEndWordPlace()
25 if (place.nWordIndex > m_LineInfo.nEndWordIndex) { in GetPrevWordPlace()
27 m_LineInfo.nEndWordIndex); in GetPrevWordPlace()
Dcpvt_lineinfo.h18 int32_t nEndWordIndex; variable
29 nEndWordIndex(-1), in CPVT_LineInfo()
Dctypeset.cpp253 pLine->m_LineInfo.nEndWordIndex = in CharArray()
362 line.nEndWordIndex = nLineTail; in SplitLines()
388 line.nEndWordIndex = nLineTail; in SplitLines()
411 line.nEndWordIndex = -1; in SplitLines()
469 w <= pLine->m_LineInfo.nEndWordIndex; w++) { in OutputLines()
Dcsection.cpp98 if (place.nWordIndex < pLine->m_LineInfo.nEndWordIndex) in GetNextWordPlace()
116 } else if (place.nWordIndex > pLine->m_LineInfo.nEndWordIndex) { in UpdateWordPlace()