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

  /external/pdfium/core/fpdfdoc/
cpvt_wordplace.h 13 CPVT_WordPlace() : nSecIndex(-1), nLineIndex(-1), nWordIndex(-1) {}
19 nLineIndex = other_nLineIndex;
23 void Default() { nSecIndex = nLineIndex = nWordIndex = -1; }
26 return wp.nSecIndex == nSecIndex && wp.nLineIndex == nLineIndex &&
37 if (nLineIndex > wp.nLineIndex)
39 if (nLineIndex < wp.nLineIndex)
53 if (nLineIndex > wp.nLineIndex
    [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,
csection.cpp 87 if (place.nLineIndex < 0) {
90 if (place.nLineIndex >= m_LineArray.GetSize()) {
93 if (CLine* pLine = m_LineArray.GetAt(place.nLineIndex)) {
95 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, -1);
98 if (CLine* pPrevLine = m_LineArray.GetAt(place.nLineIndex - 1)) {
109 if (place.nLineIndex < 0) {
112 if (place.nLineIndex >= m_LineArray.GetSize()) {
115 if (CLine* pLine = m_LineArray.GetAt(place.nLineIndex)) {
117 if (CLine* pNextLine = m_LineArray.GetAt(place.nLineIndex + 1)) {
140 place.nLineIndex = nMid
    [all...]
cpdf_variabletext.cpp 116 if (m_CurPos.nLineIndex < pSection->m_LineArray.GetSize() - 1) {
118 CPVT_WordPlace(m_CurPos.nSecIndex, m_CurPos.nLineIndex + 1, -1);
131 if (m_CurPos.nLineIndex > 0) {
133 CPVT_WordPlace(m_CurPos.nSecIndex, m_CurPos.nLineIndex - 1, -1);
168 if (pSection->m_LineArray.GetAt(m_CurPos.nLineIndex)) {
205 line.lineplace = CPVT_WordPlace(m_CurPos.nSecIndex, m_CurPos.nLineIndex, -1);
207 if (CLine* pLine = pSection->m_LineArray.GetAt(m_CurPos.nLineIndex)) {
421 wp.nLineIndex = 0;
432 wp.nLineIndex = 0;
599 if (temp.nLineIndex-- > 0)
    [all...]
  /external/pdfium/xfa/fde/
cfde_txtedtparag.h 30 void GetLineRange(int32_t nLineIndex, int32_t& nStart, int32_t& nCount) const;
cfde_txtedtparag.cpp 141 void CFDE_TxtEdtParag::GetLineRange(int32_t nLineIndex,
145 ASSERT(nLineIndex < m_nLineCount);
148 for (int32_t i = 0; i < nLineIndex; i++) {
cfde_txtedtpage.h 23 CFDE_TxtEdtPage(CFDE_TxtEdtEngine* pEngine, int32_t nLineIndex);
cfde_txtedtengine.h 83 int32_t nLineIndex,
cfde_txtedtengine.cpp 712 int32_t nLineIndex,
721 if (nLineTotal > nLineIndex) {
    [all...]

Completed in 188 milliseconds