Home
last modified time | relevance | path

Searched defs:srcAlpha (Results 1 – 25 of 991) sorted by relevance

12345678910>>...40

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/src/
H A Dalpha.c87 int srcAlpha = *((uint16_t *)&srcRow[i * params->srcPixelBytes]); in avifReformatAlpha() local
99 int srcAlpha = srcRow[i * params->srcPixelBytes]; in avifReformatAlpha() local
115 int srcAlpha = *((uint16_t *)&srcRow[i * params->srcPixelBytes]); in avifReformatAlpha() local
127 int srcAlpha = srcRow[i * params->srcPixelBytes]; in avifReformatAlpha() local
173 int srcAlpha = *((uint16_t *)&srcRow[i * params->srcPixelBytes]); in avifReformatAlpha() local
187 int srcAlpha = *((uint16_t *)&srcRow[i * params->srcPixelBytes]); in avifReformatAlpha() local
202 int srcAlpha = srcRow[i * params->srcPixelBytes]; in avifReformatAlpha() local
224 int srcAlpha = *((uint16_t *)&srcRow[i * params->srcPixelBytes]); in avifReformatAlpha() local
255 int srcAlpha = srcRow[i * params->srcPixelBytes]; in avifReformatAlpha() local
309 int srcAlpha = srcRow[i * params->srcPixelBytes]; in avifReformatAlpha() local
[all …]
/dports/graphics/libavif/libavif-0.9.3/src/
H A Dalpha.c88 int srcAlpha = *((uint16_t *)&srcRow[i * params->srcPixelBytes]); in avifReformatAlpha() local
100 int srcAlpha = srcRow[i * params->srcPixelBytes]; in avifReformatAlpha() local
116 int srcAlpha = *((uint16_t *)&srcRow[i * params->srcPixelBytes]); in avifReformatAlpha() local
128 int srcAlpha = srcRow[i * params->srcPixelBytes]; in avifReformatAlpha() local
174 int srcAlpha = *((uint16_t *)&srcRow[i * params->srcPixelBytes]); in avifReformatAlpha() local
188 int srcAlpha = *((uint16_t *)&srcRow[i * params->srcPixelBytes]); in avifReformatAlpha() local
203 int srcAlpha = srcRow[i * params->srcPixelBytes]; in avifReformatAlpha() local
225 int srcAlpha = *((uint16_t *)&srcRow[i * params->srcPixelBytes]); in avifReformatAlpha() local
256 int srcAlpha = srcRow[i * params->srcPixelBytes]; in avifReformatAlpha() local
310 int srcAlpha = srcRow[i * params->srcPixelBytes]; in avifReformatAlpha() local
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/filters/halftone/
H A DKisHalftoneFilter.cpp238 int srcAlpha = srcIterator.rawData()[1]; in processIntensity() local
252 int srcAlpha = srcIterator.rawData()[1]; in processIntensity() local
347 int srcAlpha = srcIterator.rawData()[1]; in processChannel() local
367 int srcAlpha = srcIterator.rawData()[1]; in processChannel() local
389 int srcAlpha = srcIterator.rawData()[1]; in processChannel() local
406 int srcAlpha = srcIterator.rawData()[1]; in processChannel() local
542 int srcAlpha = srcIterator.rawData()[1]; in processAlpha() local
556 int srcAlpha = srcIterator.rawData()[1]; in processAlpha() local
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dmanaged_surface.cpp424 uint overrideColor, uint srcAlpha) { in transBlitFrom()
430 uint transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlitFrom()
448 const Common::Point &destPos, uint transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlitFrom()
454 const Common::Rect &destRect, uint transColor, bool flipped, uint overrideColor, uint srcAlpha, in transBlitFrom()
461 uint overrideColor, uint srcAlpha) { in transBlitFrom()
467 uint transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlitFrom()
479 const Common::Point &destPos, uint transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlitFrom()
487 const Common::Rect &destRect, uint transColor, bool flipped, uint overrideColor, uint srcAlpha, in transBlitFrom()
537 uint overrideColor, uint srcAlpha, const uint32 *srcPalette, const byte *lookup) { in transBlitPixel()
584 uint overrideColor, uint srcAlpha, const uint32 *srcPalette, const byte *lookup) { in transBlitPixel()
[all …]
/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()
245 uint transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlitFrom()
251 const Common::Point &destPos, uint transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlitFrom()
257 …, const Common::Rect &destRect, TSRC transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlit()
322 const Common::Rect &destRect, uint transColor, bool flipped, uint overrideColor, uint srcAlpha) { in transBlitFrom()
/dports/graphics/krita/krita-4.4.8/libs/pigment/compositeops/
H A DKoCompositeOpGeneric.h51 … inline static channels_type composeColorChannels(const channels_type* src, channels_type srcAlpha, in composeColorChannels()
109 … inline static channels_type composeColorChannels(const channels_type* src, channels_type srcAlpha, in composeColorChannels()
197 … inline static channels_type composeColorChannels(const channels_type* src, channels_type srcAlpha, in composeColorChannels()
H A DKoCompositeOpDestinationIn.h46 … inline static channels_type composeColorChannels(const channels_type* src, channels_type srcAlpha, in composeColorChannels()
H A DKoCompositeOpCopyChannel.h48 … inline static channels_type composeColorChannels(const channels_type* src, channels_type srcAlpha, in composeColorChannels()
H A DKoCompositeOpDestinationAtop.h46 … inline static channels_type composeColorChannels(const channels_type* src, channels_type srcAlpha, in composeColorChannels()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/nona/
H A DImageRemapper.h93 AlphaType & srcAlpha) in loadImage()
159 AlphaType srcAlpha; in getRemapped() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/performance/
H A Des3pBlendTests.cpp62 …ion, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAl… in BlendCase()
144 GLenum srcAlpha; in init() member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/performance/
H A Des2pBlendTests.cpp62 …ion, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAl… in BlendCase()
141 GLenum srcAlpha; in init() member
/dports/graphics/libjxl/libjxl-0.6.1/third_party/skcms/fuzz/
H A Dfuzz_iccprofile_transform.c84 for (skcms_AlphaFormat srcAlpha = skcms_AlphaFormat_Opaque; in LLVMFuzzerTestOneInput() local
/dports/editors/calligra/calligra-3.2.1/libs/pigment/compositeops/
H A DKoCompositeOpGeneric.h51 … inline static channels_type composeColorChannels(const channels_type* src, channels_type srcAlpha, in composeColorChannels()
109 … inline static channels_type composeColorChannels(const channels_type* src, channels_type srcAlpha, in composeColorChannels()
H A DKoCompositeOpCopyChannel.h48 … inline static channels_type composeColorChannels(const channels_type* src, channels_type srcAlpha, in composeColorChannels()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GLES1/OES/
H A Dblend_func_separate.py20 def glBlendFuncSeparateOES(srcRGB,dstRGB,srcAlpha,dstAlpha):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES1/OES/
H A Dblend_func_separate.py20 def glBlendFuncSeparateOES(srcRGB,dstRGB,srcAlpha,dstAlpha):pass argument
/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()
/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()
H A DRgbCompositeOpBumpmap.h37 inline static channels_type selectAlpha(channels_type srcAlpha, channels_type dstAlpha) in selectAlpha()
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_marker_painter.cpp106 const quint8 srcAlpha = fadePos > 0 ? quint8((1.0 - fadePos) * 255.0) : 255; in fillHalfBrushDiff() local
140 const quint8 srcAlpha = value3 > 0 ? quint8((1.0 - value3) * 255.0) : 255; in fillFullCircle() local
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DAMD_draw_buffers_blend.java42 @GLenum int srcAlpha, @GLenum int dstAlpha); in glBlendFuncSeparateIndexedAMD()
H A DARB_draw_buffers_blend.java45 …rateiARB(@GLuint int buf, @GLenum int srcRGB, @GLenum int dstRGB, @GLenum int srcAlpha, @GLenum in… in glBlendFuncSeparateiARB()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/cmm/ColorConvertOp/
H A DAlphaTest.java47 int srcAlpha = getAlpha(src); in main() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/java2d/cmm/ColorConvertOp/
H A DAlphaTest.java47 int srcAlpha = getAlpha(src); in main() local

12345678910>>...40