OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nSecIndex
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/fpdfdoc/
cpvt_wordplace.h
13
CPVT_WordPlace() :
nSecIndex
(-1), nLineIndex(-1), nWordIndex(-1) {}
18
:
nSecIndex
(other_nSecIndex),
23
nSecIndex
= -1;
29
nSecIndex
++;
35
return wp.
nSecIndex
==
nSecIndex
&& wp.nLineIndex == nLineIndex &&
42
if (
nSecIndex
!= wp.
nSecIndex
)
43
return
nSecIndex
< wp.
nSecIndex
;
[
all
...]
cline.cpp
16
return CPVT_WordPlace(LinePlace.
nSecIndex
, LinePlace.nLineIndex, -1);
20
return CPVT_WordPlace(LinePlace.
nSecIndex
, LinePlace.nLineIndex,
26
return CPVT_WordPlace(place.
nSecIndex
, place.nLineIndex,
29
return CPVT_WordPlace(place.
nSecIndex
, place.nLineIndex,
35
return CPVT_WordPlace(place.
nSecIndex
, place.nLineIndex,
38
return CPVT_WordPlace(place.
nSecIndex
, place.nLineIndex,
cpdf_variabletext.cpp
117
if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.
nSecIndex
))
120
CSection* pSection = m_pVT->m_SectionArray[m_CurPos.
nSecIndex
].get();
123
m_CurPos = CPVT_WordPlace(m_CurPos.
nSecIndex
, m_CurPos.nLineIndex + 1, -1);
126
if (m_CurPos.
nSecIndex
<
128
m_CurPos = CPVT_WordPlace(m_CurPos.
nSecIndex
+ 1, 0, -1);
136
if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.
nSecIndex
))
139
CSection* pSection = m_pVT->m_SectionArray[m_CurPos.
nSecIndex
].get();
161
line.lineplace = CPVT_WordPlace(m_CurPos.
nSecIndex
, m_CurPos.nLineIndex, -1);
162
if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.
nSecIndex
))
165
CSection* pSection = m_pVT->m_SectionArray[m_CurPos.
nSecIndex
].get()
[
all
...]
csection.cpp
29
pLine->LinePlace = CPVT_WordPlace(SecPlace.
nSecIndex
, i, -1);
45
return CPVT_WordPlace(SecPlace.
nSecIndex
, m_LineArray.size() - 1, -1);
79
return CPVT_WordPlace(place.
nSecIndex
, place.nLineIndex, -1);
/external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp
338
if (m_wpNew.
nSecIndex
!= m_wpOld.
nSecIndex
)
734
if (oldplace.
nSecIndex
!= place.
nSecIndex
)
760
if (oldplace.
nSecIndex
!= place.
nSecIndex
)
[
all
...]
Completed in 2834 milliseconds