/external/pdfium/core/fpdfapi/ |
D | cpdf_modulemgr.cpp | 15 CPDF_ModuleMgr* g_pDefaultMgr = nullptr; 20 CPDF_ModuleMgr* CPDF_ModuleMgr::Get() { in Get() 22 g_pDefaultMgr = new CPDF_ModuleMgr; in Get() 27 void CPDF_ModuleMgr::Destroy() { in Destroy() 32 CPDF_ModuleMgr::CPDF_ModuleMgr() : m_pCodecModule(nullptr) {} in CPDF_ModuleMgr() function in CPDF_ModuleMgr 34 CPDF_ModuleMgr::~CPDF_ModuleMgr() {} in ~CPDF_ModuleMgr() 36 void CPDF_ModuleMgr::InitPageModule() { in InitPageModule() 40 CCodec_FaxModule* CPDF_ModuleMgr::GetFaxModule() { in GetFaxModule() 44 CCodec_JpegModule* CPDF_ModuleMgr::GetJpegModule() { in GetJpegModule() 48 CCodec_JpxModule* CPDF_ModuleMgr::GetJpxModule() { in GetJpxModule() [all …]
|
D | cpdf_modulemgr.h | 35 class CPDF_ModuleMgr { 37 static CPDF_ModuleMgr* Get(); 68 CPDF_ModuleMgr(); 69 ~CPDF_ModuleMgr();
|
/external/pdfium/fpdfsdk/ |
D | fpdfeditimg_unittest.cpp | 12 CPDF_ModuleMgr* module_mgr = CPDF_ModuleMgr::Get(); in SetUp() 16 void TearDown() override { CPDF_ModuleMgr::Destroy(); } in TearDown()
|
D | fpdfdoc_unittest.cpp | 63 CPDF_ModuleMgr* module_mgr = CPDF_ModuleMgr::Get(); in SetUp() 78 CPDF_ModuleMgr::Destroy(); in TearDown()
|
D | fpdf_ext.cpp | 29 CPDF_ModuleMgr::Get()->GetUnsupportInfoAdapter(); in FPDF_UnSupportError() 44 CPDF_ModuleMgr::Get()->SetUnsupportInfoAdapter( in FSDK_SetUnSpObjProcessHandler()
|
D | fpdfview.cpp | 375 CPDF_ModuleMgr* pModuleMgr = CPDF_ModuleMgr::Get(); in FPDF_InitLibraryWithConfig() 420 CPDF_ModuleMgr::Destroy(); in FPDF_DestroyLibrary()
|
/external/pdfium/core/fpdfapi/cmaps/Korea1/ |
D | cmaps_korea1.cpp | 40 void CPDF_ModuleMgr::LoadEmbeddedKorea1CMaps() { in LoadEmbeddedKorea1CMaps() 42 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedKorea1CMaps()
|
/external/pdfium/core/fpdfapi/cmaps/GB1/ |
D | cmaps_gb1.cpp | 46 void CPDF_ModuleMgr::LoadEmbeddedGB1CMaps() { in LoadEmbeddedGB1CMaps() 48 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedGB1CMaps()
|
/external/pdfium/core/fpdfapi/cmaps/CNS1/ |
D | cmaps_cns1.cpp | 46 void CPDF_ModuleMgr::LoadEmbeddedCNS1CMaps() { in LoadEmbeddedCNS1CMaps() 48 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedCNS1CMaps()
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.cpp | 271 return CPDF_ModuleMgr::Get()->GetFaxModule()->CreateDecoder( in FPDFAPI_CreateFaxDecoder() 294 return CPDF_ModuleMgr::Get()->GetFlateModule()->CreateDecoder( in FPDFAPI_CreateFlateDecoder() 320 return CPDF_ModuleMgr::Get()->GetFlateModule()->FlateOrLZWDecode( in FPDFAPI_FlateOrLZWDecode() 549 CCodec_ModuleMgr* pEncoders = CPDF_ModuleMgr::Get()->GetCodecModule(); in FlateEncode() 559 CCodec_ModuleMgr* pEncoders = CPDF_ModuleMgr::Get()->GetCodecModule(); in PngEncode() 569 CCodec_ModuleMgr* pEncoders = CPDF_ModuleMgr::Get()->GetCodecModule(); in FlateDecode()
|
D | cpdf_document_unittest.cpp | 132 CPDF_ModuleMgr* module_mgr = CPDF_ModuleMgr::Get(); in SetUp() 135 void TearDown() override { CPDF_ModuleMgr::Destroy(); } in TearDown()
|
D | cpdf_syntax_parser.cpp | 47 m_BufSize(CPDF_ModuleMgr::kFileBufSize), in CPDF_SyntaxParser()
|
/external/pdfium/core/fpdfapi/cmaps/Japan1/ |
D | cmaps_japan1.cpp | 58 void CPDF_ModuleMgr::LoadEmbeddedJapan1CMaps() { in LoadEmbeddedJapan1CMaps() 60 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in LoadEmbeddedJapan1CMaps()
|
/external/pdfium/core/fpdfapi/page/ |
D | fpdf_page_colors.cpp | 231 } else if (CPDF_ModuleMgr::Get()->GetIccModule()) { in CPDF_IccProfile() 232 m_pTransform = CPDF_ModuleMgr::Get()->GetIccModule()->CreateTransform_sRGB( in CPDF_IccProfile() 238 CPDF_ModuleMgr::Get()->GetIccModule()->DestroyTransform(m_pTransform); in ~CPDF_IccProfile()
|
D | cpdf_colorspace.cpp | 331 return CPDF_ModuleMgr::Get()->GetPageModule()->GetStockCS(family); in GetStockCS() 900 CCodec_IccModule* pIccModule = CPDF_ModuleMgr::Get()->GetIccModule(); in GetRGB() 961 CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline( in TranslateImageLine() 977 CPDF_ModuleMgr::Get()->GetIccModule()->TranslateScanline( in TranslateImageLine()
|
D | cpdf_image.cpp | 80 if (!CPDF_ModuleMgr::Get()->GetJpegModule()->LoadInfo( in InitJPEG()
|
D | cpdf_streamparser.cpp | 88 CPDF_ModuleMgr::Get()->GetJpegModule()->CreateDecoder( in PDF_DecodeInlineStream()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator_unittest.cpp | 19 void SetUp() override { CPDF_ModuleMgr::Get()->InitPageModule(); } in SetUp() 21 void TearDown() override { CPDF_ModuleMgr::Destroy(); } in TearDown()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_dibsource.cpp | 319 CCodec_Jbig2Module* pJbig2Module = CPDF_ModuleMgr::Get()->GetJbig2Module(); in ContinueLoadDIBSource() 533 m_pDecoder = CPDF_ModuleMgr::Get() in CreateDecoder() 539 m_pDecoder = CPDF_ModuleMgr::Get()->GetJpegModule()->CreateDecoder( in CreateDecoder() 546 CCodec_JpegModule* pJpegModule = CPDF_ModuleMgr::Get()->GetJpegModule(); in CreateDecoder() 593 m_pDecoder = CPDF_ModuleMgr::Get()->GetJpegModule()->CreateDecoder( in CreateDecoder() 615 CCodec_JpxModule* pJpxModule = CPDF_ModuleMgr::Get()->GetJpxModule(); in LoadJpxBitmap()
|
/external/pdfium/core/fpdfapi/cmaps/ |
D | fpdf_cmaps.cpp | 62 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in FPDFAPI_FindEmbeddedCMap()
|
/external/pdfium/core/fpdfapi/font/ |
D | fpdf_font.cpp | 308 m_pBaseMap = CPDF_ModuleMgr::Get() in Load()
|
D | cpdf_font.cpp | 302 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in GetStockFont()
|
D | fpdf_font_cid.cpp | 776 CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in Load()
|
D | cpdf_cidfont.cpp | 117 return CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals(); in GetFontGlobals()
|
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_FontMap.cpp | 53 if (CPDF_ModuleMgr::Get()) { in GetDocument()
|