Searched refs:pFontMgr (Results 1 – 6 of 6) sorted by relevance
15 IFPF_FontMgr *pFontMgr = pDeviceModule->GetFontMgr(); in InitPlatform() local16 if (pFontMgr) { in InitPlatform()21 pFontInfo->Init(pFontMgr); in InitPlatform()
13 FX_BOOL CFX_AndroidFontInfo::Init(IFPF_FontMgr *pFontMgr) in Init() argument15 if (!pFontMgr) { in Init()18 pFontMgr->LoadSystemFonts(); in Init()19 m_pFontMgr = pFontMgr; in Init()
169 FX_BOOL CFPF_SkiaFont::InitFont(CFPF_SkiaFontMgr *pFontMgr, CFPF_SkiaFontDescriptor *pFontDes, FX_B… in InitFont() argument171 if (!pFontMgr || !pFontDes) { in InitFont()177 m_Face = pFontMgr->GetFontFace(pFont->m_pPath, pFont->m_iFaceIndex); in InitFont()182 m_Face = pFontMgr->GetFontFace(pFont->m_pFile, pFont->m_iFaceIndex); in InitFont()187 …m_Face = pFontMgr->GetFontFace((FX_LPCBYTE)pFont->m_pBuffer, pFont->m_szBuffer, pFont->m_iFaceInde… in InitFont()198 m_pFontMgr = pFontMgr; in InitFont()
31 FX_BOOL Init(IFPF_FontMgr *pFontMgr);
47 …FX_BOOL InitFont(CFPF_SkiaFontMgr *pFontMgr, CFPF_SkiaFontDescriptor *pFontDes, FX_BSTR bsFami…
142 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in FindNativeTrueTypeFont() local146 if(pFontMgr) in FindNativeTrueTypeFont()148 CFX_FontMapper* pFontMapper = pFontMgr->m_pBuiltinMapper; in FindNativeTrueTypeFont()