Searched refs:FX_INT32 (Results 1 - 25 of 149) sorted by relevance

123456

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.h23 CJBig2_Image(FX_INT32 w, FX_INT32 h);
25 CJBig2_Image(FX_INT32 w, FX_INT32 h, FX_INT32 stride, FX_BYTE*pBuf);
31 FX_BOOL getPixel(FX_INT32 x, FX_INT32 y);
33 FX_INT32 setPixel(FX_INT32 x, FX_INT32
[all...]
H A DJBig2_Context.h39 FX_BYTE *pData, FX_DWORD dwLength, FX_INT32 nStreamType, IFX_Pause* pPause = NULL);
43 FX_INT32 getFirstPage(FX_BYTE *pBuf, FX_INT32 width, FX_INT32 height, FX_INT32 stride, IFX_Pause* pPause);
45 FX_INT32 getNextPage(FX_BYTE *pBuf, FX_INT32 width, FX_INT32 height, FX_INT32 stride, IFX_Pause* pPause);
47 FX_INT32 getFirstPag
[all...]
H A DJBig2_Define.h16 FX_INT32 width,
18 FX_INT32 x,
23 FX_INT32 codelen;
24 FX_INT32 code;
H A DJBig2_List.h16 CJBig2_List(FX_INT32 nSize = 8)
31 FX_INT32 i;
48 FX_INT32 getLength()
53 TYPE *getAt(FX_INT32 nIndex)
63 FX_INT32 m_nSize;
65 FX_INT32 m_nLength;
/external/pdfium/core/src/fxcrt/
H A Dfx_arabic.h23 virtual FX_INT32 GetBidiInfo(FX_INT32 &iStart, FX_INT32 &iCount);
27 FX_INT32 m_iCurStart;
28 FX_INT32 m_iCurCount;
29 FX_INT32 m_iCurBidi;
30 FX_INT32 m_iLastBidi;
31 FX_INT32 m_iLastStart;
32 FX_INT32 m_iLastCount;
H A Dfx_arabic.cpp27 FX_INT32 iBidiCls = (dwProps & FX_BIDICLASSBITSMASK) >> FX_BIDICLASSBITS;
28 FX_INT32 iContext = 0;
72 FX_INT32 CFX_BidiChar::GetBidiInfo(FX_INT32 &iStart, FX_INT32 &iCount)
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_ap.h15 virtual CPDF_Font* GetPDFFont(FX_INT32 nFontIndex) = 0;
17 virtual CFX_ByteString GetPDFFontAlias(FX_INT32 nFontIndex) = 0;
21 CPVT_Dash(FX_INT32 dash, FX_INT32 gap, FX_INT32 phase) : nDash(dash), nGap(gap), nPhase(phase)
24 FX_INT32 nDash;
26 FX_INT32 nGap;
28 FX_INT32 nPhase;
36 CPVT_Color(FX_INT32 type = 0, FX_FLOAT color1 = 0.0f, FX_FLOAT color2 = 0.0f, FX_FLOAT color3 = 0.0f, FX_FLOAT color4 = 0.0f)
40 FX_INT32 nColorTyp
[all...]
H A Dfpdf_vt.h25 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 alignmen
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_arb.h17 virtual FX_INT32 GetBidiInfo(FX_INT32 &iStart, FX_INT32 &iCount) = 0;
H A Dfx_ext.h31 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);
32 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength = -1, FX_INT32 *pUsedLen = NULL);
34 FX_INT32 FXSYS_wcsnicmp(FX_LPCWSTR s1, FX_LPCWSTR s2, size_t count);
35 FX_INT32 FXSYS_strnicmp(FX_LPCSTR s1, FX_LPCSTR s2, size_t count);
36 inline FX_BOOL FXSYS_islower(FX_INT32 ch)
40 inline FX_BOOL FXSYS_isupper(FX_INT32 ch)
44 inline FX_INT32 FXSYS_tolower(FX_INT32 c
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_FontMap.h13 FX_INT32 nCharset;
19 FX_INT32 nCharset;
63 virtual CPDF_Font* GetPDFFont(FX_INT32 nFontIndex);
64 virtual CFX_ByteString GetPDFFontAlias(FX_INT32 nFontIndex);
65 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 nCharset, FX_INT32 nFontIndex);
66 virtual FX_INT32 CharCodeFromUnicode(FX_INT32 nFontIndex, FX_WORD word);
67 virtual FX_INT32 CharSetFromUnicod
[all...]
H A DPWL_IconList.h19 virtual void OnNoteListSelChanged(FX_INT32 nItemIndex) = 0;
35 void SetIcon(FX_INT32 nIconIndex);
48 FX_INT32 m_nIconIndex;
58 CPWL_IconList_Content(FX_INT32 nListCount);
61 void SetSelect(FX_INT32 nIndex);
62 FX_INT32 GetSelect() const;
65 void SetListData(FX_INT32 nItemIndex, void* pData);
66 void SetListIcon(FX_INT32 nItemIndex, FX_INT32 nIconIndex);
67 void SetListString(FX_INT32 nItemInde
[all...]
H A DPWL_EditCtrl.h34 virtual void OnCaretMove(FX_INT32 x1, FX_INT32 y1, FX_INT32 x2, FX_INT32 y2) {}
85 void GetCaretPos(FX_INT32& x, FX_INT32& y) const;
89 void SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar);
90 void GetSel(FX_INT32 & nStartChar, FX_INT32
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfx_systemhandler.h12 typedef void (*TimerCallback)(FX_INT32 idEvent);
46 virtual void ClientToScreen(FX_HWND hWnd, FX_INT32& x, FX_INT32& y) = 0;
47 virtual void ScreenToClient(FX_HWND hWnd, FX_INT32& x, FX_INT32& y) = 0;
57 virtual void SetCursor(FX_INT32 nCursorType) = 0;
60 virtual FX_BOOL AppendMenuItem(FX_HMENU hMenu, FX_INT32 nIDNewItem, CFX_WideString string) = 0;
61 virtual FX_BOOL EnableMenuItem(FX_HMENU hMenu, FX_INT32 nIDItem, FX_BOOL bEnabled) = 0;
62 virtual FX_INT32 TrackPopupMenu(FX_HMENU hMenu, FX_INT32
[all...]
/external/pdfium/core/include/fxge/
H A Dfx_ge_apple.h15 FX_BOOL Attach(CGContextRef context, FX_INT32 nDeviceClass = FXDC_DISPLAY);
17 FX_BOOL Create(FX_INT32 width, FX_INT32 height, FXDIB_Format format);
H A Dfpf.h32 virtual FX_INT32 GetGlyphIndex(FX_WCHAR wUnicode) = 0;
33 virtual FX_INT32 GetGlyphWidth(FX_INT32 iGlyphIndex) = 0;
35 virtual FX_INT32 GetAscent() const = 0;
36 virtual FX_INT32 GetDescent() const = 0;
38 virtual FX_BOOL GetGlyphBBox(FX_INT32 iGlyphIndex, FX_RECT &rtBBox) = 0;
41 virtual FX_INT32 GetHeight() const = 0;
42 virtual FX_INT32 GetItalicAngle() const = 0;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dcommon.h13 typedef FX_INT32 TT_int32_t;
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.h35 virtual FX_INT32 GetGlyphIndex(FX_WCHAR wUnicode);
36 virtual FX_INT32 GetGlyphWidth(FX_INT32 iGlyphIndex);
38 virtual FX_INT32 GetAscent() const;
39 virtual FX_INT32 GetDescent() const;
41 virtual FX_BOOL GetGlyphBBox(FX_INT32 iGlyphIndex, FX_RECT &rtBBox);
44 virtual FX_INT32 GetHeight() const;
45 virtual FX_INT32 GetItalicAngle() const;
H A Dfpf_skiafontmgr.h24 virtual FX_INT32 GetType() const
33 FX_INT32 iSize = FXSYS_strlen(pFamily);
40 FX_INT32 m_iFaceIndex;
42 FX_INT32 m_iGlyphNum;
54 virtual FX_INT32 GetType() const
63 FX_INT32 iSize = FXSYS_strlen(pPath);
74 virtual FX_INT32 GetType() const
84 virtual FX_INT32 GetType() const
103 FXFT_Face GetFontFace(IFX_FileRead *pFileRead, FX_INT32 iFaceIndex = 0);
104 FXFT_Face GetFontFace(FX_BSTR bsFile, FX_INT32 iFaceInde
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h211 TYPE GetAt(FX_INT32 nIndex) const { if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) return CFX_ArrayTemplate<TYPE>::GetAt(nIndex); return NULL;}
212 void RemoveAt(FX_INT32 nIndex){if (nIndex >= 0 && nIndex < CFX_ArrayTemplate<TYPE>::GetSize()) CFX_ArrayTemplate<TYPE>::RemoveAt(nIndex);}
229 virtual IFX_Edit* GetItemEdit(FX_INT32 nIndex) const;
230 virtual FX_INT32 GetCount() const;
231 virtual FX_BOOL IsItemSelected(FX_INT32 nIndex) const;
236 virtual FX_BOOL IsValid(FX_INT32 nItemIndex) const;
237 virtual FX_INT32 FindNext(FX_INT32 nIndex,FX_WCHAR nChar) const;
243 virtual void ReArrange(FX_INT32 nItemIndex);
245 virtual CPDF_Rect GetItemRect(FX_INT32 nInde
[all...]
H A Dfx_edit.h48 virtual CPDF_Font * GetPDFFont(FX_INT32 nFontIndex) = 0;
50 virtual CFX_ByteString GetPDFFontAlias(FX_INT32 nFontIndex) = 0;
52 virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32 charset, FX_INT32 nFontIndex) = 0;
54 virtual FX_INT32 CharCodeFromUnicode(FX_INT32 nFontIndex, FX_WORD word) = 0;
56 virtual FX_INT32 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) = 0;
133 virtual void SetAt(FX_INT32 nWordInde
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Deditint.h16 FX_INT32 CompressIndirectObject(FX_DWORD dwObjNum, const CPDF_Object *pObj);
17 FX_INT32 CompressIndirectObject(FX_DWORD dwObjNum, FX_LPCBYTE pBuffer, FX_DWORD dwSize);
25 FX_INT32 m_index;
38 FX_INT32 CompressIndirectObject(FX_DWORD dwObjNum, const CPDF_Object *pObj, CPDF_Creator *pCreator);
40 FX_INT32 CompressIndirectObject(FX_DWORD dwObjNum, FX_LPCBYTE pBuffer, FX_DWORD dwSize, CPDF_Creator *pCreator);
53 FX_INT32 EndObjectStream(CPDF_Creator *pCreator, FX_BOOL bEOF = TRUE);
55 FX_INT32 m_iSeg;
/external/pdfium/core/include/reflow/
H A Dreflowengine.h23 virtual void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix) = 0;
26 virtual void FocusGetData(const CFX_AffineMatrix matrix, FX_INT32 x, FX_INT32 y, CFX_ByteString& str) = 0;
27 virtual FX_BOOL FocusGetPosition(const CFX_AffineMatrix matrix, CFX_ByteString str, FX_INT32& x, FX_INT32& y) = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_FontMap.cpp52 CPDF_Font* CPWL_FontMap::GetPDFFont(FX_INT32 nFontIndex)
65 CFX_ByteString CPWL_FontMap::GetPDFFontAlias(FX_INT32 nFontIndex)
78 FX_BOOL CPWL_FontMap::KnowWord(FX_INT32 nFontIndex, FX_WORD word)
91 FX_INT32 CPWL_FontMap::GetWordFontIndex(FX_WORD word, FX_INT32 nCharset, FX_INT32 nFontIndex)
114 FX_INT32 nNewFontIndex = -1;
133 FX_INT32 CPWL_FontMap::CharCodeFromUnicode(FX_INT32 nFontIndex, FX_WORD word)
156 CFX_ByteString CPWL_FontMap::GetNativeFontName(FX_INT32 nCharse
[all...]
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_serial.h130 FX_INT32 Continue(IFX_Pause *pPause = NULL);
132 FX_BOOL SetFileVersion(FX_INT32 fileVersion = 17);
158 FX_INT32 m_ObjectStreamSize;
164 FX_INT32 WriteDoc_Stage1(IFX_Pause *pPause);
165 FX_INT32 WriteDoc_Stage2(IFX_Pause *pPause);
166 FX_INT32 WriteDoc_Stage3(IFX_Pause *pPause);
167 FX_INT32 WriteDoc_Stage4(IFX_Pause *pPause);
175 FX_INT32 WriteOldIndirectObject(FX_DWORD objnum);
176 FX_INT32 WriteOldObjs(IFX_Pause *pPause);
177 FX_INT32 WriteNewObj
[all...]

Completed in 262 milliseconds

123456