Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_color.cpp180 CFX_Color sRet(nColorType); in operator -() local
183 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 …]
/external/pdfium/fxjs/
Dcjs_runtime.cpp227 WideString sRet = str; in ChangeObjName() local
228 sRet.Replace(L"_", L"."); in ChangeObjName()
229 return sRet; in ChangeObjName()
Dcjs_app.cpp507 WideString sRet = L"/"; in SysPathToPDFPath() local
510 sRet += (c == L'\\') ? L'/' : c; in SysPathToPDFPath()
512 return sRet; in SysPathToPDFPath()
Dcjs_publicmethods.cpp731 WideString sRet; in MakeFormatDate() local
857 sRet += sPart; in MakeFormatDate()
860 return sRet; in MakeFormatDate()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_font_map.cpp267 ByteString sRet = sFontName; in EncodeFontAlias() local
268 sRet.Remove(' '); in EncodeFontAlias()
269 return sRet; in EncodeFontAlias()
Dcpwl_appstream.cpp568 std::ostringstream sRet; in GetFontSetString() local
569 sRet << "/" << sFontAlias << " " << fFontSize << " " in GetFontSetString()
571 return ByteString(sRet); in GetFontSetString()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp78 std::ostringstream sRet; in GetFontSetString() local
82 sRet << "/" << sFontAlias << " " << fFontSize << " Tf\n"; in GetFontSetString()
84 return ByteString(sRet); in GetFontSetString()