Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_wordplace.h19 nLineIndex(other_nLineIndex), in CPVT_WordPlace()
24 nLineIndex = -1; in Reset()
30 nLineIndex = 0; in AdvanceSection()
35 return wp.nSecIndex == nSecIndex && wp.nLineIndex == nLineIndex &&
44 if (nLineIndex != wp.nLineIndex)
45 return nLineIndex < wp.nLineIndex;
51 if (nLineIndex != wp.nLineIndex)
52 return nLineIndex > wp.nLineIndex;
65 return nLineIndex - wp.nLineIndex; in LineCmp()
69 int32_t nLineIndex = -1; member
Dcpvt_section.cpp182 return CPVT_WordPlace(m_LinePlace.nSecIndex, m_LinePlace.nLineIndex, -1); in GetBeginWordPlace()
186 return CPVT_WordPlace(m_LinePlace.nSecIndex, m_LinePlace.nLineIndex, in GetEndWordPlace()
193 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetPrevWordPlace()
196 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetPrevWordPlace()
203 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetNextWordPlace()
206 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetNextWordPlace()
264 if (place.nLineIndex < 0) in GetPrevWordPlace()
267 if (place.nLineIndex >= fxcrt::CollectionSize<int32_t>(m_LineArray)) in GetPrevWordPlace()
270 Line* pLine = m_LineArray[place.nLineIndex].get(); in GetPrevWordPlace()
272 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, -1); in GetPrevWordPlace()
[all …]
Dcpvt_variabletext.cpp109 if (m_CurPos.nLineIndex < pSection->GetLineArraySize() - 1) { in NextLine()
110 m_CurPos = CPVT_WordPlace(m_CurPos.nSecIndex, m_CurPos.nLineIndex + 1, -1); in NextLine()
127 if (!pSection->GetLineFromArray(m_CurPos.nLineIndex)) in GetWord()
149 line.lineplace = CPVT_WordPlace(m_CurPos.nSecIndex, m_CurPos.nLineIndex, -1); in GetLine()
155 pSection->GetLineFromArray(m_CurPos.nLineIndex); in GetLine()
453 if (temp.nLineIndex-- > 0) { in GetUpWordPlace()
459 temp.nLineIndex = pLastSection->GetLineArraySize() - 1; in GetUpWordPlace()
476 if (temp.nLineIndex++ < pSection->GetLineArraySize() - 1) { in GetDownWordPlace()
489 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, -1); in GetLineBeginPlace()
499 pSection->GetLineFromArray(place.nLineIndex); in GetLineEndPlace()
[all …]