Searched refs:wsFontFamily (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_fontmgr.cpp | 28 WideStringView wsFontFamily, in GetFont() argument 30 uint32_t dwHash = FX_HashCode_GetW(wsFontFamily, false); in GetFont() 36 WideString wsEnglishName = FGAS_FontNameToEnglishName(wsFontFamily); in GetFont() 46 wsFontFamily, dwFontStyles); in GetFont() 55 hDoc->GetApp()->GetFDEFontMgr(), wsFontFamily, dwFontStyles); in GetFont() 60 ByteString::Format("%ls", WideString(wsFontFamily).c_str())); in GetFont()
|
D | cxfa_fontmgr.h | 23 WideStringView wsFontFamily,
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 227 bool CFWL_FontData::Equal(WideStringView wsFontFamily, in Equal() argument 230 return m_wsFamily == wsFontFamily && m_dwStyles == dwFontStyles && in Equal() 234 bool CFWL_FontData::LoadFont(WideStringView wsFontFamily, in LoadFont() argument 237 m_wsFamily = wsFontFamily; in LoadFont() 247 m_pFont = CFGAS_GEFont::LoadFont(wsFontFamily.unterminated_c_str(), in LoadFont() 271 RetainPtr<CFGAS_GEFont> CFWL_FontManager::FindFont(WideStringView wsFontFamily, in FindFont() argument 275 if (pData->Equal(wsFontFamily, dwFontStyles, wCodePage)) in FindFont() 279 if (!pFontData->LoadFont(wsFontFamily, dwFontStyles, wCodePage)) in FindFont()
|
D | cfwl_widgettp.h | 85 bool Equal(WideStringView wsFontFamily, 88 bool LoadFont(WideStringView wsFontFamily, 106 RetainPtr<CFGAS_GEFont> FindFont(WideStringView wsFontFamily,
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_defaultfontmanager.cpp | 16 WideStringView wsFontFamily, in GetFont() argument 18 WideString wsFontName(wsFontFamily); in GetFont() 60 WideStringView wsFontFamily, in GetDefaultFont() argument
|
D | cfgas_defaultfontmanager.h | 19 WideStringView wsFontFamily, 22 WideStringView wsFontFamily,
|
D | cfgas_pdffontmgr.cpp | 76 RetainPtr<CFGAS_GEFont> CFGAS_PDFFontMgr::GetFont(WideStringView wsFontFamily, in GetFont() argument 79 uint32_t dwHashCode = FX_HashCode_GetW(wsFontFamily, false); in GetFont() 85 ByteString bsPsName = WideString(wsFontFamily).ToDefANSI(); in GetFont()
|
D | cfgas_pdffontmgr.h | 25 RetainPtr<CFGAS_GEFont> GetFont(WideStringView wsFontFamily,
|