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

12 3 4 5 6

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ComboBox.h 79 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;
PWL_ListCtrl.h 27 void ResetContent(FX_INT32 nStart);
28 FX_INT32 GetItemIndex(CPWL_Wnd* pItem);
42 void ResetAll(FX_BOOL bMove,FX_INT32 nStart);
PWL_Wnd.h 106 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 b) :
    [all...]
PWL_Note.h 41 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 index) const;
    [all...]
PWL_Utils.h 114 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 nStyle, const CPWL_Dash & dash, FX_INT32 nTransparancy);
    [all...]
PWL_Edit.h 18 FX_INT32 & nRet, FX_FLOAT & fPopupRet) = 0; //nRet: (0:bottom 1:top)
19 virtual void OnBeforeKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode,
56 void SetCharArray(FX_INT32 nCharArray);
57 void SetLimitChar(FX_INT32 nLimitChar);
59 void SetHorzScale(FX_INT32 nHorzScale, FX_BOOL bPaint = TRUE);
85 static FX_FLOAT GetCharArrayAutoFontSize(CPDF_Font* pFont, const CPDF_Rect& rcPlate, FX_INT32 nCharArray);
114 FX_FLOAT GetCharArrayAutoFontSize(FX_INT32 nCharArray);
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 119 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 nIndex) const
    [all...]
doc_vt.cpp 65 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 nLeft = range.BeginPos.nWordIndex;
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 52 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 nCharset)
    [all...]
PWL_IconList.cpp 103 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 i=0,sz=m_aChildren.GetSize(); i<sz; i++)
    [all...]
PWL_ListCtrl.cpp 58 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_ListCtrl::GetItemIndex(CPWL_Wnd* pItem)
    [all...]
PWL_Wnd.cpp 14 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 j=0;j<4;j++)
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 27 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)
fx_extension.cpp 158 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 iLength, FX_BOOL bIgnoreCase)
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_BitStream.h 20 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_BitStream::readNBits(FX_DWORD dwBits, FX_DWORD *dwResult)
    [all...]
JBig2_Module.h 24 virtual void JBig2_Assert(FX_INT32 nExpression) {};
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 113 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 nBufsize = 10000);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 133 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_List::GetLastSelected() const
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 84 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 _LinuxGetSimilarValue(int weight, FX_BOOL bItalic, int pitch_family, FX_DWORD style)
    [all...]
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_CBA_Fontmap.h 33 virtual CPDF_Font* FindFontSameCharset(CFX_ByteString& sFontAlias, FX_INT32 nCharset);
38 FX_INT32 nCharset);
  /external/pdfium/fpdfsdk/include/javascript/
JS_GlobalData.h 77 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);
JS_Module.h 42 FX_INT32 m_nGlobalDataCount;
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 56 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_SkiaFont::GetItalicAngle() cons
    [all...]
  /external/pdfium/core/src/fxge/apple/
apple_int.h 58 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 _vertSize;
    [all...]
  /external/pdfium/core/src/reflow/
reflowedpage.h 50 FX_INT32 LogicPreObj(CPDF_TextObject* pObj);
57 FX_INT32 GetElementTypes(LayoutType layoutType);
171 void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix);
178 void FocusGetData(const CFX_AffineMatrix matrix, FX_INT32 x, FX_INT32 y, CFX_ByteString& str);
179 FX_BOOL FocusGetPosition(const CFX_AffineMatrix matrix, CFX_ByteString str, FX_INT32& x, FX_INT32& y)
    [all...]

Completed in 357 milliseconds

12 3 4 5 6