Home
last modified time | relevance | path

Searched refs:pszFontFamily (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp116 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 …]
Dcfgas_fontmgr.h97 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,
Dcfgas_gefont.cpp22 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()
Dfgas_fontutils.cpp34 uint32_t FGAS_GetFontFamilyHash(const FX_WCHAR* pszFontFamily, in FGAS_GetFontFamilyHash() argument
37 CFX_WideString wsFont(pszFontFamily); in FGAS_GetFontFamilyHash()
Dcfgas_gefont.h32 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(const FX_WCHAR* pszFontFamily,
76 bool LoadFontInternal(const FX_WCHAR* pszFontFamily,
Dfgas_fontutils.h20 uint32_t FGAS_GetFontFamilyHash(const FX_WCHAR* pszFontFamily,