Searched refs:pszFontFamily (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 186 const wchar_t* pszFontFamily, in GetFontByUnicodeImpl() argument 190 const FX_FONTDESCRIPTOR* pFD = FindFont(pszFontFamily, dwFontStyles, false, in GetFontByUnicodeImpl() 192 if (!pFD && pszFontFamily) { in GetFontByUnicodeImpl() 216 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const wchar_t* pszFontFamily, in FindFont() argument 227 params.pwsFamily = pszFontFamily; in FindFont() 235 if (!pszFontFamily) in FindFont() 242 EnumGdiFonts(pszFontFamily, wUnicode); in FindFont() 655 const wchar_t* pszFontFamily, in GetFontByUnicodeImpl() argument 665 WideString(pszFontFamily), wUnicode); in GetFontByUnicodeImpl() 680 if (!pszFontFamily) in GetFontByUnicodeImpl() [all …]
|
D | cfgas_fontmgr.h | 106 const wchar_t* pszFontFamily); 109 const wchar_t* pszFontFamily); 110 RetainPtr<CFGAS_GEFont> LoadFont(const wchar_t* pszFontFamily, 120 const wchar_t* pszFontFamily, 126 const FX_FONTDESCRIPTOR* FindFont(const wchar_t* pszFontFamily,
|
D | cfgas_gefont.cpp | 23 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(const wchar_t* pszFontFamily, in LoadFont() argument 29 if (!pFont->LoadFontInternal(pszFontFamily, dwFontStyles, wCodePage)) in LoadFont() 35 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont() 75 bool CFGAS_GEFont::LoadFontInternal(const wchar_t* pszFontFamily, in LoadFontInternal() argument 81 if (pszFontFamily) in LoadFontInternal() 82 csFontFamily = WideString(pszFontFamily).ToDefANSI(); in LoadFontInternal()
|
D | cfgas_gefont.h | 33 static RetainPtr<CFGAS_GEFont> LoadFont(const wchar_t* pszFontFamily, 68 bool LoadFontInternal(const wchar_t* pszFontFamily,
|