Home
last modified time | relevance | path

Searched refs:m_pPlatform (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_gemodule.cpp21 : m_pPlatform(PlatformIface::Create()), in CFX_GEModule()
32 g_pGEModule->m_pPlatform->Init(); in Create()
34 g_pGEModule->m_pPlatform->CreateDefaultSystemFontInfo()); in Create()
Dcfx_gemodule.h45 PlatformIface* GetPlatform() const { return m_pPlatform.get(); } in GetPlatform()
52 std::unique_ptr<PlatformIface> const m_pPlatform; variable
/external/pdfium/testing/
Dembedder_test_environment.cpp45 config.m_pPlatform = nullptr; in SetUp()
51 config.m_pPlatform = V8TestEnvironment::GetInstance()->platform(); in SetUp()
54 config.m_pPlatform = nullptr; in SetUp()
/external/pdfium/testing/fuzzers/
Dpdf_fuzzer_init_public.cc89 config_.m_pPlatform = nullptr; in PDFFuzzerInitPublic()
93 config_.m_pPlatform = platform_.get(); in PDFFuzzerInitPublic()
/external/pdfium/samples/
Dsimple_with_v8.cc37 config.m_pPlatform = platform; in main()
Dpdfium_test.cc1484 config.m_pPlatform = nullptr; in main()
1505 config.m_pPlatform = platform.get(); in main()
/external/pdfium/public/
Dfpdfview.h272 void* m_pPlatform; member
/external/pdfium/fpdfsdk/
Dfpdf_view.cpp233 void* platform = config->version >= 3 ? config->m_pPlatform : nullptr; in FPDF_InitLibraryWithConfig()