Searched refs:bsDRName (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fontmgr.cpp1969 CFX_ByteString bsDRName = bsDRFontName; local
1970 bsDRName.Remove('-');
1972 int32_t nIndex = bsDRName.Find(bsPsName);
1979 int32_t iDifferLength = bsDRName.GetLength() - iPsLen;
1981 int32_t iBoldIndex = bsDRName.Find("Bold");
1988 std::min(iDifferLength - 4, bsDRName.GetLength() - iBoldIndex - 4);
1991 if (bsDRName.Find("Italic") > 0) {
1993 } else if (bsDRName.Find("It") > 0) {
1995 } else if (bsDRName.Find("Oblique") > 0) {
2004 CFX_ByteString bsDRTailer = bsDRName
[all...]

Completed in 138 milliseconds