Home
last modified time | relevance | path

Searched refs:GetFontMgr (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fxge/android/
Dfx_android_imp.cpp27 CFPF_SkiaFontMgr* pFontMgr = m_pDeviceModule->GetFontMgr(); in Init()
33 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo(std::move(pFontInfo)); in Init()
Dcfpf_skiadevicemodule.h20 CFPF_SkiaFontMgr* GetFontMgr();
Dcfpf_skiadevicemodule.cpp35 CFPF_SkiaFontMgr* CFPF_SkiaDeviceModule::GetFontMgr() { in GetFontMgr() function in CFPF_SkiaDeviceModule
/external/pdfium/testing/
Dxfa_unit_test_support.cpp49 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo( in InitializeXFATestEnvironment()
/external/pdfium/core/fxge/
Dcfx_gemodule.h30 CFX_FontMgr* GetFontMgr() const { return m_pFontMgr.get(); } in GetFontMgr() function
Dfx_ge_linux.cpp173 pModule->GetFontMgr()->SetSystemFontInfo( in Init()
Dcfx_font.cpp311 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFile()
353 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont( in LoadSubst()
386 m_Face = CFX_GEModule::Get()->GetFontMgr()->NewFixedFace( in LoadEmbedded()
Dcfx_glyphcache.cpp183 FT_Library_SetLcdFilter(CFX_GEModule::Get()->GetFontMgr()->GetFTLibrary(), in RenderGlyph()
Dcfx_renderdevice.cpp894 if (!CFX_GEModule::Get()->GetFontMgr()->FTLibrarySupportsHinting()) { in DrawNormalText()
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp151 pModule->GetFontMgr()->SetSystemFontInfo( in Init()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp461 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in CreateFontStream()
478 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFace()
620 CFX_GEModule::Get()->GetFontMgr()->GetBuiltinMapper(); in EnumFontsFromFontMapper()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp136 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo( in FPDF_SetSystemFontInfo()
/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp37 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in FindNativeTrueTypeFont()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp697 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo( in Init()