Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_wordplace.h12 struct CPVT_WordPlace { struct
13 CPVT_WordPlace() : nSecIndex(-1), nLineIndex(-1), nWordIndex(-1) {} in CPVT_WordPlace() argument
15 CPVT_WordPlace(int32_t other_nSecIndex, in CPVT_WordPlace() argument
25 bool operator==(const CPVT_WordPlace& wp) const { argument
32 inline int32_t WordCmp(const CPVT_WordPlace& wp) const { in WordCmp() argument
48 inline int32_t LineCmp(const CPVT_WordPlace& wp) const { in LineCmp() argument
60 inline int32_t SecCmp(const CPVT_WordPlace& wp) const { in SecCmp() argument
68 int32_t nSecIndex;
69 int32_t nLineIndex;
70 int32_t nWordIndex;