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.cpp256 CFPF_SkiaFontMgr::CFPF_SkiaFontMgr() : m_bLoaded(false), m_FTLibrary(nullptr) {} in CFPF_SkiaFontMgr() function in CFPF_SkiaFontMgr
258 CFPF_SkiaFontMgr::~CFPF_SkiaFontMgr() { in ~CFPF_SkiaFontMgr()
271 bool CFPF_SkiaFontMgr::InitFTLibrary() { in InitFTLibrary()
277 void CFPF_SkiaFontMgr::LoadSystemFonts() { in LoadSystemFonts()
284 CFPF_SkiaFont* CFPF_SkiaFontMgr::CreateFont(const ByteStringView& bsFamilyname, in CreateFont()
366 FXFT_Face CFPF_SkiaFontMgr::GetFontFace( in GetFontFace()
391 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(const ByteStringView& bsFile, in GetFontFace()
407 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(const uint8_t* pBuffer, in GetFontFace()
425 void CFPF_SkiaFontMgr::ScanPath(const ByteString& path) { in ScanPath()
452 void CFPF_SkiaFontMgr::ScanFile(const ByteString& file) { in ScanFile()
[all …]
Dcfpf_skiadevicemodule.h12 class CFPF_SkiaFontMgr; variable
20 CFPF_SkiaFontMgr* GetFontMgr();
23 std::unique_ptr<CFPF_SkiaFontMgr> m_pFontMgr;
Dcfx_androidfontinfo.h15 class CFPF_SkiaFontMgr; variable
22 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.h15 class CFPF_SkiaFontMgr; variable
39 bool InitFont(CFPF_SkiaFontMgr* pFontMgr,
46 UnownedPtr<CFPF_SkiaFontMgr> m_pFontMgr;
Dcfpf_skiadevicemodule.cpp35 CFPF_SkiaFontMgr* CFPF_SkiaDeviceModule::GetFontMgr() { in GetFontMgr()
37 auto pNewMgr = pdfium::MakeUnique<CFPF_SkiaFontMgr>(); in GetFontMgr()
Dfx_android_imp.cpp22 CFPF_SkiaFontMgr* pFontMgr = pDeviceModule->GetFontMgr(); in InitPlatform()
Dcfx_androidfontinfo.cpp16 bool CFX_AndroidFontInfo::Init(CFPF_SkiaFontMgr* pFontMgr) { in Init()
Dcfpf_skiafont.cpp182 bool CFPF_SkiaFont::InitFont(CFPF_SkiaFontMgr* pFontMgr, in InitFont()