Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp1979 int32_t iDifferLength = bsDRName.GetLength() - iPsLen; in PsNameMatchDRFontName() local
1980 if (iDifferLength > 1 || (bBold || bItalic)) { in PsNameMatchDRFontName()
1987 iDifferLength = in PsNameMatchDRFontName()
1988 std::min(iDifferLength - 4, bsDRName.GetLength() - iBoldIndex - 4); in PsNameMatchDRFontName()
1992 iDifferLength -= 6; in PsNameMatchDRFontName()
1994 iDifferLength -= 2; in PsNameMatchDRFontName()
1996 iDifferLength -= 7; in PsNameMatchDRFontName()
2003 if (iDifferLength > 1) { in PsNameMatchDRFontName()
2004 CFX_ByteString bsDRTailer = bsDRName.Right(iDifferLength); in PsNameMatchDRFontName()