Home
last modified time | relevance | path

Searched refs:wsFontName (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp1719 const CFX_WideStringC& wsFontName) { in XFA_GetFontINFOByFontName() argument
1724 CFX_WideString wsFontNameTemp = wsFontName; in XFA_GetFontINFOByFontName()
1767 CFX_WideString wsFontName = wsFontFamily; in GetFont() local
1772 IFX_Font* pFont = pFDEFontMgr->LoadFont((const FX_WCHAR*)wsFontName, in GetFont()
1775 const XFA_FONTINFO* pCurFont = XFA_GetFontINFOByFontName(wsFontName); in GetFont()
1778 (const FX_WCHAR*)wsFontName, dwFontStyles | FX_FONTSTYLE_ExactMatch, in GetFont()
1783 pCurFont = XFA_GetFontINFOByFontName(wsFontName); in GetFont()
Dxfa_ffwidgetacc.cpp1541 CFX_WideStringC wsFontName = FX_WSTRC(L"Courier"); in GetFDEFont() local
1550 font.GetTypeface(wsFontName); in GetFDEFont()
1553 return pDoc->GetApp()->GetXFAFontMgr()->GetFont(pDoc, wsFontName, in GetFDEFont()