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

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

Completed in 52 milliseconds