Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_pdffontmgr.cpp128 size_t iDifferLength = bsDRName.GetLength() - iPsLen; in PsNameMatchDRFontName() local
129 if (iDifferLength > 1 || (bBold || bItalic)) { in PsNameMatchDRFontName()
135 iDifferLength = std::min(iDifferLength - 4, in PsNameMatchDRFontName()
140 iDifferLength -= 6; in PsNameMatchDRFontName()
142 iDifferLength -= 2; in PsNameMatchDRFontName()
144 iDifferLength -= 7; in PsNameMatchDRFontName()
151 if (iDifferLength > 1) { in PsNameMatchDRFontName()
152 ByteString bsDRTailer = bsDRName.Last(iDifferLength); in PsNameMatchDRFontName()