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

1 23 4 5 6

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 15 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 i = 0; i < iPalette; i ++) {
    [all...]
fpdf_edit_create.cpp 15 FX_INT32 PDF_CreatorAppendObject(const CPDF_Object* pObj, CFX_FileBufferArchive *pFile, FX_FILESIZE& offset)
17 FX_INT32 len = 0;
174 FX_INT32 PDF_CreatorWriteTrailer(CPDF_Document* pDocument, CFX_FileBufferArchive* pFile, CPDF_Array* pIDArray, FX_BOOL bCompress)
177 FX_INT32 len = 0;
262 FX_INT32 PDF_CreatorWriteEncrypt(const CPDF_Dictionary* pEncryptDict, FX_DWORD dwObjNum, CFX_FileBufferArchive *pFile)
269 FX_INT32 len = 0;
292 FX_INT32 i = 0;
445 FX_INT32 CPDF_ObjectStream::CompressIndirectObject(FX_DWORD dwObjNum, const CPDF_Object *pObj)
452 FX_INT32 CPDF_ObjectStream::CompressIndirectObject(FX_DWORD dwObjNum, FX_LPCBYTE pBuffer, FX_DWORD dwSize)
472 FX_INT32 iCount = m_ObjNumArray.GetSize();
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp 81 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++)
FFL_CBA_Fontmap.cpp 48 FX_INT32 nCharset = DEFAULT_CHARSET;
86 FX_INT32 nCharset = DEFAULT_CHARSET;
92 CPDF_Font* CBA_FontMap::FindFontSameCharset(CFX_ByteString& sFontAlias, FX_INT32 nCharset)
122 FX_INT32 nCharset)
190 FX_INT32 objnum = m_pDocument->AddIndirectObject(pStream);
217 FX_INT32 objnum = m_pDocument->AddIndirectObject(pStreamResFontList);
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 67 FX_INT32 iStart = 0;
68 FX_INT32 iEnd = sizeof(g_SkiaFontmap) / sizeof(FPF_SKIAFONTMAP);
70 FX_INT32 iMid = (iStart + iEnd) / 2;
91 FX_INT32 iStart = 0;
92 FX_INT32 iEnd = sizeof(g_SkiaSansFontMap) / sizeof(FPF_SKIAFONTMAP);
94 FX_INT32 iMid = (iStart + iEnd) / 2;
106 static FX_UINT32 FPF_GetHashCode_StringA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE)
187 FX_INT32 iLength = bsfamily.GetLength();
189 for (FX_INT32 i = 0; i < iLength; i++) {
246 for (FX_INT32 i = m_FontFaces.GetUpperBound(); i >= 0; i--)
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ocg.cpp 8 static FX_INT32 FPDFDOC_OCG_FindGroup(const CPDF_Object *pObject, const CPDF_Dictionary *pGroupDict)
13 FX_INT32 iType = pObject->GetType();
67 FX_INT32 iCount = pConfigs->GetCount();
68 for (FX_INT32 i = 0; i < iCount; i ++) {
127 FX_INT32 iCount = pArray->GetCount();
128 for (FX_INT32 i = 0; i < iCount; i ++) {
198 FX_INT32 iCount = pExpression->GetCount();
216 for (FX_INT32 i = 1; i < iCount; i ++) {
263 FX_INT32 iCount = ((CPDF_Array*)pOCGObj)->GetCount();
264 for (FX_INT32 i = 0; i < iCount; i ++) {
    [all...]
doc_ap.cpp 45 CPDF_Font* GetPDFFont(FX_INT32 nFontIndex);
46 CFX_ByteString GetPDFFontAlias(FX_INT32 nFontIndex);
87 CPDF_Font* CPVT_FontMap::GetPDFFont(FX_INT32 nFontIndex)
100 CFX_ByteString CPVT_FontMap::GetPDFFontAlias(FX_INT32 nFontIndex)
120 FX_INT32 CPVT_Provider::GetCharWidth(FX_INT32 nFontIndex, FX_WORD word, FX_INT32 nWordStyle)
130 FX_INT32 CPVT_Provider::GetTypeAscent(FX_INT32 nFontIndex)
137 FX_INT32 CPVT_Provider::GetTypeDescent(FX_INT32 nFontIndex)
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 247 FX_INT32 AppendBlock(const void* pBuf, size_t size);
249 FX_INT32 AppendByte(FX_BYTE byte);
251 FX_INT32 AppendDWord(FX_DWORD i);
254 FX_INT32 AppendString(FX_BSTR lpsz);
291 static CFX_CharMap* GetDefaultMapper(FX_INT32 codepage = 0);
298 FX_INT32 (*m_GetCodePage)();
573 typedef CFX_ArrayTemplate<FX_INT32> CFX_Int32Array;
601 FX_INT32 Append(const CFX_ObjectArray& src, FX_INT32 nStart = 0, FX_INT32 nCount = -1)
    [all...]
fx_coordinates.h 113 typedef CFX_PSVTemplate<FX_INT32> CFX_Point;
115 typedef CFX_PSVTemplate<FX_INT32> CFX_Size;
119 typedef CFX_PSVTemplate<FX_INT32> * FX_LPPOINT;
121 typedef CFX_PSVTemplate<FX_INT32> const * FX_LPCPOINT;
224 typedef CFX_VTemplate<FX_INT32> CFX_Vector;
521 typedef CFX_RTemplate<FX_INT32> CFX_Rect;
523 typedef CFX_RTemplate<FX_INT32> * FX_LPRECT;
525 typedef CFX_RTemplate<FX_INT32> const * FX_LPCRECT;
804 void TranslateI(FX_INT32 x, FX_INT32 y, FX_BOOL bPrepended = FALSE)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp 28 static FX_INT32 _CompareDWord(const void* p1, const void* p2)
97 FX_INT32 iLen = m_Trailers.GetSize();
98 for (FX_INT32 i = 0; i < iLen; ++i) {
107 static FX_INT32 GetHeaderOffset(IFX_FileRead* pFile)
111 FX_INT32 offset = 0;
150 FX_INT32 offset = GetHeaderOffset(pFileAccess);
318 return m_CrossRef[(FX_INT32)m_CrossRef[objnum]];
322 static FX_INT32 GetDirectInteger(CPDF_Dictionary* pDict, FX_BSTR key)
333 static FX_BOOL CheckDirectType(CPDF_Dictionary* pDict, FX_BSTR key, FX_INT32 iType)
350 FX_INT32 xrefsize = GetDirectInteger(m_pTrailer, FX_BSTRC("Size"))
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.cpp 15 FX_BYTE *pData, FX_DWORD dwLength, FX_INT32 nStreamType, IFX_Pause* pPause)
26 FX_BYTE *pData, FX_DWORD dwLength, FX_INT32 nStreamType, IFX_Pause* pPause)
86 FX_INT32 CJBig2_Context::decodeFile(IFX_Pause* pPause)
91 FX_INT32 nRet;
129 FX_INT32 CJBig2_Context::decode_SquentialOrgnazation(IFX_Pause* pPause)
131 FX_INT32 nRet;
179 FX_INT32 CJBig2_Context::decode_EmbedOrgnazation(IFX_Pause* pPause)
183 FX_INT32 CJBig2_Context::decode_RandomOrgnazation_FirstPage(IFX_Pause* pPause)
186 FX_INT32 nRet;
207 FX_INT32 CJBig2_Context::decode_RandomOrgnazation(IFX_Pause* pPause)
    [all...]
JBig2_Image.cpp 11 CJBig2_Image::CJBig2_Image(FX_INT32 w, FX_INT32 h)
28 CJBig2_Image::CJBig2_Image(FX_INT32 w, FX_INT32 h, FX_INT32 stride, FX_BYTE*pBuf)
56 FX_BOOL CJBig2_Image::getPixel(FX_INT32 x, FX_INT32 y)
61 FX_INT32 m, n;
73 FX_INT32 CJBig2_Image::setPixel(FX_INT32 x, FX_INT32 y, FX_BOOL v)
    [all...]
JBig2_Segment.h 51 FX_INT32 m_nReferred_to_segment_count;
  /external/pdfium/core/src/fxcrt/
fx_xml_composer.cpp 14 FX_INT32 iStart = 0;
fxcrt_posix.h 30 FX_INT32 m_nFD;
fx_basic_gcc.cpp 57 FX_INT32 FXSYS_atoi(FX_LPCSTR str)
59 return FXSYS_StrToInt<FX_INT32, FX_LPCSTR>(str);
61 FX_INT32 FXSYS_wtoi(FX_LPCWSTR str)
63 return FXSYS_StrToInt<FX_INT32, FX_LPCWSTR>(str);
193 return FXSYS_IntToStr<FX_INT32, FX_LPSTR>(value, string, radix);
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Caret.h 49 FX_INT32 m_nDelay;
PWL_Icon.h 45 FX_INT32 GetScaleMethod();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 412 void CPWL_EditCtrl::GetCaretPos(FX_INT32& x, FX_INT32& y) const
442 void CPWL_EditCtrl::SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar)
447 void CPWL_EditCtrl::GetSel(FX_INT32 & nStartChar, FX_INT32 & nEndChar ) const
475 FX_INT32 CPWL_EditCtrl::GetCaret() const
483 void CPWL_EditCtrl::SetCaret(FX_INT32 nPos)
489 FX_INT32 CPWL_EditCtrl::GetTotalWords() const
513 FX_INT32 nFontIndex = 0;
    [all...]
PWL_ListBox.cpp 142 for (FX_INT32 i=0,sz=m_pList->GetCount(); i<sz; i++)
194 for (FX_INT32 i=0,sz=m_pList->GetCount(); i<sz; i++)
409 for(FX_INT32 i=0;i<this->GetCount();i++)
499 void CPWL_ListBox::Select(FX_INT32 nItemIndex)
505 void CPWL_ListBox::SetCaret(FX_INT32 nItemIndex)
511 void CPWL_ListBox::SetTopVisibleIndex(FX_INT32 nItemIndex)
517 void CPWL_ListBox::ScrollToListItem(FX_INT32 nItemIndex)
543 FX_INT32 CPWL_ListBox::GetCaretIndex() const
551 FX_INT32 CPWL_ListBox::GetCurSel() const
559 FX_BOOL CPWL_ListBox::IsItemSelected(FX_INT32 nItemIndex) const
    [all...]
  /external/pdfium/core/src/fpdftext/
text_int.h 35 FX_INT32 m_Flag;
110 FX_INT32 PreMarkedContent(PDFTEXT_Obj pObj);
112 void CheckMarkedContentObject(FX_INT32& start, FX_INT32& nCount) const;
116 FX_INT32 GetTextObjectWritingMode(const CPDF_TextObject* pTextObj);
117 FX_INT32 FindTextlineFlowDirection();
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 33 virtual void ClientToScreen(FX_HWND hWnd, FX_INT32& x, FX_INT32& y) {}
34 virtual void ScreenToClient(FX_HWND hWnd, FX_INT32& x, FX_INT32& y) {}
44 virtual void SetCursor(FX_INT32 nCursorType);
47 virtual FX_BOOL AppendMenuItem(FX_HMENU hMenu, FX_INT32 nIDNewItem, CFX_WideString string) {return FALSE;}
48 virtual FX_BOOL EnableMenuItem(FX_HMENU hMenu, FX_INT32 nIDItem, FX_BOOL bEnabled) {return FALSE;}
49 virtual FX_INT32 TrackPopupMenu(FX_HMENU hMenu, FX_INT32 x, FX_INT32 y, FX_HWND hParent) {return -1;}
    [all...]
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 154 void CPDF_ReflowedPage::GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix)
161 FX_INT32 x0, y0, x1, y1, x2, y2;
210 void CPDF_ReflowedPage::FocusGetData(const CFX_AffineMatrix matrix, FX_INT32 x, FX_INT32 y, CFX_ByteString& str)
221 FX_INT32 pos = 0;
222 FX_INT32 i
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_cache.cpp 40 void CPDF_PageRenderCache::CacheOptimization(FX_INT32 dwLimitCacheSize)
109 FX_INT32 downsampleWidth, FX_INT32 downsampleHeight)
125 FX_BOOL CPDF_PageRenderCache::StartGetCachedBitmap(CPDF_Stream* pStream, FX_BOOL bStdCS, FX_DWORD GroupFamily, FX_BOOL bLoadMask, CPDF_RenderStatus* pRenderStatus, FX_INT32 downsampleWidth, FX_INT32 downsampleHeight)
229 FX_INT32 downsampleWidth, FX_INT32 downsampleHeight)
298 FX_INT32 downsampleWidth, FX_INT32 downsampleHeight)
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 272 void CacheOptimization(FX_INT32 dwLimitCacheSize);
285 CPDF_RenderStatus* pRenderStatus = NULL, FX_INT32 downsampleWidth = 0, FX_INT32 downsampleHeight = 0);
297 FX_INT32 downsampleWidth = 0, FX_INT32 downsampleHeight = 0);

Completed in 1307 milliseconds

1 23 4 5 6