Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:EndPos

118         EndPos.Default();

124 this->EndPos = end;
136 this->EndPos = end;
142 return this->BeginPos != this->EndPos;
147 return wr.BeginPos != this->BeginPos || wr.EndPos != this->EndPos;
152 if (BeginPos.WordCmp(EndPos) > 0) {
153 CPVT_WordPlace place = EndPos;
154 EndPos = BeginPos;
161 CPVT_WordPlace EndPos;