Searched refs:pszFontFamily (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 116 const FX_WCHAR* pszFontFamily) { in GetFontByCodePage() argument 123 FindFont(pszFontFamily, dwFontStyles, true, wCodePage); in GetFontByCodePage() 146 const FX_WCHAR* pszFontFamily) { in GetFontByUnicode() argument 152 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, pRet->wBitField); in GetFontByUnicode() 159 FindFont(pszFontFamily, dwFontStyles, false, pRet->wCodePage, in GetFontByUnicode() 161 if (!pFD && pszFontFamily) { in GetFontByUnicode() 184 const FX_WCHAR* pszFontFamily, in LoadFont() argument 189 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, wCodePage); in LoadFont() 195 FindFont(pszFontFamily, dwFontStyles, true, wCodePage); in LoadFont() 197 pFD = FindFont(pszFontFamily, dwFontStyles, false, wCodePage); in LoadFont() [all …]
|
D | cfgas_fontmgr.h | 97 const FX_WCHAR* pszFontFamily); 100 const FX_WCHAR* pszFontFamily); 101 CFX_RetainPtr<CFGAS_GEFont> LoadFont(const FX_WCHAR* pszFontFamily, 113 const FX_FONTDESCRIPTOR* FindFont(const FX_WCHAR* pszFontFamily, 197 const FX_WCHAR* pszFontFamily); 200 const FX_WCHAR* pszFontFamily); 201 CFX_RetainPtr<CFGAS_GEFont> LoadFont(const FX_WCHAR* pszFontFamily,
|
D | cfgas_gefont.cpp | 22 const FX_WCHAR* pszFontFamily, in LoadFont() argument 30 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont() 33 if (!pFont->LoadFontInternal(pszFontFamily, dwFontStyles, wCodePage)) in LoadFont() 126 bool CFGAS_GEFont::LoadFontInternal(const FX_WCHAR* pszFontFamily, in LoadFontInternal() argument 132 if (pszFontFamily) in LoadFontInternal() 133 csFontFamily = CFX_ByteString::FromUnicode(pszFontFamily); in LoadFontInternal()
|
D | fgas_fontutils.cpp | 34 uint32_t FGAS_GetFontFamilyHash(const FX_WCHAR* pszFontFamily, in FGAS_GetFontFamilyHash() argument 37 CFX_WideString wsFont(pszFontFamily); in FGAS_GetFontFamilyHash()
|
D | cfgas_gefont.h | 32 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(const FX_WCHAR* pszFontFamily, 76 bool LoadFontInternal(const FX_WCHAR* pszFontFamily,
|
D | fgas_fontutils.h | 20 uint32_t FGAS_GetFontFamilyHash(const FX_WCHAR* pszFontFamily,
|