Searched defs:wsFontName (Results 1 - 1 of 1) 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

Completed in 166 milliseconds