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

/external/pdfium/xfa/fgas/font/
H A Dfgas_fontutils.h20 uint32_t FGAS_GetFontFamilyHash(const FX_WCHAR* pszFontFamily,
H A 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,
H A Dcfgas_fontmgr.cpp116 const FX_WCHAR* pszFontFamily) {
123 FindFont(pszFontFamily, dwFontStyles, true, wCodePage);
146 const FX_WCHAR* pszFontFamily) {
152 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, pRet->wBitField);
159 FindFont(pszFontFamily, dwFontStyles, false, pRet->wCodePage,
161 if (!pFD && pszFontFamily) {
184 const FX_WCHAR* pszFontFamily,
189 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, wCodePage);
195 FindFont(pszFontFamily, dwFontStyles, true, wCodePage);
197 pFD = FindFont(pszFontFamily, dwFontStyle
113 GetFontByCodePage( uint16_t wCodePage, uint32_t dwFontStyles, const FX_WCHAR* pszFontFamily) argument
143 GetFontByUnicode( FX_WCHAR wUnicode, uint32_t dwFontStyles, const FX_WCHAR* pszFontFamily) argument
183 LoadFont( const FX_WCHAR* pszFontFamily, uint32_t dwFontStyles, uint16_t wCodePage) argument
265 FindFont(const FX_WCHAR* pszFontFamily, uint32_t dwFontStyles, uint32_t dwMatchFlags, uint16_t wCodePage, uint32_t dwUSB, FX_WCHAR wUnicode) argument
618 LoadFont( const FX_WCHAR* pszFontFamily, uint32_t dwFontStyles, uint16_t wCodePage) argument
625 GetFontByCodePage( uint16_t wCodePage, uint32_t dwFontStyles, const FX_WCHAR* pszFontFamily) argument
660 GetFontByUnicode( FX_WCHAR wUnicode, uint32_t dwFontStyles, const FX_WCHAR* pszFontFamily) argument
[all...]
H A Dcfgas_gefont.cpp22 const FX_WCHAR* pszFontFamily,
30 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily);
33 if (!pFont->LoadFontInternal(pszFontFamily, dwFontStyles, wCodePage))
126 bool CFGAS_GEFont::LoadFontInternal(const FX_WCHAR* pszFontFamily, argument
132 if (pszFontFamily)
133 csFontFamily = CFX_ByteString::FromUnicode(pszFontFamily);
21 LoadFont( const FX_WCHAR* pszFontFamily, uint32_t dwFontStyles, uint16_t wCodePage, CFGAS_FontMgr* pFontMgr) argument
H A Dcfgas_gefont.h32 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(const FX_WCHAR* pszFontFamily,
76 bool LoadFontInternal(const FX_WCHAR* pszFontFamily,
H A Dfgas_fontutils.cpp34 uint32_t FGAS_GetFontFamilyHash(const FX_WCHAR* pszFontFamily, argument
37 CFX_WideString wsFont(pszFontFamily);

Completed in 128 milliseconds