Home
last modified time | relevance | path

Searched refs:CFPF_SkiaFontMgr (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp230 CFPF_SkiaFontMgr::CFPF_SkiaFontMgr() = default;
232 CFPF_SkiaFontMgr::~CFPF_SkiaFontMgr() { in ~CFPF_SkiaFontMgr()
237 bool CFPF_SkiaFontMgr::InitFTLibrary() { in InitFTLibrary()
250 void CFPF_SkiaFontMgr::LoadSystemFonts() { in LoadSystemFonts()
257 CFPF_SkiaFont* CFPF_SkiaFontMgr::CreateFont(ByteStringView bsFamilyname, in CreateFont()
340 RetainPtr<CFX_Face> CFPF_SkiaFontMgr::GetFontFace(ByteStringView bsFile, in GetFontFace()
360 void CFPF_SkiaFontMgr::ScanPath(const ByteString& path) { in ScanPath()
388 void CFPF_SkiaFontMgr::ScanFile(const ByteString& file) { in ScanFile()
396 std::unique_ptr<CFPF_SkiaPathFont> CFPF_SkiaFontMgr::ReportFace( in ReportFace()
Dcfpf_skiadevicemodule.h12 class CFPF_SkiaFontMgr; variable
20 CFPF_SkiaFontMgr* GetFontMgr();
23 std::unique_ptr<CFPF_SkiaFontMgr> m_pFontMgr;
Dcfx_androidfontinfo.h16 class CFPF_SkiaFontMgr; variable
23 bool Init(CFPF_SkiaFontMgr* pFontMgr);
41 UnownedPtr<CFPF_SkiaFontMgr> m_pFontMgr;
Dcfpf_skiafontmgr.h22 class CFPF_SkiaFontMgr {
24 CFPF_SkiaFontMgr();
25 ~CFPF_SkiaFontMgr();
Dcfpf_skiafont.h17 class CFPF_SkiaFontMgr; variable
23 CFPF_SkiaFont(CFPF_SkiaFontMgr* pFontMgr,
47 UnownedPtr<CFPF_SkiaFontMgr> const m_pFontMgr;
Dcfpf_skiadevicemodule.cpp35 CFPF_SkiaFontMgr* CFPF_SkiaDeviceModule::GetFontMgr() { in GetFontMgr()
37 auto pNewMgr = pdfium::MakeUnique<CFPF_SkiaFontMgr>(); in GetFontMgr()
Dfx_android_imp.cpp27 CFPF_SkiaFontMgr* pFontMgr = m_pDeviceModule->GetFontMgr(); in Init()
Dcfx_androidfontinfo.cpp17 bool CFX_AndroidFontInfo::Init(CFPF_SkiaFontMgr* pFontMgr) { in Init()
Dcfpf_skiafont.cpp19 CFPF_SkiaFont::CFPF_SkiaFont(CFPF_SkiaFontMgr* pFontMgr, in CFPF_SkiaFont()