HomeSort by relevance Sort by last modified time
    Searched defs:BeginPos (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 117 BeginPos.Default();
123 this->BeginPos = begin;
130 this->BeginPos = begin;
142 return this->BeginPos != this->EndPos;
147 return wr.BeginPos != this->BeginPos || wr.EndPos != this->EndPos;
152 if (BeginPos.WordCmp(EndPos) > 0) {
154 EndPos = BeginPos;
155 BeginPos = place;
159 CPVT_WordPlace BeginPos;
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 239 Set(range.BeginPos,range.EndPos);
244 return CPVT_WordRange(this->BeginPos,this->EndPos);
249 BeginPos.Default();
255 this->BeginPos = begin;
261 this->BeginPos = begin;
271 return this->BeginPos != this->EndPos;
276 return wr.BeginPos != this->BeginPos || wr.EndPos != this->EndPos;
279 CPVT_WordPlace BeginPos,EndPos;

Completed in 58 milliseconds