Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiadevicemodule.h20 CFPF_SkiaFontMgr* GetFontMgr();
Dfx_android_imp.cpp22 CFPF_SkiaFontMgr* pFontMgr = pDeviceModule->GetFontMgr(); in InitPlatform()
Dcfpf_skiadevicemodule.cpp35 CFPF_SkiaFontMgr* CFPF_SkiaDeviceModule::GetFontMgr() { in GetFontMgr() function in CFPF_SkiaDeviceModule
/external/pdfium/core/fxge/
Dcfx_gemodule.h22 CFX_FontMgr* GetFontMgr() { return m_pFontMgr.get(); } in GetFontMgr() function
Dcfx_font.cpp81 return CFX_GEModule::Get()->GetFontMgr()->GetFixedFace(pData, size, 0); in FT_LoadFont()
256 CFX_GEModule::Get()->GetFontMgr()->ReleaseFace(m_Face); in DeleteFace()
270 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont( in LoadSubst()
284 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFile()
Dcfx_facecache.cpp152 FXFT_Library_SetLcdFilter(CFX_GEModule::Get()->GetFontMgr()->GetFTLibrary(), in RenderGlyph()
Dcfx_renderdevice.cpp914 if (!CFX_GEModule::Get()->GetFontMgr()->FTLibrarySupportsHinting()) { in DrawNormalText()
/external/pdfium/testing/
Dunit_test_main.cpp27 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo( in SetUp()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp535 CFX_GEModule::Get()->GetFontMgr()->GetBuiltinMapper(); in EnumFontsFromFontMapper()
558 CFX_GEModule::Get()->GetFontMgr()->InitFTLibrary(); in EnumFontsFromFiles()
600 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFont()
635 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFace()
692 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in CreateFontStream()
/external/pdfium/fpdfsdk/
Dcfx_systemhandler.cpp94 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in FindNativeTrueTypeFont()
Dfpdf_sysfontinfo.cpp120 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo( in FPDF_SetSystemFontInfo()