Searched refs:FX_INT32 (Results 26 - 50 of 149) sorted by relevance

123456

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Label.h27 void SetLimitChar(FX_INT32 nLimitChar);
28 void SetHorzScale(FX_INT32 nHorzScale);
32 FX_INT32 GetTotalWords();
H A DPWL_ComboBox.h79 FX_INT32 GetSelect() const;
80 void SetSelect(FX_INT32 nItemIndex);
82 void SetEditSel(FX_INT32 nStartChar,FX_INT32 nEndChar);
83 void GetEditSel(FX_INT32 & nStartChar, FX_INT32 & nEndChar ) const;
104 FX_INT32 m_nPopupWhere;
105 FX_INT32 m_nSelectItem;
H A DPWL_ListBox.h68 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 FindNex
[all...]
H A DPWL_Wnd.h106 CPWL_Dash(FX_INT32 dash, FX_INT32 gap, FX_INT32 phase) : nDash(dash), nGap(gap), nPhase(phase)
109 FX_INT32 nDash;
110 FX_INT32 nGap;
111 FX_INT32 nPhase;
116 CPWL_Color(FX_INT32 type = COLORTYPE_TRANSPARENT, FX_FLOAT color1 = 0.0f, FX_FLOAT color2 = 0.0f, FX_FLOAT color3 = 0.0f, FX_FLOAT color4 = 0.0f)
120 CPWL_Color(FX_INT32 r, FX_INT32 g, FX_INT32
[all...]
H A DPWL_ListCtrl.h27 void ResetContent(FX_INT32 nStart);
28 FX_INT32 GetItemIndex(CPWL_Wnd* pItem);
42 void ResetAll(FX_BOOL bMove,FX_INT32 nStart);
H A DPWL_Utils.h114 static FX_COLORREF PWLColorToFXColor(const CPWL_Color& color, FX_INT32 nTransparancy = 255);
121 FX_INT32 nStyle, const CPWL_Dash & dash);
124 FX_INT32 nStyle, const CPWL_Dash & dash);
135 FX_INT32 nLayOut);
137 FX_INT32 nStyle,
140 FX_INT32 nStyle,
151 const CFX_WideString & sText, FX_INT32 nAlignmentH, FX_INT32 nAlignmentV,
156 const CPWL_Color & color, FX_INT32 nTransparancy);
166 FX_INT32 nStyl
[all...]
H A DPWL_Note.h41 virtual void OnPopupMenu(FX_INT32 x, FX_INT32 y) = 0;
42 virtual void OnPopupMenu(IPWL_NoteItem* pItem, FX_INT32 x, FX_INT32 y) = 0;
62 virtual FX_INT32 CountSubItems() const = 0;
63 virtual IPWL_NoteItem* GetSubItems(FX_INT32 index) const = 0;
84 void SetIconType(FX_INT32 nType);
92 FX_INT32 m_nType;
195 FX_INT32 CountSubItems() const;
196 IPWL_NoteItem* GetSubItems(FX_INT32 inde
[all...]
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_BitStream.h20 FX_INT32 readNBits(FX_DWORD nBits, FX_DWORD *dwResult);
22 FX_INT32 readNBits(FX_DWORD nBits, FX_INT32 *nResult);
24 FX_INT32 read1Bit(FX_DWORD *dwResult);
26 FX_INT32 read1Bit(FX_BOOL *bResult);
28 FX_INT32 read1Byte(FX_BYTE *cResult);
30 FX_INT32 readInteger(FX_DWORD *dwResult);
32 FX_INT32 readShortInteger(FX_WORD *wResult);
44 FX_INT32 incByteIdx();
101 inline FX_INT32 CJBig2_BitStrea
[all...]
H A DJBig2_Module.h24 virtual void JBig2_Assert(FX_INT32 nExpression) {};
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h113 for (FX_INT32 i = 0, sz = m_LineRects.GetSize(); i < sz; i++)
127 for (FX_INT32 i = 0, sz = rects.GetSize(); i < sz; i++)
139 FX_INT32 GetSize() const
144 CFX_Edit_LineRect * GetAt(FX_INT32 nIndex) const
169 for (FX_INT32 i = 0, sz = m_Rects.GetSize(); i < sz; i++)
178 for (FX_INT32 i = 0, sz = m_Rects.GetSize(); i < sz; i++)
186 FX_INT32 GetSize() const
191 CPDF_Rect * GetAt(FX_INT32 nIndex) const
211 void Analyse(FX_INT32 nAlignment);
287 CFX_Edit_Undo(FX_INT32 nBufsiz
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp103 void CPWL_IconList_Item::SetIcon(FX_INT32 nIconIndex)
151 CPWL_IconList_Content::CPWL_IconList_Content(FX_INT32 nListCount) :
166 for (FX_INT32 i=0; i<m_nListCount; i++)
202 FX_INT32 nItemIndex = FindItemIndex(point);
221 FX_INT32 nItemIndex = FindItemIndex(point);
236 FX_INT32 nItemIndex = m_nSelectIndex - 1;
244 FX_INT32 nItemIndex = m_nSelectIndex + 1;
254 FX_INT32 CPWL_IconList_Content::FindItemIndex(const CPDF_Point& point)
256 FX_INT32 nIndex = 0;
257 for (FX_INT32
[all...]
H A DPWL_ListCtrl.cpp58 void CPWL_ListCtrl::ResetContent(FX_INT32 nStart)
74 for (FX_INT32 i=0,sz=m_aChildren.GetSize(); i<sz; i++)
94 void CPWL_ListCtrl::ResetAll(FX_BOOL bMove, FX_INT32 nStart)
106 for (FX_INT32 i=nStart,sz=m_aChildren.GetSize(); i<sz; i++)
168 FX_RECT rcClip((FX_INT32)rcTemp.left,
169 (FX_INT32)rcTemp.bottom,
170 (FX_INT32)rcTemp.right,
171 (FX_INT32)rcTemp.top);
175 for (FX_INT32 i=0,sz=m_aChildren.GetSize(); i<sz; i++)
199 FX_INT32 CPWL_ListCtr
[all...]
H A DPWL_Wnd.cpp14 static CFX_MapPtrTemplate<FX_INT32, CPWL_Timer*> g_TimeMap;
30 FX_INT32 CPWL_Timer::SetPWLTimer(FX_INT32 nElapse)
48 void CPWL_Timer::TimerProc(FX_INT32 idEvent)
72 void CPWL_TimerHandler::BeginTimer(FX_INT32 nElapse)
132 for( FX_INT32 i=0,sz=m_aMousePath.GetSize(); i<sz; i++)
148 for( FX_INT32 i=0,sz=m_aKeyboardPath.GetSize(); i<sz; i++)
292 for (FX_INT32 i = m_aChildren.GetSize()-1; i >= 0; i --)
353 for (FX_INT32 i=0;i<4;i++)
364 for (FX_INT32
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp133 for (FX_INT32 i=0,sz=m_aListItems.GetSize(); i<sz; i++)
160 void CFX_List::ReArrange(FX_INT32 nItemIndex)
167 for (FX_INT32 i=nItemIndex,sz=m_aListItems.GetSize(); i<sz; i++)
180 IFX_Edit * CFX_List::GetItemEdit(FX_INT32 nIndex) const
190 FX_INT32 CFX_List::GetCount() const
210 FX_INT32 CFX_List::GetItemIndex(const CPDF_Point & point) const
217 for (FX_INT32 i=0,sz=m_aListItems.GetSize(); i<sz; i++)
256 FX_INT32 CFX_List::GetFirstSelected() const
258 for (FX_INT32 i=0,sz=m_aListItems.GetSize(); i<sz; i++)
269 FX_INT32 CFX_Lis
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h119 FX_INT32 nTotalLine;
128 FX_INT32 nTotalWord;
129 FX_INT32 nBeginWordIndex;
130 FX_INT32 nEndWordIndex;
142 CPVT_WordInfo(FX_WORD word, FX_INT32 charset, FX_INT32 fontIndex, CPVT_WordProps * pProps):
175 FX_INT32 nCharset;
179 FX_INT32 nFontIndex;
236 FX_INT32 GetSize() const
240 CLine * GetAt(FX_INT32 nInde
[all...]
H A Ddoc_vt.cpp65 for (FX_INT32 i = 0, sz = m_WordArray.GetSize(); i < sz; i++) {
72 for (FX_INT32 i = 0, sz = m_LineArray.GetSize(); i < sz; i++) {
81 FX_INT32 nWordIndex = FPDF_MAX(FPDF_MIN(place.nWordIndex, this->m_WordArray.GetSize()), 0);
165 FX_INT32 nLeft = 0;
166 FX_INT32 nRight = m_LineArray.GetSize() - 1;
167 FX_INT32 nMid = (nLeft + nRight) / 2;
191 FX_INT32 nLeft = 0;
192 FX_INT32 nRight = m_LineArray.GetSize() - 1;
193 FX_INT32 nMid = m_LineArray.GetSize() / 2;
246 FX_INT32 nLef
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp84 static FX_INT32 GetJapanesePreference(FX_LPCSTR facearr, int weight, int picth_family)
122 FX_INT32 index = GetJapanesePreference(cstr_face, weight, pitch_family);
126 for (FX_INT32 i = 0; i < LINUX_GPNAMESIZE; i++)
133 static FX_INT32 s_gbCount = sizeof(g_LinuxGbFontList) / sizeof(FX_LPCSTR);
134 for (FX_INT32 i = 0; i < s_gbCount; i++)
141 static FX_INT32 s_b5Count = sizeof(g_LinuxB5FontList) / sizeof(FX_LPCSTR);
142 for (FX_INT32 i = 0; i < s_b5Count; i++)
149 static FX_INT32 s_hgCount = sizeof(g_LinuxHGFontList) / sizeof(FX_LPCSTR);
150 for (FX_INT32 i = 0; i < s_hgCount; i++)
185 static FX_INT32 _LinuxGetSimilarValu
[all...]
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafont.cpp56 FX_INT32 CFPF_SkiaFont::GetGlyphIndex(FX_WCHAR wUnicode)
66 FX_INT32 CFPF_SkiaFont::GetGlyphWidth(FX_INT32 iGlyphIndex)
76 FX_INT32 CFPF_SkiaFont::GetAscent() const
83 FX_INT32 CFPF_SkiaFont::GetDescent() const
90 FX_BOOL CFPF_SkiaFont::GetGlyphBBox(FX_INT32 iGlyphIndex, FX_RECT &rtBBox)
110 FX_INT32 x_ppem = m_Face->size->metrics.x_ppem;
111 FX_INT32 y_ppem = m_Face->size->metrics.y_ppem;
141 FX_INT32 CFPF_SkiaFont::GetHeight() const
148 FX_INT32 CFPF_SkiaFon
[all...]
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h58 FX_INT32 chars,
83 CFX_QuartzDeviceDriver(CGContextRef context, FX_INT32 deviceClass);
178 FX_INT32 m_saveCount;
180 FX_INT32 _width;
181 FX_INT32 _height;
182 FX_INT32 _bitsPerPixel;
183 FX_INT32 _deviceClass;
184 FX_INT32 _renderCaps;
185 FX_INT32 _horzSize;
186 FX_INT32 _vertSiz
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp158 FX_FLOAT FXSYS_strtof(FX_LPCSTR pcsStr, FX_INT32 iLength, FX_INT32 *pUsedLen)
162 iLength = (FX_INT32)FXSYS_strlen(pcsStr);
167 FX_FLOAT FXSYS_wcstof(FX_LPCWSTR pwsStr, FX_INT32 iLength, FX_INT32 *pUsedLen)
171 iLength = (FX_INT32)FXSYS_wcslen(pwsStr);
176 FX_INT32 iUsedLen = 0;
221 FX_INT32 FXSYS_wcsnicmp(FX_LPCWSTR s1, FX_LPCWSTR s2, size_t count)
234 FX_INT32 FXSYS_strnicmp(FX_LPCSTR s1, FX_LPCSTR s2, size_t count)
247 FX_DWORD FX_HashCode_String_GetA(FX_LPCSTR pStr, FX_INT32 iLengt
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_GlobalData.h77 FX_INT32 GetSize() const;
87 void LoadFileBuffer(FX_LPCWSTR sFilePath, FX_LPBYTE& pBuffer, FX_INT32& nLength);
88 void WriteFileBuffer(FX_LPCWSTR sFilePath, FX_LPCSTR pBuffer, FX_INT32 nLength);
H A DJS_Module.h42 FX_INT32 m_nGlobalDataCount;
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp15 FX_INT32 width, height, color_trans, num_comps, bits;
100 void CPDF_Image::SetImage(const CFX_DIBitmap* pBitmap, FX_INT32 iCompress, IFX_FileWrite *pFileWrite, IFX_FileRead *pFileRead, const CFX_DIBitmap* pMask, const CPDF_ImageSetParam* pParam)
102 FX_INT32 BitmapWidth = pBitmap->GetWidth();
103 FX_INT32 BitmapHeight = pBitmap->GetHeight();
108 FX_INT32 src_pitch = pBitmap->GetPitch();
109 FX_INT32 bpp = pBitmap->GetBPP();
119 FX_INT32 reset_a = 0, reset_r = 0, reset_g = 0, reset_b = 0;
120 FX_INT32 set_a = 0, set_r = 0, set_g = 0, set_b = 0;
158 FX_INT32 iPalette = pBitmap->GetPaletteSize();
167 for (FX_INT32
[all...]
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_CBA_Fontmap.h33 virtual CPDF_Font* FindFontSameCharset(CFX_ByteString& sFontAlias, FX_INT32 nCharset);
38 FX_INT32 nCharset);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp81 for (FX_INT32 i=0,sz=m_pWidget->CountOptions(); i<sz; i++)
89 for (FX_INT32 i=0,sz=m_pWidget->CountOptions(); i<sz; i++)
135 for (FX_INT32 i=0,sz=pListBox->GetCount(); i<sz; i++)
177 FX_INT32 nNewTopIndex = pListBox->GetTopVisibleIndex();
183 for (FX_INT32 i=0,sz=pListBox->GetCount(); i<sz; i++)
220 FX_INT32 nCurSel = pListBox->GetCurSel();
235 FX_INT32 nCurSel = m_pWidget->GetSelectedIndex(0);
257 for (FX_INT32 i=0,sz=pListBox->GetCount(); i<sz; i++)

Completed in 275 milliseconds

123456