Home
last modified time | relevance | path

Searched defs:CPVT_WordPlace (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h23 struct CPVT_WordPlace { struct
25 CPVT_WordPlace() : nSecIndex(-1), nLineIndex(-1), nWordIndex(-1) in CPVT_WordPlace() argument
29 CPVT_WordPlace(FX_INT32 nSecIndex, FX_INT32 nLineIndex, FX_INT32 nWordIndex) in CPVT_WordPlace() argument
41 FX_BOOL operator == (const CPVT_WordPlace & wp) const argument
51 inline FX_INT32 WordCmp(const CPVT_WordPlace & wp) const in WordCmp() argument
74 inline FX_INT32 LineCmp(const CPVT_WordPlace & wp) const in LineCmp() argument
91 inline FX_INT32 SecCmp(const CPVT_WordPlace & wp) const in SecCmp() argument
114 CPVT_WordRange(const CPVT_WordPlace & begin, const CPVT_WordPlace & end) in CPVT_WordRange() argument