OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BeginPos
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
107
BeginPos
.Default();
112
BeginPos
= begin;
118
BeginPos
= begin;
127
FX_BOOL IsExist() const { return
BeginPos
!= EndPos; }
130
return wr.
BeginPos
!=
BeginPos
|| wr.EndPos != EndPos;
134
if (
BeginPos
.WordCmp(EndPos) > 0) {
136
EndPos =
BeginPos
;
137
BeginPos
= place;
141
CPVT_WordPlace
BeginPos
;
[
all
...]
/external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h
178
Set(range.
BeginPos
, range.EndPos);
182
return CPVT_WordRange(
BeginPos
, EndPos);
186
BeginPos
.Default();
191
BeginPos
= begin;
195
void SetBeginPos(const CPVT_WordPlace& begin) {
BeginPos
= begin; }
199
FX_BOOL IsExist() const { return
BeginPos
!= EndPos; }
202
return wr.
BeginPos
!=
BeginPos
|| wr.EndPos != EndPos;
205
CPVT_WordPlace
BeginPos
, EndPos;
Completed in 67 milliseconds