Searched defs:strPsName (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fontmgr.cpp1881 IFX_Font* CXFA_PDFFontMgr::FindFont(CFX_ByteString strPsName, argument
1899 strPsName.Remove(' ');
1904 if (!PsNameMatchDRFontName(strPsName, bBold, bItalic, key, bStrictMatch)) {
1951 const CFX_ByteString& strPsName,
1956 if (strPsName == g_XFAPDFFontName[i].lpPsName) {
1961 return strPsName;
1950 PsNameToFontName( const CFX_ByteString& strPsName, FX_BOOL bBold, FX_BOOL bItalic) argument

Completed in 274 milliseconds