Searched refs:sRet (Results 1 – 6 of 6) sorted by relevance
145 CFX_Color sRet(nColorType); in operator -() local148 sRet.nColorType = CFX_Color::kRGB; in operator -()149 sRet.fColor1 = std::max(1.0f - fColorSub, 0.0f); in operator -()150 sRet.fColor2 = std::max(1.0f - fColorSub, 0.0f); in operator -()151 sRet.fColor3 = std::max(1.0f - fColorSub, 0.0f); in operator -()156 sRet.fColor1 = std::max(fColor1 - fColorSub, 0.0f); in operator -()157 sRet.fColor2 = std::max(fColor2 - fColorSub, 0.0f); in operator -()158 sRet.fColor3 = std::max(fColor3 - fColorSub, 0.0f); in operator -()159 sRet.fColor4 = std::max(fColor4 - fColorSub, 0.0f); in operator -()162 return sRet; in operator -()[all …]
400 ByteString sRet = sFontName; in EncodeFontAlias() local401 sRet.Remove(' '); in EncodeFontAlias()402 return sRet; in EncodeFontAlias()
88 std::ostringstream sRet; in GetFontSetString() local92 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n"; in GetFontSetString()94 return ByteString(sRet); in GetFontSetString()
500 WideString sRet = L"/"; in SysPathToPDFPath() local503 sRet += (c == L'\\') ? L'/' : c; in SysPathToPDFPath()505 return sRet; in SysPathToPDFPath()
448 WideString sRet; in PrintDateUsingFormat() local574 sRet += sPart; in PrintDateUsingFormat()577 return sRet; in PrintDateUsingFormat()
572 std::ostringstream sRet; in GetFontSetString() local573 sRet << "/" << sFontAlias << " " << fFontSize << " " in GetFontSetString()575 return ByteString(sRet); in GetFontSetString()