Searched refs:pszFontFamily (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 218 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const wchar_t* pszFontFamily, in FindFont() argument 229 params.pwsFamily = pszFontFamily; in FindFont() 236 if (!pszFontFamily || !m_pEnumerator) in FindFont() 240 m_pEnumerator(&namedFonts, pszFontFamily, wUnicode); in FindFont() 954 const wchar_t* pszFontFamily) { in GetFontByCodePage() argument 956 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in GetFontByCodePage() 964 FindFont(pszFontFamily, dwFontStyles, true, wCodePage, 999, 0); in GetFontByCodePage() 981 WideString(pszFontFamily), 0); in GetFontByCodePage() 1003 const wchar_t* pszFontFamily) { in GetFontByUnicode() argument 1019 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in GetFontByUnicode() [all …]
|
D | cfgas_gefont.cpp | 21 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(const wchar_t* pszFontFamily, in LoadFont() argument 29 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont() 32 if (!pFont->LoadFontInternal(pszFontFamily, dwFontStyles, wCodePage)) in LoadFont() 72 bool CFGAS_GEFont::LoadFontInternal(const wchar_t* pszFontFamily, in LoadFontInternal() argument 78 if (pszFontFamily) in LoadFontInternal() 79 csFontFamily = ByteString::FromUnicode(pszFontFamily); in LoadFontInternal()
|
D | cfgas_fontmgr.h | 136 const wchar_t* pszFontFamily); 139 const wchar_t* pszFontFamily); 140 RetainPtr<CFGAS_GEFont> LoadFont(const wchar_t* pszFontFamily, 149 const FX_FONTDESCRIPTOR* FindFont(const wchar_t* pszFontFamily,
|
D | cfgas_gefont.h | 30 static RetainPtr<CFGAS_GEFont> LoadFont(const wchar_t* pszFontFamily, 66 bool LoadFontInternal(const wchar_t* pszFontFamily,
|