Home
last modified time | relevance | path

Searched refs:destPixel (Results 1 – 25 of 84) sorted by relevance

1234

/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DnsImageToPixbuf.cpp75 guchar* destPixel = destPixels + row * destStride + 4 * col; in SourceSurfaceToPixbuf() local
86 *destPixel++ = r; in SourceSurfaceToPixbuf()
87 *destPixel++ = g; in SourceSurfaceToPixbuf()
88 *destPixel++ = b; in SourceSurfaceToPixbuf()
89 *destPixel++ = a; in SourceSurfaceToPixbuf()
97 *destPixel++ = r; in SourceSurfaceToPixbuf()
98 *destPixel++ = g; in SourceSurfaceToPixbuf()
99 *destPixel++ = b; in SourceSurfaceToPixbuf()
100 *destPixel++ = 0xFF; // A in SourceSurfaceToPixbuf()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DnsImageToPixbuf.cpp74 guchar* destPixel = destPixels + row * destStride + 4 * col; in SourceSurfaceToPixbuf() local
85 *destPixel++ = r; in SourceSurfaceToPixbuf()
86 *destPixel++ = g; in SourceSurfaceToPixbuf()
87 *destPixel++ = b; in SourceSurfaceToPixbuf()
88 *destPixel++ = a; in SourceSurfaceToPixbuf()
96 *destPixel++ = r; in SourceSurfaceToPixbuf()
97 *destPixel++ = g; in SourceSurfaceToPixbuf()
98 *destPixel++ = b; in SourceSurfaceToPixbuf()
99 *destPixel++ = 0xFF; // A in SourceSurfaceToPixbuf()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/
H A DnsImageToPixbuf.cpp86 guchar* destPixel = destPixels + row * destStride + 4 * col; in SourceSurfaceToPixbuf() local
97 *destPixel++ = r; in SourceSurfaceToPixbuf()
98 *destPixel++ = g; in SourceSurfaceToPixbuf()
99 *destPixel++ = b; in SourceSurfaceToPixbuf()
100 *destPixel++ = a; in SourceSurfaceToPixbuf()
108 *destPixel++ = r; in SourceSurfaceToPixbuf()
109 *destPixel++ = g; in SourceSurfaceToPixbuf()
110 *destPixel++ = b; in SourceSurfaceToPixbuf()
111 *destPixel++ = 0xFF; // A in SourceSurfaceToPixbuf()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DnsImageToPixbuf.cpp87 guchar* destPixel = destPixels + row * destStride + 4 * col; in SourceSurfaceToPixbuf() local
98 *destPixel++ = r; in SourceSurfaceToPixbuf()
99 *destPixel++ = g; in SourceSurfaceToPixbuf()
100 *destPixel++ = b; in SourceSurfaceToPixbuf()
101 *destPixel++ = a; in SourceSurfaceToPixbuf()
109 *destPixel++ = r; in SourceSurfaceToPixbuf()
110 *destPixel++ = g; in SourceSurfaceToPixbuf()
111 *destPixel++ = b; in SourceSurfaceToPixbuf()
112 *destPixel++ = 0xFF; // A in SourceSurfaceToPixbuf()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DnsImageToPixbuf.cpp87 guchar* destPixel = destPixels + row * destStride + 4 * col; in SourceSurfaceToPixbuf() local
98 *destPixel++ = r; in SourceSurfaceToPixbuf()
99 *destPixel++ = g; in SourceSurfaceToPixbuf()
100 *destPixel++ = b; in SourceSurfaceToPixbuf()
101 *destPixel++ = a; in SourceSurfaceToPixbuf()
109 *destPixel++ = r; in SourceSurfaceToPixbuf()
110 *destPixel++ = g; in SourceSurfaceToPixbuf()
111 *destPixel++ = b; in SourceSurfaceToPixbuf()
112 *destPixel++ = 0xFF; // A in SourceSurfaceToPixbuf()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DnsImageToPixbuf.cpp87 guchar* destPixel = destPixels + row * destStride + 4 * col; in SourceSurfaceToPixbuf() local
98 *destPixel++ = r; in SourceSurfaceToPixbuf()
99 *destPixel++ = g; in SourceSurfaceToPixbuf()
100 *destPixel++ = b; in SourceSurfaceToPixbuf()
101 *destPixel++ = a; in SourceSurfaceToPixbuf()
109 *destPixel++ = r; in SourceSurfaceToPixbuf()
110 *destPixel++ = g; in SourceSurfaceToPixbuf()
111 *destPixel++ = b; in SourceSurfaceToPixbuf()
112 *destPixel++ = 0xFF; // A in SourceSurfaceToPixbuf()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGMaskFrame.cpp85 uint8_t *destPixel = aDestData; in ComputesRGBLuminanceMask() local
96 *destPixel = 0; in ComputesRGBLuminanceMask()
99 destPixel++; in ComputesRGBLuminanceMask()
102 destPixel += destOffset; in ComputesRGBLuminanceMask()
130 *destPixel = in ComputeLinearRGBLuminanceMask()
148 *destPixel = in ComputeLinearRGBLuminanceMask()
158 *destPixel = 0; in ComputeLinearRGBLuminanceMask()
161 destPixel++; in ComputeLinearRGBLuminanceMask()
164 destPixel += destOffset; in ComputeLinearRGBLuminanceMask()
185 destPixel++; in ComputeAlphaMask()
[all …]
H A DnsSVGMaskFrameNEON.cpp25 uint8_t *destPixel = aDestData; in ComputesRGBLuminanceMask_NEON() local
52 vst1_u8(destPixel, gray); in ComputesRGBLuminanceMask_NEON()
54 destPixel += 8; in ComputesRGBLuminanceMask_NEON()
60 *destPixel = (redFactor * sourcePixel[GFX_ARGB32_OFFSET_R]+ in ComputesRGBLuminanceMask_NEON()
64 *destPixel = 0; in ComputesRGBLuminanceMask_NEON()
67 destPixel++; in ComputesRGBLuminanceMask_NEON()
70 destPixel += destOffset; in ComputesRGBLuminanceMask_NEON()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawTarget.cpp76 uint8_t *destPixel = aDestData; in ComputesRGBLuminanceMask() local
83 *destPixel = (redFactor * sourcePixel[GFX_ARGB32_OFFSET_R] + in ComputesRGBLuminanceMask()
88 *destPixel = 0; in ComputesRGBLuminanceMask()
91 destPixel++; in ComputesRGBLuminanceMask()
94 destPixel += destOffset; in ComputesRGBLuminanceMask()
107 uint8_t *destPixel = aDestData; in ComputeLinearRGBLuminanceMask() local
117 *destPixel = static_cast<uint8_t>( in ComputeLinearRGBLuminanceMask()
135 *destPixel = static_cast<uint8_t>( in ComputeLinearRGBLuminanceMask()
146 *destPixel = 0; in ComputeLinearRGBLuminanceMask()
149 destPixel++; in ComputeLinearRGBLuminanceMask()
[all …]
H A DLuminanceNEON.cpp36 uint8_t *destPixel = aDestData; in ComputesRGBLuminanceMask_NEON() local
67 vst1_u8(destPixel, gray); in ComputesRGBLuminanceMask_NEON()
69 destPixel += 8; in ComputesRGBLuminanceMask_NEON()
75 *destPixel = (redFactor * sourcePixel[GFX_ARGB32_OFFSET_R] + in ComputesRGBLuminanceMask_NEON()
80 *destPixel = 0; in ComputesRGBLuminanceMask_NEON()
83 destPixel++; in ComputesRGBLuminanceMask_NEON()
86 destPixel += destOffset; in ComputesRGBLuminanceMask_NEON()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DLuminanceNEON.cpp36 uint8_t* destPixel = aDestData; in ComputesRGBLuminanceMask_NEON() local
67 vst1_u8(destPixel, gray); in ComputesRGBLuminanceMask_NEON()
69 destPixel += 8; in ComputesRGBLuminanceMask_NEON()
75 *destPixel = (redFactor * sourcePixel[GFX_ARGB32_OFFSET_R] + in ComputesRGBLuminanceMask_NEON()
80 *destPixel = 0; in ComputesRGBLuminanceMask_NEON()
83 destPixel++; in ComputesRGBLuminanceMask_NEON()
86 destPixel += destOffset; in ComputesRGBLuminanceMask_NEON()
H A DDrawTarget.cpp80 uint8_t* destPixel = aDestData; in ComputesRGBLuminanceMask() local
87 *destPixel = (redFactor * sourcePixel[GFX_ARGB32_OFFSET_R] + in ComputesRGBLuminanceMask()
92 *destPixel = 0; in ComputesRGBLuminanceMask()
95 destPixel++; in ComputesRGBLuminanceMask()
98 destPixel += destOffset; in ComputesRGBLuminanceMask()
111 uint8_t* destPixel = aDestData; in ComputeLinearRGBLuminanceMask() local
121 *destPixel = static_cast<uint8_t>( in ComputeLinearRGBLuminanceMask()
139 *destPixel = static_cast<uint8_t>( in ComputeLinearRGBLuminanceMask()
150 *destPixel = 0; in ComputeLinearRGBLuminanceMask()
153 destPixel++; in ComputeLinearRGBLuminanceMask()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DLuminanceNEON.cpp36 uint8_t* destPixel = aDestData; in ComputesRGBLuminanceMask_NEON() local
67 vst1_u8(destPixel, gray); in ComputesRGBLuminanceMask_NEON()
69 destPixel += 8; in ComputesRGBLuminanceMask_NEON()
75 *destPixel = (redFactor * sourcePixel[GFX_ARGB32_OFFSET_R] + in ComputesRGBLuminanceMask_NEON()
80 *destPixel = 0; in ComputesRGBLuminanceMask_NEON()
83 destPixel++; in ComputesRGBLuminanceMask_NEON()
86 destPixel += destOffset; in ComputesRGBLuminanceMask_NEON()
H A DDrawTarget.cpp80 uint8_t* destPixel = aDestData; in ComputesRGBLuminanceMask() local
87 *destPixel = (redFactor * sourcePixel[GFX_ARGB32_OFFSET_R] + in ComputesRGBLuminanceMask()
92 *destPixel = 0; in ComputesRGBLuminanceMask()
95 destPixel++; in ComputesRGBLuminanceMask()
98 destPixel += destOffset; in ComputesRGBLuminanceMask()
111 uint8_t* destPixel = aDestData; in ComputeLinearRGBLuminanceMask() local
121 *destPixel = static_cast<uint8_t>( in ComputeLinearRGBLuminanceMask()
139 *destPixel = static_cast<uint8_t>( in ComputeLinearRGBLuminanceMask()
150 *destPixel = 0; in ComputeLinearRGBLuminanceMask()
153 destPixel++; in ComputeLinearRGBLuminanceMask()
[all …]
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DLuminanceNEON.cpp36 uint8_t* destPixel = aDestData; in ComputesRGBLuminanceMask_NEON() local
67 vst1_u8(destPixel, gray); in ComputesRGBLuminanceMask_NEON()
69 destPixel += 8; in ComputesRGBLuminanceMask_NEON()
75 *destPixel = (redFactor * sourcePixel[GFX_ARGB32_OFFSET_R] + in ComputesRGBLuminanceMask_NEON()
80 *destPixel = 0; in ComputesRGBLuminanceMask_NEON()
83 destPixel++; in ComputesRGBLuminanceMask_NEON()
86 destPixel += destOffset; in ComputesRGBLuminanceMask_NEON()
H A DDrawTarget.cpp79 uint8_t* destPixel = aDestData; in ComputesRGBLuminanceMask() local
86 *destPixel = (redFactor * sourcePixel[GFX_ARGB32_OFFSET_R] + in ComputesRGBLuminanceMask()
91 *destPixel = 0; in ComputesRGBLuminanceMask()
94 destPixel++; in ComputesRGBLuminanceMask()
97 destPixel += destOffset; in ComputesRGBLuminanceMask()
110 uint8_t* destPixel = aDestData; in ComputeLinearRGBLuminanceMask() local
120 *destPixel = static_cast<uint8_t>( in ComputeLinearRGBLuminanceMask()
138 *destPixel = static_cast<uint8_t>( in ComputeLinearRGBLuminanceMask()
149 *destPixel = 0; in ComputeLinearRGBLuminanceMask()
152 destPixel++; in ComputeLinearRGBLuminanceMask()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DLuminanceNEON.cpp36 uint8_t* destPixel = aDestData; in ComputesRGBLuminanceMask_NEON() local
67 vst1_u8(destPixel, gray); in ComputesRGBLuminanceMask_NEON()
69 destPixel += 8; in ComputesRGBLuminanceMask_NEON()
75 *destPixel = (redFactor * sourcePixel[GFX_ARGB32_OFFSET_R] + in ComputesRGBLuminanceMask_NEON()
80 *destPixel = 0; in ComputesRGBLuminanceMask_NEON()
83 destPixel++; in ComputesRGBLuminanceMask_NEON()
86 destPixel += destOffset; in ComputesRGBLuminanceMask_NEON()
H A DDrawTarget.cpp80 uint8_t* destPixel = aDestData; in ComputesRGBLuminanceMask() local
87 *destPixel = (redFactor * sourcePixel[GFX_ARGB32_OFFSET_R] + in ComputesRGBLuminanceMask()
92 *destPixel = 0; in ComputesRGBLuminanceMask()
95 destPixel++; in ComputesRGBLuminanceMask()
98 destPixel += destOffset; in ComputesRGBLuminanceMask()
111 uint8_t* destPixel = aDestData; in ComputeLinearRGBLuminanceMask() local
121 *destPixel = static_cast<uint8_t>( in ComputeLinearRGBLuminanceMask()
139 *destPixel = static_cast<uint8_t>( in ComputeLinearRGBLuminanceMask()
150 *destPixel = 0; in ComputeLinearRGBLuminanceMask()
153 destPixel++; in ComputeLinearRGBLuminanceMask()
[all …]
/dports/graphics/gimp-resynthesizer/resynthesizer-2.0.3/lib/
H A DadaptSimple.h60 guint destPixel; in adaptImage() local
72 destPixel = offset; // dest pixel index starts at offset in adaptImage()
87 destPixel+pixelel in adaptImage()
93 destPixel += destPixelStride; in adaptImage()
125 guint destPixel; in antiAdaptImage() local
150 destPixel = row * imageBuffer->rowBytes; // destPixel index computed for START of each row in antiAdaptImage()
156 imageBuffer->data[destPixel+pixelel] in antiAdaptImage()
165 destPixel += destPixelStride; in antiAdaptImage()
/dports/games/7kaa/7kaa-2.15.4p1/src/imgfun/generic/
H A DI_FONT.cpp71 int destPixel = y * pitch + x; in IMGputBitFont() local
93 imageBuf[ destPixel++ ] = foreColor; in IMGputBitFont()
99 imageBuf[ destPixel++ ] = backColor; in IMGputBitFont()
/dports/graphics/sampleicc/SampleICC-1.6.8/IccProfLib/
H A DIccTagLut.h298 void Interp3dTetra(icFloatNumber *destPixel, const icFloatNumber *srcPixel) const;
299 void Interp3d(icFloatNumber *destPixel, const icFloatNumber *srcPixel) const;
300 void Interp4d(icFloatNumber *destPixel, const icFloatNumber *srcPixel) const;
301 void Interp5d(icFloatNumber *destPixel, const icFloatNumber *srcPixel) const;
302 void Interp6d(icFloatNumber *destPixel, const icFloatNumber *srcPixel) const;
303 void InterpND(icFloatNumber *destPixel, const icFloatNumber *srcPixel) const;
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/lens/
H A Dlensfunfilter.cpp124 DColor destPixel(0, 0, 0, 0xFFFF, m_destImage.sixteenBit()); in filterCCAMultithreaded() local
126 destPixel.setRed(m_orgImage.getSubPixelColorFast(src[0], src[1]).red()); in filterCCAMultithreaded()
127 destPixel.setGreen(m_orgImage.getSubPixelColorFast(src[2], src[3]).green()); in filterCCAMultithreaded()
128 destPixel.setBlue(m_orgImage.getSubPixelColorFast(src[4], src[5]).blue()); in filterCCAMultithreaded()
130 m_destImage.setPixelColor(x, y, destPixel); in filterCCAMultithreaded()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Dmsurface.cpp139 byte destPixel = *tempDst; in drawSprite() local
141 r = CLIP((info.palette[destPixel * 3] * pixel) >> 10, 0, 31); in drawSprite()
142 g = CLIP((info.palette[destPixel * 3 + 1] * pixel) >> 10, 0, 31); in drawSprite()
143 b = CLIP((info.palette[destPixel * 3 + 2] * pixel) >> 10, 0, 31); in drawSprite()
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dmanaged_surface.cpp169 uint destPixel; in blitFrom() local
216 destPixel = format.ARGBToColor(0xff, rDest, gDest, bDest); in blitFrom()
218 *(uint16 *)destP = destPixel; in blitFrom()
220 *(uint32 *)destP = destPixel; in blitFrom()
/dports/games/scummvm/scummvm-2.5.1/engines/mads/
H A Dmsurface.cpp139 byte destPixel = *tempDst; in drawSprite() local
141 r = CLIP((info.palette[destPixel * 3] * pixel) >> 10, 0, 31); in drawSprite()
142 g = CLIP((info.palette[destPixel * 3 + 1] * pixel) >> 10, 0, 31); in drawSprite()
143 b = CLIP((info.palette[destPixel * 3 + 2] * pixel) >> 10, 0, 31); in drawSprite()

1234