Searched defs:BeginPos (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h107 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; member in struct:CPVT_WordRange
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h178 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; member in class:CFX_Edit_Select

Completed in 109 milliseconds