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.cpp255 CFPF_SkiaFontMgr::CFPF_SkiaFontMgr() : m_bLoaded(false), m_FTLibrary(nullptr) {} in CFPF_SkiaFontMgr() function in CFPF_SkiaFontMgr
257 CFPF_SkiaFontMgr::~CFPF_SkiaFontMgr() { in ~CFPF_SkiaFontMgr()
270 bool CFPF_SkiaFontMgr::InitFTLibrary() { in InitFTLibrary()
276 void CFPF_SkiaFontMgr::LoadSystemFonts() { in LoadSystemFonts()
283 CFPF_SkiaFont* CFPF_SkiaFontMgr::CreateFont(const CFX_ByteStringC& bsFamilyname, in CreateFont()
364 FXFT_Face CFPF_SkiaFontMgr::GetFontFace( in GetFontFace()
389 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(const CFX_ByteStringC& bsFile, in GetFontFace()
405 FXFT_Face CFPF_SkiaFontMgr::GetFontFace(const uint8_t* pBuffer, in GetFontFace()
423 void CFPF_SkiaFontMgr::ScanPath(const CFX_ByteString& path) { in ScanPath()
450 void CFPF_SkiaFontMgr::ScanFile(const CFX_ByteString& file) { in ScanFile()
[all …]
Dcfpf_skiadevicemodule.h10 class CFPF_SkiaFontMgr; variable
18 CFPF_SkiaFontMgr* GetFontMgr();
21 CFPF_SkiaFontMgr* m_pFontMgr;
Dcfx_androidfontinfo.h15 class CFPF_SkiaFontMgr; variable
22 bool Init(CFPF_SkiaFontMgr* pFontMgr);
42 CFPF_SkiaFontMgr* m_pFontMgr;
Dcfpf_skiafontmgr.h22 class CFPF_SkiaFontMgr {
24 CFPF_SkiaFontMgr();
25 ~CFPF_SkiaFontMgr();
Dcfpf_skiafont.h14 class CFPF_SkiaFontMgr; variable
38 bool InitFont(CFPF_SkiaFontMgr* pFontMgr,
45 CFPF_SkiaFontMgr* m_pFontMgr;
Dcfpf_skiadevicemodule.cpp32 CFPF_SkiaFontMgr* CFPF_SkiaDeviceModule::GetFontMgr() { in GetFontMgr()
34 m_pFontMgr = new CFPF_SkiaFontMgr; in GetFontMgr()
Dfx_android_imp.cpp20 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()