HomeSort by relevance Sort by last modified time
    Searched refs:FX_INT32 (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/pdfium/core/src/fxcrt/
fx_arabic.h 23 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;
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.h 23 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 y, FX_BOOL v);
    [all...]
JBig2_Context.h 39 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 getFirstPage(CJBig2_Image **image, IFX_Pause* pPause);
    [all...]
JBig2_Define.h 16 FX_INT32 width,
18 FX_INT32 x,
23 FX_INT32 codelen;
24 FX_INT32 code;
JBig2_List.h 16 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/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 13 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 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset);
    [all...]
PWL_IconList.h 19 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 nItemIndex, const CFX_WideString& str);
    [all...]
PWL_EditCtrl.h 34 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 & nEndChar ) const;
    [all...]
PWL_Label.h 27 void SetLimitChar(FX_INT32 nLimitChar);
28 void SetHorzScale(FX_INT32 nHorzScale);
32 FX_INT32 GetTotalWords();
PWL_ListBox.h 68 void SetTopVisibleIndex(FX_INT32 nItemIndex);
69 void ScrollToListItem(FX_INT32 nItemIndex);
72 void Select(FX_INT32 nItemIndex);
73 void SetCaret(FX_INT32 nItemIndex);
76 FX_INT32 GetCount() const;
78 FX_INT32 GetCaretIndex() const;
79 FX_INT32 GetCurSel() const;
80 FX_BOOL IsItemSelected(FX_INT32 nItemIndex) const;
81 FX_INT32 GetTopVisibleIndex() const;
82 FX_INT32 FindNext(FX_INT32 nIndex,FX_WCHAR nChar) const;
    [all...]
  /external/pdfium/fpdfsdk/include/
fx_systemhandler.h 12 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 x, FX_INT32 y, FX_HWND hParent) = 0;
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_ap.h 15 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 nColorType;
    [all...]
fpdf_vt.h 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) :
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_arb.h 17 virtual FX_INT32 GetBidiInfo(FX_INT32 &iStart, FX_INT32 &iCount) = 0;
fx_ext.h 31 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 ch)
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge_apple.h 15 FX_BOOL Attach(CGContextRef context, FX_INT32 nDeviceClass = FXDC_DISPLAY);
17 FX_BOOL Create(FX_INT32 width, FX_INT32 height, FXDIB_Format format);
fpf.h 32 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/include/reflow/
reflowengine.h 23 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/core/src/fpdfapi/fpdf_font/
common.h 13 typedef FX_INT32 TT_int32_t;
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.h 35 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;
fpf_skiafontmgr.h 24 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 iFaceIndex = 0)
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_serial.h 130 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 WriteNewObjs(FX_BOOL bIncremental, IFX_Pause *pPause);
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 211 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 nIndex) const;
    [all...]
fx_edit.h 48 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 nWordIndex) = 0;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
editint.h 16 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;

Completed in 525 milliseconds

1 2 3 4 5 6