Searched refs:sRet (Results 1 – 7 of 7) sorted by relevance
180 CFX_Color sRet(nColorType); in operator -() local183 sRet.nColorType = CFX_Color::kRGB; in operator -()184 sRet.fColor1 = std::max(1.0f - fColorSub, 0.0f); in operator -()185 sRet.fColor2 = std::max(1.0f - fColorSub, 0.0f); in operator -()186 sRet.fColor3 = std::max(1.0f - fColorSub, 0.0f); in operator -()191 sRet.fColor1 = std::max(fColor1 - fColorSub, 0.0f); in operator -()192 sRet.fColor2 = std::max(fColor2 - fColorSub, 0.0f); in operator -()193 sRet.fColor3 = std::max(fColor3 - fColorSub, 0.0f); in operator -()194 sRet.fColor4 = std::max(fColor4 - fColorSub, 0.0f); in operator -()197 return sRet; in operator -()[all …]
227 WideString sRet = str; in ChangeObjName() local228 sRet.Replace(L"_", L"."); in ChangeObjName()229 return sRet; in ChangeObjName()
507 WideString sRet = L"/"; in SysPathToPDFPath() local510 sRet += (c == L'\\') ? L'/' : c; in SysPathToPDFPath()512 return sRet; in SysPathToPDFPath()
731 WideString sRet; in MakeFormatDate() local857 sRet += sPart; in MakeFormatDate()860 return sRet; in MakeFormatDate()
267 ByteString sRet = sFontName; in EncodeFontAlias() local268 sRet.Remove(' '); in EncodeFontAlias()269 return sRet; in EncodeFontAlias()
568 std::ostringstream sRet; in GetFontSetString() local569 sRet << "/" << sFontAlias << " " << fFontSize << " " in GetFontSetString()571 return ByteString(sRet); in GetFontSetString()
78 std::ostringstream sRet; in GetFontSetString() local82 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n"; in GetFontSetString()84 return ByteString(sRet); in GetFontSetString()