Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:FX_INT32

25     CPVT_WordPlace(FX_INT32 nSecIndex, FX_INT32 nLineIndex, FX_INT32 nWordIndex)

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
98 FX_INT32 nSecIndex;
100 FX_INT32 nLineIndex;
102 FX_INT32 nWordIndex;
169 CPVT_SecProps(FX_FLOAT lineLeading, FX_FLOAT lineIndent, FX_INT32 alignment) :
183 FX_INT32 nAlignment;
192 CPVT_WordProps(FX_INT32 fontIndex, FX_FLOAT fontSize, FX_COLORREF wordColor = 0, FX_INT32 scriptType = 0, FX_INT32 wordStyle = 0,
193 FX_FLOAT charSpace = 0, FX_INT32 horzScale = 100) :
206 FX_INT32 nFontIndex;
212 FX_INT32 nScriptType;
214 FX_INT32 nWordStyle;
218 FX_INT32 nHorzScale;
229 FX_INT32 nCharset;
241 FX_INT32 nFontIndex;
279 virtual FX_INT32 GetCharWidth(FX_INT32 nFontIndex, FX_WORD word, FX_INT32 nWordStyle) = 0;
281 virtual FX_INT32 GetTypeAscent(FX_INT32 nFontIndex) = 0;
283 virtual FX_INT32 GetTypeDescent(FX_INT32 nFontIndex) = 0;
285 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) = 0;
289 virtual FX_INT32 GetDefaultFontIndex() = 0;
317 virtual void SetAt(FX_INT32 nWordIndex) = 0;
338 virtual void SetAlignment(FX_INT32 nFormat = 0) = 0;
342 virtual void SetLimitChar(FX_INT32 nLimitChar = 0) = 0;
344 virtual void SetCharArray(FX_INT32 nCharArray = 0) = 0;
348 virtual void SetHorzScale(FX_INT32 nHorzScale = 100) = 0;
374 virtual void SetText(FX_LPCWSTR text, FX_INT32 charset = 1, const CPVT_SecProps * pSecProps = NULL,
377 virtual CPVT_WordPlace InsertWord(const CPVT_WordPlace & place, FX_WORD word, FX_INT32 charset = 1,
383 virtual CPVT_WordPlace InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, FX_INT32 charset = 1,
396 virtual FX_INT32 GetTotalWords() const = 0;
400 virtual FX_INT32 GetAlignment() const = 0;
404 virtual FX_INT32 GetCharArray() const = 0;
406 virtual FX_INT32 GetLimitChar() const = 0;
410 virtual FX_INT32 GetHorzScale() const = 0;
440 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
442 virtual CPVT_WordPlace WordIndexToWordPlace(FX_INT32 index) const = 0;