Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfpf_skiamodule.h23 IFPF_FontMgr* GetFontMgr() override;
Dfx_android_imp.cpp14 IFPF_FontMgr* pFontMgr = pDeviceModule->GetFontMgr(); in InitPlatform()
Dfpf_skiamodule.cpp25 IFPF_FontMgr* CFPF_SkiaDeviceModule::GetFontMgr() { in GetFontMgr() function in CFPF_SkiaDeviceModule
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp47 return CFX_GEModule::Get()->GetFontMgr()->GetFixedFace(pData, size, 0); in FT_LoadFont()
125 CFX_GEModule::Get()->GetFontMgr()->ReleaseFace(m_Face); in ~CFX_Font()
150 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont( in LoadSubst()
212 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFile()
Dfx_ge_text.cpp1588 FXFT_Library_SetLcdFilter(CFX_GEModule::Get()->GetFontMgr()->GetFTLibrary(), in RenderGlyph()
/external/pdfium/core/include/fxge/
Dfpf.h18 virtual IFPF_FontMgr* GetFontMgr() = 0;
Dfx_ge.h32 CFX_FontMgr* GetFontMgr() { return m_pFontMgr; } in GetFontMgr() function
/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp99 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo( in FPDF_SetSystemFontInfo()
Dfsdk_mgr.cpp150 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in FindNativeTrueTypeFont()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp121 CFX_GEModule::Get()->GetFontMgr()->m_pBuiltinMapper; in GetDefFontByUnicode()
612 CFX_GEModule::Get()->GetFontMgr()->InitFTLibrary(); in EnumFonts()
1004 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFace()