Searched refs:nLineIndex (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 23 CPVT_WordPlace() : nSecIndex(-1), nLineIndex(-1), nWordIndex(-1) {} in CPVT_WordPlace() 29 nLineIndex = other_nLineIndex; in CPVT_WordPlace() 33 void Default() { nSecIndex = nLineIndex = nWordIndex = -1; } in Default() 36 return wp.nSecIndex == nSecIndex && wp.nLineIndex == nLineIndex && 41 return wp.nSecIndex != nSecIndex || wp.nLineIndex != nLineIndex || 52 if (nLineIndex > wp.nLineIndex) { in WordCmp() 55 if (nLineIndex < wp.nLineIndex) { in WordCmp() 74 if (nLineIndex > wp.nLineIndex) { in LineCmp() 77 if (nLineIndex < wp.nLineIndex) { in LineCmp() 95 int32_t nLineIndex; member
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 27 return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.nLineIndex, -1); in GetBeginWordPlace() 30 return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.nLineIndex, in GetEndWordPlace() 35 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetPrevWordPlace() 38 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetPrevWordPlace() 43 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetNextWordPlace() 46 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, in GetNextWordPlace() 110 if (place.nLineIndex < 0) { in GetPrevWordPlace() 113 if (place.nLineIndex >= m_LineArray.GetSize()) { in GetPrevWordPlace() 116 if (CLine* pLine = m_LineArray.GetAt(place.nLineIndex)) { in GetPrevWordPlace() 118 return CPVT_WordPlace(place.nSecIndex, place.nLineIndex, -1); in GetPrevWordPlace() [all …]
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtparag.cpp | 136 void CFDE_TxtEdtParag::GetLineRange(int32_t nLineIndex, in GetLineRange() argument 140 FXSYS_assert(nLineIndex < m_nLineCount); in GetLineRange() 143 for (int32_t i = 0; i < nLineIndex; i++) { in GetLineRange()
|
D | fde_txtedtparag.h | 18 virtual void GetLineRange(int32_t nLineIndex,
|
D | fde_txtedtpage.h | 90 CFDE_TxtEdtPage(IFDE_TxtEdtEngine* pEngine, int32_t nLineIndex);
|
D | fde_txtedtengine.h | 139 int32_t nLineIndex,
|
D | fde_txtedtengine.cpp | 1132 int32_t nLineIndex, in Line2Parag() argument 1141 if (nLineTotal > nLineIndex) { in Line2Parag()
|
/external/pdfium/xfa/src/fee/include/ |
D | ifde_txtedtengine.h | 255 virtual void GetLineRange(int32_t nLineIndex,
|