Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp823 return conversionFormat.roundOut(conversionFormat.roundOut((double)bits, false) in getChannel()
1315 …output[0] = conversionFormat[0].roundOut(yClamped + conversionFormat[0].roundOut(1.402 * crClamped… in convertColor()
1316conversionFormat[1].roundOut(conversionFormat[1].roundOut(yClamped - conversionFormat[1].roundOut(… in convertColor()
1317 …output[2] = conversionFormat[2].roundOut(yClamped + conversionFormat[2].roundOut(1.772 * cbClamped… in convertColor()
1321 …output[0] = conversionFormat[0].roundOut(yClamped + conversionFormat[0].roundOut(1.5748 * crClampe… in convertColor()
1322conversionFormat[1].roundOut(conversionFormat[1].roundOut(yClamped - conversionFormat[1].roundOut(… in convertColor()
1323 …output[2] = conversionFormat[2].roundOut(yClamped + conversionFormat[2].roundOut(1.8556 * cbClampe… in convertColor()
1327 …output[0] = conversionFormat[0].roundOut(yClamped + conversionFormat[0].roundOut(1.4746 * crClampe… in convertColor()
1328conversionFormat[1].roundOut(conversionFormat[1].roundOut(yClamped - conversionFormat[1].roundOut( in convertColor()
1329 …output[2] = conversionFormat[2].roundOut(yClamped + conversionFormat[2].roundOut(1.8814 * cbClampe… in convertColor()
[all …]
H A DvktYCbCrUtil.hpp151 tcu::Interval getChannel (const tcu::FloatFormat& conversionFormat,
204 const std::vector<tcu::FloatFormat>& conversionFormat,
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuMisc.pas46 var conversionFormat : PSDL_PixelFormat;
350 convertedSurf:= SDL_ConvertSurface(tmpsurf, conversionFormat, SDL_SWSURFACE);
374 conversionFormat:= SDL_AllocFormat(SDL_PIXELFORMAT_ABGR8888);
379 SDL_FreeFormat(conversionFormat);
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuMisc.pas46 var conversionFormat : PSDL_PixelFormat;
350 convertedSurf:= SDL_ConvertSurface(tmpsurf, conversionFormat, SDL_SWSURFACE);
374 conversionFormat:= SDL_AllocFormat(SDL_PIXELFORMAT_ABGR8888);
379 SDL_FreeFormat(conversionFormat);
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dbmpcodec.c129 PixelFormat conversionFormat; in gdip_get_bmp_pixelformat() local
142 conversionFormat = PixelFormat32bppRGB; in gdip_get_bmp_pixelformat()
147 conversionFormat = sourceFormat; in gdip_get_bmp_pixelformat()
151 conversionFormat = sourceFormat; in gdip_get_bmp_pixelformat()
155 conversionFormat = sourceFormat; in gdip_get_bmp_pixelformat()
159 conversionFormat = PixelFormat32bppRGB; in gdip_get_bmp_pixelformat()
163 conversionFormat = sourceFormat; in gdip_get_bmp_pixelformat()
167 conversionFormat = sourceFormat; in gdip_get_bmp_pixelformat()
171 conversionFormat = sourceFormat; in gdip_get_bmp_pixelformat()
179 *conversionFormatResult = conversionFormat; in gdip_get_bmp_pixelformat()
/dports/deskutils/akonadi-import-wizard/akonadi-import-wizard-21.12.3/src/plugins/thunderbird/
H A Dthunderbirdsettings.cpp147 QString conversionFormat = mHashConfig.value(conversionFormatStr).toString(); in readExtensionsSettings() local
148 if (conversionFormat == QLatin1String("png")) { in readExtensionsSettings()
149 conversionFormat = QStringLiteral("PNG"); in readExtensionsSettings()
151 conversionFormat = QStringLiteral("JPG"); in readExtensionsSettings()
153 …ddKmailConfig(QStringLiteral("AutoResizeImage"), QStringLiteral("write-format"), conversionFormat); in readExtensionsSettings()