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

1 2 3 4 56

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 467 FX_INT32 FX_GetDownsampleRatio(FX_INT32 originWidth, FX_INT32 originHeight, FX_INT32 downsampleWidth, FX_INT32 downsampleHeight)
fx_codec_flate.cpp 757 FX_INT32 ret = FPDFAPI_FlateOutput(context, buf, buf_size);
758 FX_INT32 avail_buf_size = FPDFAPI_FlateGetAvailOut(context);
820 for (FX_INT32 i = 0; i < result_tmp_bufs.GetSize(); i++) {
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 493 FX_INT32 nLayout = 0;
534 FX_INT32 nBorderStyle = 0;
740 FX_INT32 nBorderStyle = 0;
780 FX_INT32 nStyle = 0;
872 FX_INT32 nBorderStyle = 0;
912 FX_INT32 nStyle = 0;
1074 FX_INT32 nCurSel = pField->GetSelectedIndex(0);
1148 FX_INT32 nTop = pField->GetTopVisibleIndex();
1149 FX_INT32 nCount = pField->CountOptions();
1150 FX_INT32 nSelCount = pField->CountSelectedItems();
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 408 FX_INT32 GetOperationType() const;
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_stream.h 20 #define FX_FILESIZE FX_INT32
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 435 FX_INT32 iLength = FXSYS_strlen(pStr);
517 FX_INT32 iStart = 0;
518 FX_INT32 iEnd = sizeof(gs_FXLang2CharsetTable) / sizeof(FX_LANG2CS) - 1;
520 FX_INT32 iMid = (iStart + iEnd) / 2;
532 static FX_WORD FX_GetCharsetFromLang(FX_LPCSTR pLang, FX_INT32 iLength)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 23 FX_INT32 key;
24 FX_INT32 value;
fpdf_font.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 556 CPDF_IccProfile* CPDF_DocPageData::GetIccProfile(CPDF_Stream* pIccProfileStream, FX_INT32 nComponents)
631 FX_INT32 org_size = pFontDict->GetInteger(FX_BSTRC("Length1")) + pFontDict->GetInteger(FX_BSTRC("Length2")) + pFontDict->GetInteger(FX_BSTRC("Length3"));
pageint.h 158 return (FX_INT32)(GetNumber(index));
426 CPDF_IccProfile* GetIccProfile(CPDF_Stream* pIccProfileStream, FX_INT32 nComponents);
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 85 FX_INT32 num;
242 void AddDelay_Int(enum FIELD_PROP prop, FX_INT32 n);
  /external/pdfium/core/src/fpdfdoc/
doc_action.cpp 220 FX_INT32 CPDF_Action::GetOperationType() const
doc_form.cpp     [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_TextField.cpp 146 FX_INT32 nMaxLen = m_pWidget->GetMaxLen();
FFL_IFormFiller.cpp 722 void CFFL_IFormFiller::QueryWherePopup(void* pPrivateData, FX_FLOAT fPopupMin,FX_FLOAT fPopupMax, FX_INT32 & nRet, FX_FLOAT & fPopupRet)
837 void CFFL_IFormFiller::OnKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString& strChange,
1100 void CFFL_IFormFiller::OnBeforeKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode,
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 319 FX_INT32 start = 0, count = 0, i = 0;
323 FX_INT32 ret = BidiChar->GetBidiInfo(start, count);
337 FX_INT32 ret = BidiChar->GetBidiInfo(start, count);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp     [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 120 FX_INT32 Getlut()const
567 FX_INT32 lut_1 = lut - 1;
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp     [all...]
  /external/pdfium/core/src/reflow/
autoreflow.cpp 419 FX_INT32 CPDF_AutoReflowLayoutProvider::LogicPreObj(CPDF_PageObject* pObj)
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 284 FX_INT32 nTransparancy = this->GetTransparency();
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]

Completed in 1405 milliseconds

1 2 3 4 56