Home
last modified time | relevance | path

Searched refs:CFX_AndroidFontInfo (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp14 CFX_AndroidFontInfo::CFX_AndroidFontInfo() : m_pFontMgr(nullptr) {} in CFX_AndroidFontInfo() function in CFX_AndroidFontInfo
15 CFX_AndroidFontInfo::~CFX_AndroidFontInfo() {} in ~CFX_AndroidFontInfo()
16 bool CFX_AndroidFontInfo::Init(CFPF_SkiaFontMgr* pFontMgr) { in Init()
25 bool CFX_AndroidFontInfo::EnumFontList(CFX_FontMapper* pMapper) { in EnumFontList()
29 void* CFX_AndroidFontInfo::MapFont(int weight, in MapFont()
52 void* CFX_AndroidFontInfo::GetFont(const char* face) { in GetFont()
56 uint32_t CFX_AndroidFontInfo::GetFontData(void* hFont, in GetFontData()
65 bool CFX_AndroidFontInfo::GetFaceName(void* hFont, ByteString* name) { in GetFaceName()
73 bool CFX_AndroidFontInfo::GetFontCharset(void* hFont, int* charset) { in GetFontCharset()
81 void CFX_AndroidFontInfo::DeleteFont(void* hFont) { in DeleteFont()
Dcfx_androidfontinfo.h17 class CFX_AndroidFontInfo : public IFX_SystemFontInfo {
19 CFX_AndroidFontInfo();
20 ~CFX_AndroidFontInfo() override;
Dfx_android_imp.cpp24 auto pFontInfo = pdfium::MakeUnique<CFX_AndroidFontInfo>(); in InitPlatform()