OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nLineIndex
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
23
CPVT_WordPlace() : nSecIndex(-1),
nLineIndex
(-1), nWordIndex(-1) {}
29
nLineIndex
= other_nLineIndex;
33
void Default() { nSecIndex =
nLineIndex
= nWordIndex = -1; }
36
return wp.nSecIndex == nSecIndex && wp.
nLineIndex
==
nLineIndex
&&
41
return wp.nSecIndex != nSecIndex || wp.
nLineIndex
!=
nLineIndex
||
52
if (
nLineIndex
> wp.
nLineIndex
) {
55
if (
nLineIndex
< wp.nLineIndex)
[
all
...]
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.h
18
virtual void GetLineRange(int32_t
nLineIndex
,
fde_txtedtparag.cpp
136
void CFDE_TxtEdtParag::GetLineRange(int32_t
nLineIndex
,
140
FXSYS_assert(
nLineIndex
< m_nLineCount);
143
for (int32_t i = 0; i <
nLineIndex
; i++) {
fde_txtedtpage.h
90
CFDE_TxtEdtPage(IFDE_TxtEdtEngine* pEngine, int32_t
nLineIndex
);
fde_txtedtengine.h
139
int32_t
nLineIndex
,
fde_txtedtengine.cpp
[
all
...]
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
27
return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.
nLineIndex
, -1);
30
return CPVT_WordPlace(LinePlace.nSecIndex, LinePlace.
nLineIndex
,
35
return CPVT_WordPlace(place.nSecIndex, place.
nLineIndex
,
38
return CPVT_WordPlace(place.nSecIndex, place.
nLineIndex
,
43
return CPVT_WordPlace(place.nSecIndex, place.
nLineIndex
,
46
return CPVT_WordPlace(place.nSecIndex, place.
nLineIndex
,
110
if (place.
nLineIndex
< 0) {
113
if (place.
nLineIndex
>= m_LineArray.GetSize()) {
116
if (CLine* pLine = m_LineArray.GetAt(place.
nLineIndex
)) {
118
return CPVT_WordPlace(place.nSecIndex, place.
nLineIndex
, -1)
[
all
...]
/external/pdfium/xfa/src/fee/include/
ifde_txtedtengine.h
255
virtual void GetLineRange(int32_t
nLineIndex
,
Completed in 660 milliseconds