HomeSort by relevance Sort by last modified time
    Searched refs:nSecIndex (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfdoc/
cpvt_wordplace.h 13 CPVT_WordPlace() : nSecIndex(-1), nLineIndex(-1), nWordIndex(-1) {}
18 nSecIndex = other_nSecIndex;
23 void Default() { nSecIndex = nLineIndex = nWordIndex = -1; }
26 return wp.nSecIndex == nSecIndex && wp.nLineIndex == nLineIndex &&
33 if (nSecIndex > wp.nSecIndex)
35 if (nSecIndex < wp.nSecIndex)
49 if (nSecIndex > wp.nSecIndex
    [all...]
cline.cpp 14 return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.nLineIndex, -1);
18 return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.nLineIndex,
24 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex,
27 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex,
33 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex,
36 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex,
cpdf_variabletext.cpp 115 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) {
118 CPVT_WordPlace(m_CurPos.nSecIndex, m_CurPos.nLineIndex + 1, -1);
121 if (m_CurPos.nSecIndex < m_pVT->m_SectionArray.GetSize() - 1) {
122 m_CurPos = CPVT_WordPlace(m_CurPos.nSecIndex + 1, 0, -1);
130 if (m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) {
133 CPVT_WordPlace(m_CurPos.nSecIndex, m_CurPos.nLineIndex - 1, -1);
136 if (m_CurPos.nSecIndex > 0) {
138 m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex - 1)) {
139 m_CurPos = CPVT_WordPlace(m_CurPos.nSecIndex - 1,
149 if (m_CurPos.nSecIndex < m_pVT->m_SectionArray.GetSize() - 1)
    [all...]
csection.cpp 39 pLine->LinePlace = CPVT_WordPlace(SecPlace.nSecIndex, i, -1);
58 return CPVT_WordPlace(SecPlace.nSecIndex, m_LineArray.Add(lineinfo), -1);
95 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, -1);

Completed in 142 milliseconds