Searched refs:wsFontFamily (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_fontmgr.cpp | 28 const WideStringView& wsFontFamily, in GetFont() argument 30 uint32_t dwHash = FX_HashCode_GetW(wsFontFamily, false); in GetFont() 36 WideString wsEnglishName = FGAS_FontNameToEnglishName(wsFontFamily); in GetFont() 49 wsFontFamily, dwFontStyles); in GetFont() 60 wsFontFamily, dwFontStyles); in GetFont()
|
D | cxfa_fontmgr.h | 30 const WideStringView& wsFontFamily,
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 268 bool CFWL_FontData::Equal(const WideStringView& wsFontFamily, in Equal() argument 271 return m_wsFamily == wsFontFamily && m_dwStyles == dwFontStyles && in Equal() 275 bool CFWL_FontData::LoadFont(const WideStringView& wsFontFamily, in LoadFont() argument 278 m_wsFamily = wsFontFamily; in LoadFont() 288 m_pFont = CFGAS_GEFont::LoadFont(wsFontFamily.unterminated_c_str(), in LoadFont() 314 const WideStringView& wsFontFamily, in FindFont() argument 318 if (pData->Equal(wsFontFamily, dwFontStyles, wCodePage)) in FindFont() 322 if (!pFontData->LoadFont(wsFontFamily, dwFontStyles, wCodePage)) in FindFont()
|
D | cfwl_widgettp.h | 108 bool Equal(const WideStringView& wsFontFamily, 111 bool LoadFont(const WideStringView& wsFontFamily, 129 RetainPtr<CFGAS_GEFont> FindFont(const WideStringView& wsFontFamily,
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_defaultfontmanager.cpp | 17 const WideStringView& wsFontFamily, in GetFont() argument 19 WideString wsFontName(wsFontFamily); in GetFont() 59 const WideStringView& wsFontFamily, in GetDefaultFont() argument
|
D | cfgas_defaultfontmanager.h | 22 const WideStringView& wsFontFamily, 25 const WideStringView& wsFontFamily,
|
D | cfgas_pdffontmgr.cpp | 76 const WideStringView& wsFontFamily, in GetFont() argument 80 uint32_t dwHashCode = FX_HashCode_GetW(wsFontFamily, false); in GetFont() 86 ByteString bsPsName = ByteString::FromUnicode(WideString(wsFontFamily)); in GetFont()
|
D | cfgas_pdffontmgr.h | 29 RetainPtr<CFGAS_GEFont> GetFont(const WideStringView& wsFontFamily,
|