OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nSecIndex
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
23
CPVT_WordPlace() :
nSecIndex
(-1), nLineIndex(-1), nWordIndex(-1) {}
28
nSecIndex
= other_nSecIndex;
33
void Default() {
nSecIndex
= nLineIndex = nWordIndex = -1; }
36
return wp.
nSecIndex
==
nSecIndex
&& wp.nLineIndex == nLineIndex &&
41
return wp.
nSecIndex
!=
nSecIndex
|| wp.nLineIndex != nLineIndex ||
46
if (
nSecIndex
> wp.
nSecIndex
) {
49
if (
nSecIndex
< wp.nSecIndex)
[
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,
69
pLine->LinePlace = CPVT_WordPlace(SecPlace.
nSecIndex
, i, -1);
86
return CPVT_WordPlace(SecPlace.
nSecIndex
, m_LineArray.Add(lineinfo), -1);
118
return CPVT_WordPlace(place.
nSecIndex
, place.nLineIndex, -1);
822
place.
nSecIndex
= 0
[
all
...]
Completed in 441 milliseconds