Home
last modified time | relevance | path

Searched refs:srcPitch (Results 1 – 25 of 767) sorted by relevance

12345678910>>...31

/dports/x11-drivers/xf86-video-chips/xf86-video-chips-1.4.0/src/
H A Dct_shadow.c91 (src[srcPitch * 2] << 16) | in chipsRefreshArea8()
92 (src[srcPitch * 3] << 24); in chipsRefreshArea8()
93 src += srcPitch * 4; in chipsRefreshArea8()
130 (y1 * srcPitch) + pbox->x2 - 1; in chipsRefreshArea16()
140 src += srcPitch * 2; in chipsRefreshArea16()
185 (src[srcPitch] << 24); in chipsRefreshArea24()
186 dst[1] = src[srcPitch + 1] | (src[srcPitch + 2] << 8) | in chipsRefreshArea24()
187 (src[srcPitch * 2] << 16) | in chipsRefreshArea24()
189 dst[2] = src[(srcPitch * 2) + 2] | (src[srcPitch * 3] << 8) | in chipsRefreshArea24()
193 src += srcPitch * 4; in chipsRefreshArea24()
[all …]
/dports/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0/src/
H A Dmga_shadow.c98 (src[srcPitch * 2] << 16) | in MGARefreshArea8()
99 (src[srcPitch * 3] << 24); in MGARefreshArea8()
100 src += srcPitch * 4; in MGARefreshArea8()
137 (y1 * srcPitch) + pbox->x2 - 1; in MGARefreshArea16()
146 src += srcPitch * 2; in MGARefreshArea16()
191 (src[srcPitch] << 24); in MGARefreshArea24()
192 dst[1] = src[srcPitch + 1] | (src[srcPitch + 2] << 8) | in MGARefreshArea24()
193 (src[srcPitch * 2] << 16) | in MGARefreshArea24()
195 dst[2] = src[(srcPitch * 2) + 2] | (src[srcPitch * 3] << 8) | in MGARefreshArea24()
199 src += srcPitch * 4; in MGARefreshArea24()
[all …]
/dports/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9/src/
H A Dsavage_shadow.c95 (src[srcPitch * 2] << 16) | in SavageRefreshArea8()
96 (src[srcPitch * 3] << 24); in SavageRefreshArea8()
97 src += srcPitch * 4; in SavageRefreshArea8()
134 (y1 * srcPitch) + pbox->x2 - 1; in SavageRefreshArea16()
143 src += srcPitch * 2; in SavageRefreshArea16()
188 (src[srcPitch] << 24); in SavageRefreshArea24()
189 dst[1] = src[srcPitch + 1] | (src[srcPitch + 2] << 8) | in SavageRefreshArea24()
190 (src[srcPitch * 2] << 16) | in SavageRefreshArea24()
192 dst[2] = src[(srcPitch * 2) + 2] | (src[srcPitch * 3] << 8) | in SavageRefreshArea24()
196 src += srcPitch * 4; in SavageRefreshArea24()
[all …]
/dports/x11-drivers/xf86-video-s3/xf86-video-s3-0.7.0/src/
H A Ds3_shadow.c121 (src[srcPitch * 2] << 16) | in S3RefreshArea8()
122 (src[srcPitch * 3] << 24); in S3RefreshArea8()
123 src += srcPitch * 4; in S3RefreshArea8()
160 (y1 * srcPitch) + pbox->x2 - 1; in S3RefreshArea16()
169 src += srcPitch * 2; in S3RefreshArea16()
214 (src[srcPitch] << 24); in S3RefreshArea24()
215 dst[1] = src[srcPitch + 1] | (src[srcPitch + 2] << 8) | in S3RefreshArea24()
216 (src[srcPitch * 2] << 16) | in S3RefreshArea24()
218 dst[2] = src[(srcPitch * 2) + 2] | (src[srcPitch * 3] << 8) | in S3RefreshArea24()
222 src += srcPitch * 4; in S3RefreshArea24()
[all …]
/dports/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.3.0/src/
H A Dneo_shadow.c107 (src[srcPitch * 2] << 16) | in neoRefreshArea8()
108 (src[srcPitch * 3] << 24); in neoRefreshArea8()
109 src += srcPitch * 4; in neoRefreshArea8()
146 (y1 * srcPitch) + pbox->x2 - 1; in neoRefreshArea16()
155 src += srcPitch * 2; in neoRefreshArea16()
200 (src[srcPitch] << 24); in neoRefreshArea24()
201 dst[1] = src[srcPitch + 1] | (src[srcPitch + 2] << 8) | in neoRefreshArea24()
202 (src[srcPitch * 2] << 16) | in neoRefreshArea24()
204 dst[2] = src[(srcPitch * 2) + 2] | (src[srcPitch * 3] << 8) | in neoRefreshArea24()
208 src += srcPitch * 4; in neoRefreshArea24()
[all …]
/dports/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.7/src/
H A Drendition_shadow.c101 (src[srcPitch * 2] << 16) | in renditionRefreshArea8()
102 (src[srcPitch * 3] << 24); in renditionRefreshArea8()
103 src += srcPitch * 4; in renditionRefreshArea8()
142 (y1 * srcPitch) + pbox->x2 - 1; in renditionRefreshArea16()
151 src += srcPitch * 2; in renditionRefreshArea16()
198 (src[srcPitch] << 24); in renditionRefreshArea24()
199 dst[1] = src[srcPitch + 1] | (src[srcPitch + 2] << 8) | in renditionRefreshArea24()
200 (src[srcPitch * 2] << 16) | in renditionRefreshArea24()
202 dst[2] = src[(srcPitch * 2) + 2] | (src[srcPitch * 3] << 8) | in renditionRefreshArea24()
206 src += srcPitch * 4; in renditionRefreshArea24()
[all …]
/dports/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8/src/
H A Dtrident_shadow.c107 (src[srcPitch * 2] << 16) | in TRIDENTRefreshArea8()
108 (src[srcPitch * 3] << 24); in TRIDENTRefreshArea8()
109 src += srcPitch * 4; in TRIDENTRefreshArea8()
146 (y1 * srcPitch) + pbox->x2 - 1; in TRIDENTRefreshArea16()
155 src += srcPitch * 2; in TRIDENTRefreshArea16()
200 (src[srcPitch] << 24); in TRIDENTRefreshArea24()
201 dst[1] = src[srcPitch + 1] | (src[srcPitch + 2] << 8) | in TRIDENTRefreshArea24()
202 (src[srcPitch * 2] << 16) | in TRIDENTRefreshArea24()
204 dst[2] = src[(srcPitch * 2) + 2] | (src[srcPitch * 3] << 8) | in TRIDENTRefreshArea24()
208 src += srcPitch * 4; in TRIDENTRefreshArea24()
[all …]
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gfxlib/
H A Dgfx.c11 extern void Super2xSaI (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
12 extern void Super2xSaI32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
13 extern void SuperEagle (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
14 extern void SuperEagle32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
15 extern void _2xSaI (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
16 extern void _2xSaI32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
17 extern void AdMame2x (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
18 extern void AdMame2x32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
19 extern void Hq2x (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
20 extern void Hq2x32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gfxlib/
H A Dgfx.c11 extern void Super2xSaI (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
12 extern void Super2xSaI32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
13 extern void SuperEagle (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
14 extern void SuperEagle32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
15 extern void _2xSaI (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
16 extern void _2xSaI32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
17 extern void AdMame2x (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
18 extern void AdMame2x32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
19 extern void Hq2x (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
20 extern void Hq2x32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/filters/
H A Dinterframe.cpp46 u16 *src0 = (u16 *)srcPtr + starty * srcPitch / 2; in SmartIB_MMX()
47 u16 *src1 = (u16 *)frm1 + srcPitch * starty / 2; in SmartIB_MMX()
48 u16 *src2 = (u16 *)frm2 + srcPitch * starty / 2; in SmartIB_MMX()
49 u16 *src3 = (u16 *)frm3 + srcPitch * starty / 2; in SmartIB_MMX()
177 u16 *src1 = (u16 *)frm1 + srcPitch * starty / 2; in SmartIB()
181 int sPitch = srcPitch >> 1; in SmartIB()
206 SmartIB(srcPtr, srcPitch, width, 0, height); in SmartIB()
347 int sPitch = srcPitch >> 2; in SmartIB32()
372 SmartIB32(srcPtr, srcPitch, width, 0, height); in SmartIB32()
462 int sPitch = srcPitch >> 1; in MotionBlurIB()
[all …]
H A DsimpleFilter.cpp3 void Simple2x16(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in Simple2x16() argument
46 srcPtr += srcPitch; in Simple2x16()
83 srcPtr += srcPitch; in Simple2x32()
102srcPitch = (srcPitch / colorBytes) - width; // This is the part of the source pitch in pixels that… in Simple3x16()
131 src+=srcPitch; in Simple3x16()
152srcPitch = (srcPitch / colorBytes) - width; // This is the part of the source pitch in pixels that… in Simple3x32()
181 src+=srcPitch; in Simple3x32()
200srcPitch = (srcPitch / colorBytes) - width; // This is the part of the source pitch in pixels that… in Simple4x16()
229 src+=srcPitch; in Simple4x16()
250srcPitch = (srcPitch / colorBytes) - width; // This is the part of the source pitch in pixels that… in Simple4x32()
[all …]
H A Dxbrzfilter.cpp5 void xbrz2x32(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, u8 *dstPtr, u32 dstPitch, int width, i… in xbrz2x32() argument
7 …xbrz::scale(2, (const uint32_t *)srcPtr, width, height, srcPitch, (uint32_t *)dstPtr, dstPitch, xb… in xbrz2x32()
10 void xbrz3x32(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, u8 *dstPtr, u32 dstPitch, int width, i… in xbrz3x32() argument
12 …xbrz::scale(3, (const uint32_t *)srcPtr, width, height, srcPitch, (uint32_t *)dstPtr, dstPitch, xb… in xbrz3x32()
15 void xbrz4x32(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, u8 *dstPtr, u32 dstPitch, int width, i… in xbrz4x32() argument
17 …xbrz::scale(4, (const uint32_t *)srcPtr, width, height, srcPitch, (uint32_t *)dstPtr, dstPitch, xb… in xbrz4x32()
20 void xbrz5x32(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, u8 *dstPtr, u32 dstPitch, int width, i… in xbrz5x32() argument
22 …xbrz::scale(5, (const uint32_t *)srcPtr, width, height, srcPitch, (uint32_t *)dstPtr, dstPitch, xb… in xbrz5x32()
25 void xbrz6x32(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, u8 *dstPtr, u32 dstPitch, int width, i… in xbrz6x32() argument
27 …xbrz::scale(6, (const uint32_t *)srcPtr, width, height, srcPitch, (uint32_t *)dstPtr, dstPitch, xb… in xbrz6x32()
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gfxlib/
H A Dgfx.c11 extern void Super2xSaI (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
12 extern void Super2xSaI32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
13 extern void SuperEagle (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
14 extern void SuperEagle32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
15 extern void _2xSaI (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
16 extern void _2xSaI32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
17 extern void AdMame2x (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
18 extern void AdMame2x32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
19 extern void Hq2x (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
20 extern void Hq2x32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/source/gfxlib/
H A Dgfx.c11 extern void Super2xSaI (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
12 extern void Super2xSaI32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
13 extern void SuperEagle (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
14 extern void SuperEagle32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
15 extern void _2xSaI (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
16 extern void _2xSaI32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
17 extern void AdMame2x (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
18 extern void AdMame2x32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
19 extern void Hq2x (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
20 extern void Hq2x32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gfxlib/
H A Dgfx.c11 extern void Super2xSaI (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
12 extern void Super2xSaI32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
13 extern void SuperEagle (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
14 extern void SuperEagle32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
15 extern void _2xSaI (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
16 extern void _2xSaI32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
17 extern void AdMame2x (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
18 extern void AdMame2x32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
19 extern void Hq2x (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
20 extern void Hq2x32 (u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int w…
[all …]
/dports/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.5.3/src/
H A Dcir_shadow.c115 (src[srcPitch * 2] << 16) | in cirRefreshArea8()
116 (src[srcPitch * 3] << 24); in cirRefreshArea8()
157 ((1 - y2) * srcPitch) + x1; in cirRefreshArea16()
162 (y1 * srcPitch) + x2 - 1; in cirRefreshArea16()
224 (src[srcPitch] << 24); in cirRefreshArea24()
225 dst[1] = src[srcPitch + 1] | (src[srcPitch + 2] << 8) | in cirRefreshArea24()
226 (src[srcPitch * 2] << 16) | in cirRefreshArea24()
228 dst[2] = src[(srcPitch * 2) + 2] | (src[srcPitch * 3] << 8) | in cirRefreshArea24()
268 ((1 - y2) * srcPitch) + x1; in cirRefreshArea32()
273 (y1 * srcPitch) + x2 - 1; in cirRefreshArea32()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/scalers/
H A Dxbr.h5 void xbr2x_a(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
6 void xbr2x_b(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
7 void xbr2x_c(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
9 void xbr3x_a(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
10 void xbr3x_b(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
11 void xbr3x_c(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
13 void xbr4x_a(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
14 void xbr4x_b(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
15 void xbr4x_c(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
18 void xbr2x_32(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPi…
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/scaler/
H A Ddownscaler.cpp30 void DownscaleAllByHalf(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int w… in DownscaleAllByHalf() argument
46 uint16 srcPitch16 = (uint16)(srcPitch / sizeof(uint16)); in DownscaleAllByHalfTemplate()
61 srcPtr += 2 * srcPitch; in DownscaleAllByHalfTemplate()
66 void DownscaleAllByHalf(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int w… in DownscaleAllByHalf() argument
69 …DownscaleAllByHalfTemplate<Graphics::ColorMasks<565> >(srcPtr, srcPitch, dstPtr, dstPitch, width, … in DownscaleAllByHalf()
71 …DownscaleAllByHalfTemplate<Graphics::ColorMasks<555> >(srcPtr, srcPitch, dstPtr, dstPitch, width, … in DownscaleAllByHalf()
95 srcPtr += srcPitch; in DownscaleHorizByHalfTemplate()
100 void DownscaleHorizByHalf(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int… in DownscaleHorizByHalf() argument
103 …DownscaleHorizByHalfTemplate<Graphics::ColorMasks<565> >(srcPtr, srcPitch, dstPtr, dstPitch, width… in DownscaleHorizByHalf()
105 …DownscaleHorizByHalfTemplate<Graphics::ColorMasks<555> >(srcPtr, srcPitch, dstPtr, dstPitch, width… in DownscaleHorizByHalf()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dscaler.cpp176 srcPtr += srcPitch; in Normal1x()
186 uint32 srcPitch,
193 uint32 srcPitch, in Normal2x() argument
198 Normal2xARM(srcPtr, srcPitch, dstPtr, dstPitch, width, height); in Normal2x()
220 srcPtr += srcPitch; in Normal2x()
251 srcPtr += srcPitch; in Normal3x()
268 const uint32 srcPitch2 = srcPitch * 2; in Normal1o5xTemplate()
308 scale(2, dstPtr, dstPitch, srcPtr - srcPitch, srcPitch, 2, width, height); in AdvMame2x()
317 scale(3, dstPtr, dstPitch, srcPtr - srcPitch, srcPitch, 2, width, height); in AdvMame3x()
323 const uint32 nextlineSrc = srcPitch / sizeof(uint16); in TV2xTemplate()
[all …]
/dports/x11-drivers/xf86-video-sis/xf86-video-sis-0.12.0/src/
H A Dsis_shadow.c244 (src[srcPitch] << 8) | in SISRefreshArea8()
245 (src[srcPitch * 2] << 16) | in SISRefreshArea8()
246 (src[srcPitch * 3] << 24); in SISRefreshArea8()
247 src += (srcPitch * 4); in SISRefreshArea8()
288 src += (srcPitch * 2); in SISRefreshArea16()
332 (src[srcPitch] << 24); in SISRefreshArea24()
334 (src[srcPitch + 2] << 8) | in SISRefreshArea24()
335 (src[srcPitch * 2] << 16) | in SISRefreshArea24()
336 (src[(srcPitch * 2) + 1] << 24); in SISRefreshArea24()
342 src += (srcPitch << 2); in SISRefreshArea24()
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/filters/hq/asm/
H A Dhq3x32.cpp40 void hq3x32(unsigned char * pIn, unsigned int srcPitch, in hq3x32() argument
50 hq3x_32( pIn, pOut, Xres, Yres, dstPitch, srcPitch - (Xres *2) ); in hq3x32()
53 void hq3x16(unsigned char * pIn, unsigned int srcPitch, in hq3x16() argument
63 hq3x_16( pIn, pOut, Xres, Yres, dstPitch, srcPitch - (Xres *2)); in hq3x16()
67 void hq4x16(unsigned char * pIn, unsigned int srcPitch, in hq4x16() argument
77 hq4x_16( pIn, pOut, Xres, Yres, dstPitch, srcPitch - (Xres *2)); in hq4x16()
81 void hq4x32(unsigned char * pIn, unsigned int srcPitch, in hq4x32() argument
107 convert32bpp_16bpp(pIn, srcPitch*Yres); in hq3x32_32()
108 hq3x32(pIn, srcPitch/2, 0, pOut, dstPitch, Xres, Yres); in hq3x32_32()
113 convert32bpp_16bpp(pIn, srcPitch*Yres); in hq4x32_32()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/scalers/
H A Dxbr.h4 void xbr2x_a(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
5 void xbr2x_b(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
6 void xbr2x_c(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
8 void xbr3x_a(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
9 void xbr3x_b(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
10 void xbr3x_c(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
12 void xbr4x_a(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
13 void xbr4x_b(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
14 void xbr4x_c(unsigned char * pIn, unsigned int srcPitch, unsigned char * pOut, unsigned int dstPit…
/dports/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21/src/
H A Driva_shadow.c94 *(dst++) = src[0] | (src[srcPitch] << 8) | in RivaRefreshArea8()
95 (src[srcPitch * 2] << 16) | in RivaRefreshArea8()
96 (src[srcPitch * 3] << 24); in RivaRefreshArea8()
97 src += srcPitch * 4; in RivaRefreshArea8()
129 ((1 - y2) * srcPitch) + pbox->x1; in RivaRefreshArea16()
134 (y1 * srcPitch) + pbox->x2 - 1; in RivaRefreshArea16()
142 *(dst++) = src[0] | (src[srcPitch] << 16); in RivaRefreshArea16()
143 src += srcPitch * 2; in RivaRefreshArea16()
172 ((1 - pbox->y2) * srcPitch) + pbox->x1; in RivaRefreshArea32()
177 (pbox->y1 * srcPitch) + pbox->x2 - 1; in RivaRefreshArea32()
[all …]
H A Dnv_shadow.c110 *(dst++) = src[0] | (src[srcPitch] << 8) | in NVRefreshArea8()
111 (src[srcPitch * 2] << 16) | in NVRefreshArea8()
112 (src[srcPitch * 3] << 24); in NVRefreshArea8()
113 src += srcPitch * 4; in NVRefreshArea8()
150 ((1 - y2) * srcPitch) + pbox->x1; in NVRefreshArea16()
155 (y1 * srcPitch) + pbox->x2 - 1; in NVRefreshArea16()
163 *(dst++) = src[0] | (src[srcPitch] << 16); in NVRefreshArea16()
164 src += srcPitch * 2; in NVRefreshArea16()
198 ((1 - pbox->y2) * srcPitch) + pbox->x1; in NVRefreshArea32()
203 (pbox->y1 * srcPitch) + pbox->x2 - 1; in NVRefreshArea32()
[all …]
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dscalerplugin.cpp30 void Normal1x(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, in Normal1x() argument
40 srcPtr += srcPitch; in Normal1x()
46 void Scaler::scale(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, in scale() argument
50 Normal1x<uint16>(srcPtr, srcPitch, dstPtr, dstPitch, width, height); in scale()
52 Normal1x<uint32>(srcPtr, srcPitch, dstPtr, dstPitch, width, height); in scale()
55 scaleIntern(srcPtr, srcPitch, dstPtr, dstPitch, width, height, x, y); in scale()
100 internScale(srcPtr, srcPitch, in scaleIntern()
109 internScale(srcPtr, srcPitch, in scaleIntern()
111 _oldSrc + offset, srcPitch, in scaleIntern()
127 oldSrc += srcPitch; in scaleIntern()
[all …]

12345678910>>...31