/external/pdfium/core/src/fpdfapi/ |
D | fpdf_basic_module.cpp | 9 static CPDF_ModuleMgr* g_FPDFAPI_pDefaultMgr = NULL; 10 CPDF_ModuleMgr* CPDF_ModuleMgr::Get() in Get() 14 void CPDF_ModuleMgr::Create() in Create() 16 g_FPDFAPI_pDefaultMgr = new CPDF_ModuleMgr; in Create() 19 void CPDF_ModuleMgr::Destroy() in Destroy() 26 CPDF_ModuleMgr::CPDF_ModuleMgr() in CPDF_ModuleMgr() function in CPDF_ModuleMgr 33 void CPDF_ModuleMgr::Initialize() in Initialize() 38 void CPDF_ModuleMgr::InitModules() in InitModules() 44 CPDF_ModuleMgr::~CPDF_ModuleMgr() in ~CPDF_ModuleMgr() 53 void CPDF_ModuleMgr::SetDownloadCallback(FX_BOOL (*callback)(FX_LPCSTR module_name)) in SetDownloadCallback() [all …]
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_module.h | 23 class CPDF_ModuleMgr; variable 44 class CPDF_ModuleMgr 50 static CPDF_ModuleMgr* Get(); 116 CPDF_ModuleMgr(); 118 ~CPDF_ModuleMgr();
|
D | fpdf_parser.h | 28 class CPDF_ModuleMgr; variable
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_document.cpp | 18 m_pDocPage = CPDF_ModuleMgr::Get()->GetPageModule()->CreateDocData(this); in CPDF_Document() 19 m_pDocRender = CPDF_ModuleMgr::Get()->GetRenderModule()->CreateDocData(this); in CPDF_Document() 26 m_pDocPage = CPDF_ModuleMgr::Get()->GetPageModule()->CreateDocData(this); in GetValidatePageData() 34 m_pDocRender = CPDF_ModuleMgr::Get()->GetRenderModule()->CreateDocData(this); in GetValidateRenderData() 98 CPDF_ModuleMgr::Get()->GetPageModule()->ReleaseDoc(this); in ~CPDF_Document() 99 CPDF_ModuleMgr::Get()->GetPageModule()->ClearStockFont(this); in ~CPDF_Document() 102 CPDF_ModuleMgr::Get()->GetRenderModule()->DestroyDocData(m_pDocRender); in ~CPDF_Document() 361 CPDF_ModuleMgr::Get()->GetPageModule()->ClearDoc(this); in ClearPageData() 367 CPDF_ModuleMgr::Get()->GetRenderModule()->ClearDocData(m_pDocRender); in ClearRenderData()
|
D | fpdf_parser_filters.cpp | 719 CPDF_ModuleMgr::Get()->GetJpegModule()->Finish(m_pContext); in ~CPDF_JpegFilter() 725 m_pContext = CPDF_ModuleMgr::Get()->GetJpegModule()->Start(); in v_FilterIn() 741 CPDF_ModuleMgr::Get()->GetJpegModule()->Input(m_pContext, jpeg_src_buf, jpeg_src_size); in v_FilterIn() 743 …int ret = CPDF_ModuleMgr::Get()->GetJpegModule()->ReadHeader(m_pContext, &m_Width, &m_Height, &m_n… in v_FilterIn() 744 int left_size = CPDF_ModuleMgr::Get()->GetJpegModule()->GetAvailInput(m_pContext); in v_FilterIn() 753 CPDF_ModuleMgr::Get()->GetJpegModule()->StartScanline(m_pContext, 1); in v_FilterIn() 761 if (!CPDF_ModuleMgr::Get()->GetJpegModule()->ReadScanline(m_pContext, m_pScanline)) { in v_FilterIn() 762 int left_size = CPDF_ModuleMgr::Get()->GetJpegModule()->GetAvailInput(m_pContext); in v_FilterIn() 769 ReportEOF(CPDF_ModuleMgr::Get()->GetJpegModule()->GetAvailInput(m_pContext)); in v_FilterIn()
|
D | fpdf_parser_decode.cpp | 208 return CPDF_ModuleMgr::Get()->GetFaxModule()->CreateDecoder(src_buf, src_size, width, height, in FPDFAPI_CreateFaxDecoder() 245 return CPDF_ModuleMgr::Get()->GetFlateModule()->CreateDecoder(src_buf, src_size, width, height, in FPDFAPI_CreateFlateDecoder() 264 return CPDF_ModuleMgr::Get()->GetFlateModule()->FlateOrLZWDecode(bLZW, src_buf, src_size, in FPDFAPI_FlateOrLZWDecode() 508 CCodec_ModuleMgr* pEncoders = CPDF_ModuleMgr::Get()->GetCodecModule(); in FlateEncode() 516 CCodec_ModuleMgr* pEncoders = CPDF_ModuleMgr::Get()->GetCodecModule(); in FlateEncode() 523 CCodec_ModuleMgr* pEncoders = CPDF_ModuleMgr::Get()->GetCodecModule(); in FlateDecode()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 80 CPDF_ModuleMgr* g_pModuleMgr = NULL; 118 CPDF_ModuleMgr::Create(); in FPDF_InitLibrary() 119 CPDF_ModuleMgr::Get()->SetCodecModule(g_pCodecModule); in FPDF_InitLibrary() 120 CPDF_ModuleMgr::Get()->InitPageModule(); in FPDF_InitLibrary() 121 CPDF_ModuleMgr::Get()->InitRenderModule(); in FPDF_InitLibrary() 122 CPDF_ModuleMgr * pModuleMgr = CPDF_ModuleMgr::Get(); in FPDF_InitLibrary() 142 CPDF_ModuleMgr::Destroy(); in FPDF_DestroyLibrary() 414 CPDF_ModuleMgr::Get()->ReportError(999, str); in FPDF_RenderPage() 433 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, str); in FPDF_RenderPage() 435 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, NULL); in FPDF_RenderPage() [all …]
|
D | fpdf_ext.cpp | 39 …CFSDK_UnsupportInfo_Adapter * pAdapter = (CFSDK_UnsupportInfo_Adapter *)CPDF_ModuleMgr::Get()->Get… in FPDF_UnSupportError() 53 CPDF_ModuleMgr::Get()->SetPrivateData((void *)FPDFSDK_UNSUPPORT_CALL,pAdapter, &FreeUnsupportInfo); in FSDK_SetUnSpObjProcessHandler()
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/Korea1/ |
D | cmaps_korea1.cpp | 35 void CPDF_ModuleMgr::LoadEmbeddedKorea1CMaps() in LoadEmbeddedKorea1CMaps() 37 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedKorea1CMaps()
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/GB1/ |
D | cmaps_gb1.cpp | 41 void CPDF_ModuleMgr::LoadEmbeddedGB1CMaps() in LoadEmbeddedGB1CMaps() 43 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedGB1CMaps()
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/CNS1/ |
D | cmaps_cns1.cpp | 43 void CPDF_ModuleMgr::LoadEmbeddedCNS1CMaps() in LoadEmbeddedCNS1CMaps() 45 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedCNS1CMaps()
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/Japan1/ |
D | cmaps_japan1.cpp | 55 void CPDF_ModuleMgr::LoadEmbeddedJapan1CMaps() in LoadEmbeddedJapan1CMaps() 57 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedJapan1CMaps()
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/ |
D | fpdf_cmaps.cpp | 14 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in FPDFAPI_FindEmbeddedCMap() 180 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in FPDFAPI_LoadCID2UnicodeMap()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font_cid.cpp | 740 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in _EmbeddedCharcodeFromUnicode() 766 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in _EmbeddedUnicodeFromCharcode() 918 …m_pCMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetPredefinedCMa… in _Load() 940 …m_pCID2UnicodeMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetCID… in _Load() 1408 …m_pCMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetPredefinedCMa… in LoadGB2312() 1410 …m_pCID2UnicodeMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetCID… in LoadGB2312()
|
D | fpdf_font.cpp | 401 CPDF_FontGlobals* pFontGlobals = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in GetStockFont() 723 …m_pBaseMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetCID2Unicod… in Load()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_colors.cpp | 533 else if (CPDF_ModuleMgr::Get()->GetIccModule()) { in CPDF_IccProfile() 534 …m_pTransform = CPDF_ModuleMgr::Get()->GetIccModule()->CreateTransform_sRGB(pData, dwSize, m_nSrcCo… in CPDF_IccProfile() 540 CPDF_ModuleMgr::Get()->GetIccModule()->DestroyTransform(m_pTransform); in ~CPDF_IccProfile() 666 ICodec_IccModule *pIccModule = CPDF_ModuleMgr::Get()->GetIccModule(); in GetRGB() 715 …CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline(m_pProfile->m_pTransform, pDestBuf, pSrcB… in TranslateImageLine() 730 …CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline(m_pProfile->m_pTransform, m_pCache, temp_… in TranslateImageLine() 1085 return CPDF_ModuleMgr::Get()->GetPageModule()->GetStockCS(family);; in GetStockCS()
|
D | fpdf_page.cpp | 819 m_pPageRender = CPDF_ModuleMgr::Get()->GetRenderModule()->CreatePageCache(this); in Load() 901 CPDF_RenderModuleDef* pModule = CPDF_ModuleMgr::Get()->GetRenderModule(); in ~CPDF_Page()
|
D | fpdf_page_doc.cpp | 60 void CPDF_ModuleMgr::InitPageModule() in InitPageModule()
|
D | fpdf_page_parser_old.cpp | 300 ICodec_ScanlineDecoder* pDecoder = CPDF_ModuleMgr::Get()->GetJpegModule()->CreateDecoder( in PDF_DecodeInlineStream()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 161 ICodec_Jbig2Module* pJbig2Module = CPDF_ModuleMgr::Get()->GetJbig2Module(); in ~CPDF_DIBSource() 364 ICodec_Jbig2Module* pJbig2Module = CPDF_ModuleMgr::Get()->GetJbig2Module(); in ContinueLoadDIBSource() 568 …m_pDecoder = CPDF_ModuleMgr::Get()->GetJpegModule()->CreateDecoder(src_data, src_size, m_Width, m_… in CreateDecoder() 573 ICodec_JpegModule* pJpegModule = CPDF_ModuleMgr::Get()->GetJpegModule(); in CreateDecoder() 588 …m_pDecoder = CPDF_ModuleMgr::Get()->GetJpegModule()->CreateDecoder(src_data, src_size, m_Width, m_… in CreateDecoder() 607 …m_pDecoder = CPDF_ModuleMgr::Get()->GetCodecModule()->GetBasicModule()->CreateRunLengthDecoder(src… in CreateDecoder() 631 ICodec_JpxModule* pJpxModule = CPDF_ModuleMgr::Get()->GetJpxModule(); in LoadJpxBitmap()
|
D | fpdf_render.cpp | 134 void CPDF_ModuleMgr::InitRenderModule() in InitRenderModule() 1119 int objs_to_go = CPDF_ModuleMgr::Get()->GetRenderModule()->GetConfig()->m_RenderStepLimit; in Continue() 1142 … objs_to_go = CPDF_ModuleMgr::Get()->GetRenderModule()->GetConfig()->m_RenderStepLimit; in Continue()
|
D | fpdf_render_image.cpp | 882 m_pDecoder = CPDF_ModuleMgr::Get()->GetJpegModule()->CreateDecoder( in Start()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_FontMap.cpp | 42 if (CPDF_ModuleMgr::Get()) in GetDocument()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_image.cpp | 16 if (!CPDF_ModuleMgr::Get()->GetJpegModule()-> in InitJPEG()
|
D | fpdf_edit_doc.cpp | 18 m_pDocPage = CPDF_ModuleMgr::Get()->GetPageModule()->CreateDocData(this); in CPDF_Document() 19 m_pDocRender = CPDF_ModuleMgr::Get()->GetRenderModule()->CreateDocData(this); in CPDF_Document()
|