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

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h11 struct CPVT_WordPlace;
19 struct CPVT_WordPlace { struct
21 CPVT_WordPlace() : nSecIndex(-1), nLineIndex(-1), nWordIndex(-1) function in struct:CPVT_WordPlace
25 CPVT_WordPlace(FX_INT32 nSecIndex, FX_INT32 nLineIndex, FX_INT32 nWordIndex) function in struct:CPVT_WordPlace
37 FX_BOOL operator == (const CPVT_WordPlace & wp) const
42 FX_BOOL operator != (const CPVT_WordPlace & wp) const
47 inline FX_INT32 WordCmp(const CPVT_WordPlace & wp) const
70 inline FX_INT32 LineCmp(const CPVT_WordPlace & wp) const
87 inline FX_INT32 SecCmp(const CPVT_WordPlace & wp) const
110 CPVT_WordRange(const CPVT_WordPlace
[all...]

Completed in 1217 milliseconds