Home
last modified time | relevance | path

Searched refs:srcAlpha (Results 76 – 100 of 1916) sorted by relevance

12345678910>>...77

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/tests/arch-mips64/col32cb16blend/
H A Dcol32cb16blend_test.c66 uint32_t srcAlpha = (src>>24); in scanline_col32cb16blend_c() local
67 uint32_t f = 0x100 - (srcAlpha + (srcAlpha>>7)); in scanline_col32cb16blend_c()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/tests/arch-mips/col32cb16blend/
H A Dcol32cb16blend_test.c66 uint32_t srcAlpha = (src>>24); in scanline_col32cb16blend_c() local
67 uint32_t f = 0x100 - (srcAlpha + (srcAlpha>>7)); in scanline_col32cb16blend_c()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/tests/arch-arm64/col32cb16blend/
H A Dcol32cb16blend_test.c66 int srcAlpha = (src>>24); in scanline_col32cb16blend_c() local
67 int f = 0x100 - (srcAlpha + (srcAlpha>>7)); in scanline_col32cb16blend_c()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/tests/arch-mips/col32cb16blend/
H A Dcol32cb16blend_test.c66 uint32_t srcAlpha = (src>>24); in scanline_col32cb16blend_c() local
67 uint32_t f = 0x100 - (srcAlpha + (srcAlpha>>7)); in scanline_col32cb16blend_c()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/tests/arch-mips64/col32cb16blend/
H A Dcol32cb16blend_test.c66 uint32_t srcAlpha = (src>>24); in scanline_col32cb16blend_c() local
67 uint32_t f = 0x100 - (srcAlpha + (srcAlpha>>7)); in scanline_col32cb16blend_c()
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dmanaged_surface.cpp239 …ansBlitFrom(const Surface &src, uint transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlitFrom() argument
245 uint transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlitFrom() argument
251 const Common::Point &destPos, uint transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlitFrom() argument
257 …, const Common::Rect &destRect, TSRC transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlit() argument
282 if (srcFormat == destFormat && srcAlpha == 0xff) { in transBlit()
290 if (srcAlpha != 0xff) { in transBlit()
291 aSrc = aSrc * srcAlpha / 255; in transBlit()
318 … DEST_TYPE>(src, srcRect, _innerSurface, destRect, transColor, flipped, overrideColor, srcAlpha); \
322 const Common::Rect &destRect, uint transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlitFrom() argument
H A Dmanaged_surface.h240 …ace &src, uint transColor = 0, bool flipped = false, uint overrideColor = 0, uint srcAlpha = 0xff);
253 uint transColor = 0, bool flipped = false, uint overrideColor = 0, uint srcAlpha = 0xff);
267 uint transColor = 0, bool flipped = false, uint overrideColor = 0, uint srcAlpha = 0xff);
282 uint transColor = 0, bool flipped = false, uint overrideColor = 0, uint srcAlpha = 0xff);
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/tests/arch-mips/t32cb16blend/
H A Dt32cb16blend_test.c77 int srcAlpha = (s>>24) & 0xFF; in scanline_t32cb16blend_c() local
80 int f = 0x100 - (srcAlpha + ((srcAlpha>>7) & 0x1)); in scanline_t32cb16blend_c()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/tests/arch-mips/t32cb16blend/
H A Dt32cb16blend_test.c77 int srcAlpha = (s>>24) & 0xFF; in scanline_t32cb16blend_c() local
80 int f = 0x100 - (srcAlpha + ((srcAlpha>>7) & 0x1)); in scanline_t32cb16blend_c()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/nona/
H A DImageRemapper.h93 AlphaType & srcAlpha) in loadImage() argument
159 AlphaType srcAlpha; in getRemapped() local
185 srcAlpha.resize(width, height); in getRemapped()
198 vigra::destImage(srcAlpha)); in getRemapped()
227 remapImage(srcImg, srcAlpha, ffImg, in getRemapped()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libpixelflinger/tests/arch-arm64/t32cb16blend/
H A Dt32cb16blend_test.c77 int srcAlpha = (s>>24) & 0xFF; in scanline_t32cb16blend_c() local
80 int f = 0x100 - (srcAlpha + ((srcAlpha>>7) & 0x1)); in scanline_t32cb16blend_c()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libpixelflinger/tests/arch-arm64/t32cb16blend/
H A Dt32cb16blend_test.c77 int srcAlpha = (s>>24) & 0xFF; in scanline_t32cb16blend_c() local
80 int f = 0x100 - (srcAlpha + ((srcAlpha>>7) & 0x1)); in scanline_t32cb16blend_c()
/dports/graphics/krita/krita-4.4.8/libs/pigment/compositeops/
H A DKoCompositeOpDissolve.h87 channels_type srcAlpha = (alpha_pos == -1) ? unitValue : src[alpha_pos]; in composite() local
89 … blend = useMask ? mul(opacity, scale<channels_type>(*mask), srcAlpha) : mul(opacity, srcAlpha); in composite()
H A DKoCompositeOpDestinationIn.h46 … inline static channels_type composeColorChannels(const channels_type* src, channels_type srcAlpha, in composeColorChannels() argument
55 channels_type appliedAlpha = mul(maskAlpha, srcAlpha, opacity); in composeColorChannels()
/dports/editors/calligra/calligra-3.2.1/libs/pigment/compositeops/
H A DKoCompositeOpDissolve.h87 channels_type srcAlpha = (alpha_pos == -1) ? unitValue : src[alpha_pos]; in composite() local
89 … blend = useMask ? mul(opacity, scale<channels_type>(*mask), srcAlpha) : mul(opacity, srcAlpha); in composite()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/allegro/
H A Dsurface.cpp113 bool skipTrans, int srcAlpha, int tintRed, int tintGreen, in draw() argument
197 } else if (sameFormat && srcAlpha == -1) { in draw()
215 if (srcAlpha == -1) { in draw()
230 aSrc = srcAlpha; in draw()
235 blendPixel(aSrc, rSrc, gSrc, bSrc, aDest, rDest, gDest, bDest, srcAlpha); in draw()
248 const Common::Rect &dstRect, bool skipTrans, int srcAlpha) { in stretchDraw() argument
324 } else if (sameFormat && srcAlpha == -1) { in stretchDraw()
342 if (srcAlpha == -1) { in stretchDraw()
351 blendPixel(aSrc, rSrc, gSrc, bSrc, aDest, rDest, gDest, bDest, srcAlpha); in stretchDraw()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkColor.cpp179 float srcAlpha = src[3]; // need the pinned version of our alpha in premul() local
180 src = src * Sk4f(srcAlpha, srcAlpha, srcAlpha, 1); in premul()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkColor.cpp172 float srcAlpha = src[3]; // need the pinned version of our alpha in premul() local
173 src = src * Sk4f(srcAlpha, srcAlpha, srcAlpha, 1); in premul()
/dports/editors/calligra/calligra-3.2.1/plugins/colorengines/lcms2/compositeops/
H A DRgbCompositeOpDiff.h39 inline static channels_type selectAlpha(channels_type srcAlpha, channels_type dstAlpha) in selectAlpha() argument
41 return qMin(srcAlpha, dstAlpha); in selectAlpha()
H A DRgbCompositeOpBumpmap.h37 inline static channels_type selectAlpha(channels_type srcAlpha, channels_type dstAlpha) in selectAlpha() argument
39 return qMin(srcAlpha, dstAlpha); in selectAlpha()
/dports/graphics/hugin/hugin-2020.0.0/src/tools/
H A Dfulla.cpp49 const AlphaImgType& srcAlpha,
587 const AlphaImgType& srcAlpha, in correctImage() argument
667 vigra::copyImage(srcImageRange(srcAlpha), destImage(redAlpha)); in correctImage()
672 srcImage(srcAlpha), in correctImage()
690 vigra::copyImage(srcImageRange(srcAlpha), destImage(greenAlpha)); in correctImage()
695 srcImage(srcAlpha), in correctImage()
713 vigra::copyImage(srcImageRange(srcAlpha), destImage(blueAlpha)); in correctImage()
719 srcImage(srcAlpha), in correctImage()
742 vigra::copyImage(srcImageRange(srcAlpha), destImage(destAlpha)); in correctImage()
748 srcImage(srcAlpha), in correctImage()
/dports/games/maxr/maxr-0.2.9/src/
H A Dvideo.cpp490 Uint8 srcAlpha = 0; in blittPerSurfaceAlphaToAlphaChannel() local
491 SDL_GetSurfaceAlphaMod (src, &srcAlpha); in blittPerSurfaceAlphaToAlphaChannel()
528 r = (((dcolor & drmask) >> 8) * (255 - srcAlpha) * dalpha) + r * srcAlpha; in blittPerSurfaceAlphaToAlphaChannel()
529 g = (((dcolor & dgmask) * (255 - srcAlpha) * dalpha) >> 8) + g * srcAlpha; in blittPerSurfaceAlphaToAlphaChannel()
530 b = (((dcolor & dbmask) * (255 - srcAlpha) * dalpha) >> 8) + b * srcAlpha; in blittPerSurfaceAlphaToAlphaChannel()
532 const Uint8 a = srcAlpha + dalpha - (srcAlpha * dalpha) / 255; in blittPerSurfaceAlphaToAlphaChannel()
/dports/graphics/krita/krita-4.4.8/plugins/color/lcms2engine/compositeops/
H A DRgbCompositeOpBumpmap.h37 inline static channels_type selectAlpha(channels_type srcAlpha, channels_type dstAlpha) in selectAlpha() argument
39 return qMin(srcAlpha, dstAlpha); in selectAlpha()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Vulkan/
H A DStateMappingVulkan.cpp146 key.srcAlpha = VK_BLEND_FACTOR_ONE; in ConvertStateToVulkanKey()
192 key.srcAlpha = vkBlendFactorLookup[(size_t)blendState.srcAlpha]; in ConvertStateToVulkanKey()
207 key.srcAlpha = VK_BLEND_FACTOR_ONE; in ConvertStateToVulkanKey()
225 key.srcAlpha = VK_BLEND_FACTOR_ZERO; in ConvertStateToVulkanKey()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DStateMappingVulkan.cpp146 key.srcAlpha = VK_BLEND_FACTOR_ONE; in ConvertStateToVulkanKey()
192 key.srcAlpha = vkBlendFactorLookup[(size_t)blendState.srcAlpha]; in ConvertStateToVulkanKey()
207 key.srcAlpha = VK_BLEND_FACTOR_ONE; in ConvertStateToVulkanKey()
225 key.srcAlpha = VK_BLEND_FACTOR_ZERO; in ConvertStateToVulkanKey()

12345678910>>...77