Home
last modified time | relevance | path

Searched defs:dstPixel (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/j2d/
H A DBlend.java175 int[] dstPixel = new int[4]; in compose() local
217 int compose(int[] srcPixel, int[] dstPixel); in compose()
259 public int compose(int[] srcPixel, int[] dstPixel) { in compose()
322 public int compose(int[] srcPixel, int[] dstPixel) { in compose()
354 public int compose(int[] srcPixel, int[] dstPixel) { in compose()
392 public int compose(int[] srcPixel, int[] dstPixel) { in compose()
432 public int compose(int[] srcPixel, int[] dstPixel) { in compose()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libavif/src/tests/
H A Davifyuv.c177 const uint8_t * dstPixel = &dstRow[x * sizeof(uint8_t) * 3]; in main() local
193 … const uint16_t * dstPixel = (const uint16_t *)&dstRow[x * sizeof(uint16_t) * 3]; in main() local
329 … uint16_t * dstPixel = (uint16_t *)&dstRGB.pixels[(8 * i) + (dstRGB.rowBytes * j)]; in main() local
353 … uint8_t * dstPixel = &dstRGB.pixels[(4 * i) + (dstRGB.rowBytes * j)]; in main() local
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DMagnitudePhaseOpImage.java248 int dstPixel = dstLine; in computeRectDouble() local
335 int dstPixel = dstLine; in computeRectFloat() local
423 int dstPixel = dstLine; in computeRectInt() local
512 int dstPixel = dstLine; in computeRectUShort() local
602 int dstPixel = dstLine; in computeRectShort() local
691 int dstPixel = dstLine; in computeRectByte() local
/dports/graphics/libavif/libavif-0.9.3/tests/
H A Davifyuv.c212 const uint8_t * dstPixel = &dstRow[x * sizeof(uint8_t) * 3]; in main() local
228 … const uint16_t * dstPixel = (const uint16_t *)&dstRow[x * sizeof(uint16_t) * 3]; in main() local
369 … uint16_t * dstPixel = (uint16_t *)&dstRGB.pixels[(8 * i) + (dstRGB.rowBytes * j)]; in main() local
393 … uint8_t * dstPixel = &dstRGB.pixels[(4 * i) + (dstRGB.rowBytes * j)]; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp497 std::function<void(uint16_t* dstPixel, const float* srcPixel)> convert) { in make_16()
507 uint16_t* dstPixel = (uint16_t*) result.getAddr(x, y); in make_16() local
528 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
589 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
596 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
605 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
615 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
619 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
625 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuCompressedTexture.cpp957 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_EAC_RGBA8() local
990 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local
1025 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11() local
1032 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11() local
1068 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11() local
1077 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11() local
1536 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc1() local
1608 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc2() local
1759 float* const dstPixel = (float*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc4() local
1808 float* const dstPixel = (float*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc5() local
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/filters/halftone/
H A DKisHalftoneFilter.cpp358 ChannelType *dstPixel = reinterpret_cast<ChannelType*>(dstIterator.rawData()); in processChannel() local
378 ChannelType *dstPixel = reinterpret_cast<ChannelType*>(dstIterator.rawData()); in processChannel() local
397 ChannelType *dstPixel = reinterpret_cast<ChannelType*>(dstIterator.rawData()); in processChannel() local
414 ChannelType *dstPixel = reinterpret_cast<ChannelType*>(dstIterator.rawData()); in processChannel() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp557 std::function<void(uint16_t* dstPixel, const float* srcPixel)> convert) { in make_16()
567 uint16_t* dstPixel = (uint16_t*) result.getAddr(x, y); in make_16() local
586 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
653 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
660 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
669 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
680 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
684 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
690 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/plugins/png/
H A DPngPremultAlphaTest.java98 Object dstPixel = dst.getRaster().getDataElements(width/2, height/2, null); in isSameColors() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/imageio/plugins/png/
H A DPngPremultAlphaTest.java98 Object dstPixel = dst.getRaster().getDataElements(width/2, height/2, null); in isSameColors() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/imageio/plugins/png/
H A DPngPremultAlphaTest.java98 Object dstPixel = dst.getRaster().getDataElements(width/2, height/2, null); in isSameColors() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/plugins/png/
H A DPngPremultAlphaTest.java98 Object dstPixel = dst.getRaster().getDataElements(width/2, height/2, null); in isSameColors() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/imageio/plugins/png/
H A DPngPremultAlphaTest.java98 Object dstPixel = dst.getRaster().getDataElements(width/2, height/2, null); in isSameColors() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/imageio/plugins/png/
H A DPngPremultAlphaTest.java98 Object dstPixel = dst.getRaster().getDataElements(width/2, height/2, null); in isSameColors() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/imageio/plugins/png/
H A DPngPremultAlphaTest.java98 Object dstPixel = dst.getRaster().getDataElements(width/2, height/2, null); in isSameColors() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/imageio/plugins/png/
H A DPngPremultAlphaTest.java98 Object dstPixel = dst.getRaster().getDataElements(width/2, height/2, null); in isSameColors() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/imageio/plugins/png/
H A DPngPremultAlphaTest.java98 Object dstPixel = dst.getRaster().getDataElements(width/2, height/2, null); in isSameColors() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/imageio/plugins/png/
H A DPngPremultAlphaTest.java98 Object dstPixel = dst.getRaster().getDataElements(width/2, height/2, null); in isSameColors() local
/dports/editors/calligra/calligra-3.2.1/libs/pigment/
H A DKoColorSpaceAbstract.h93 …void singleChannelPixel(quint8 *dstPixel, const quint8 *srcPixel, quint32 channelIndex) const over… in singleChannelPixel()
201 TDstChannel* dstPixel = reinterpret_cast<TDstChannel*>(dst + i * dstPixelSize); in scalePixels() local
/dports/graphics/sampleicc/SampleICC-1.6.8/Contrib/tests/flatten_AToB_tag/
H A Dflatten_AToB_tag.cpp172 icFloatNumber dstPixel[3]; in main() local
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/java2d/
H A DAlphaCompositeContext.java185 Object dstPixel = null; in compose() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/image/
H A DBandCombineOp.java159 int[] dstPixel = new int[dst.getNumBands()]; in filter() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/image/
H A DBandCombineOp.java159 int[] dstPixel = new int[dst.getNumBands()]; in filter() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/java2d/
H A DAlphaCompositeContext.java185 Object dstPixel = null; in compose() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/image/
H A DBandCombineOp.java159 int[] dstPixel = new int[dst.getNumBands()]; in filter() local

1234567