Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_pdffontmgr.cpp129 size_t iDifferLength = bsDRName.GetLength() - iPsLen; in PsNameMatchDRFontName() local
130 if (iDifferLength > 1 || (bBold || bItalic)) { in PsNameMatchDRFontName()
136 iDifferLength = std::min(iDifferLength - 4, in PsNameMatchDRFontName()
141 iDifferLength -= 6; in PsNameMatchDRFontName()
143 iDifferLength -= 2; in PsNameMatchDRFontName()
145 iDifferLength -= 7; in PsNameMatchDRFontName()
152 if (iDifferLength > 1) { in PsNameMatchDRFontName()
153 ByteString bsDRTailer = bsDRName.Right(iDifferLength); in PsNameMatchDRFontName()