Home
last modified time | relevance | path

Searched refs:srcPitch (Results 26 – 50 of 767) sorted by relevance

12345678910>>...31

/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dconversion.cpp42 const uint dstPitch, const uint srcPitch, in copyBlit() argument
54 src += srcPitch; in copyBlit()
83 const uint dstPitch, const uint srcPitch, in keyBlit() argument
269 const uint srcDelta = (srcPitch - w); in crossBlitMap()
281 src += h * srcPitch - srcDelta - 1; in crossBlitMap()
290 src += h * srcPitch - srcDelta - 1; in crossBlitMap()
440 sp += srcPitch * spixelh; in scaleBlitBilinearLogic()
461 c10 -= srcPitch; in scaleBlitBilinearLogic()
463 c10 += srcPitch; in scaleBlitBilinearLogic()
504 sstepy *= srcPitch; in scaleBlitBilinearLogic()
[all …]
/dports/games/scummvm/scummvm-2.5.1/graphics/scaler/
H A Dnormal.cpp46 srcPtr += srcPitch; in Normal2x()
54 uint32 srcPitch,
80 srcPtr += srcPitch; in Normal2x()
113 srcPtr += srcPitch; in Normal3x()
153 srcPtr += srcPitch; in Normal4x()
203 srcPtr += srcPitch; in Normal5x()
209 void NormalScaler::scaleIntern(const uint8 *srcPtr, uint32 srcPitch, in scaleIntern() argument
216 Normal2xARM(srcPtr, srcPitch, dstPtr, dstPitch, width, height); in scaleIntern()
218 Normal2x<uint16>(srcPtr, srcPitch, dstPtr, dstPitch, width, height); in scaleIntern()
222 Normal3x<uint16>(srcPtr, srcPitch, dstPtr, dstPitch, width, height); in scaleIntern()
[all …]
H A Ddownscaler.cpp29 …void DownscaleAllByHalfARM(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, i…
32 void DownscaleAllByHalf(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int w… in DownscaleAllByHalf() argument
38 …DownscaleAllByHalfARM(srcPtr, srcPitch, dstPtr, dstPitch, width, height, redbluegreenMasks[maskUse… in DownscaleAllByHalf()
44 void DownscaleAllByHalfTemplate(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitc… in DownscaleAllByHalfTemplate() 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
68 …DownscaleAllByHalfTemplate<Graphics::ColorMasks<565> >(srcPtr, srcPitch, dstPtr, dstPitch, width, … in DownscaleAllByHalf()
70 …DownscaleAllByHalfTemplate<Graphics::ColorMasks<555> >(srcPtr, srcPitch, dstPtr, dstPitch, width, … in DownscaleAllByHalf()
H A Dsai.cpp50 const uint32 nextlineSrc = srcPitch / sizeof(Pixel); in Super2xSaITemplate()
148 srcPtr += srcPitch; in Super2xSaITemplate()
159 const uint32 nextlineSrc = srcPitch / sizeof(Pixel); in SuperEagleTemplate()
253 srcPtr += srcPitch; in SuperEagleTemplate()
264 const uint32 nextlineSrc = srcPitch / sizeof(Pixel); in _2xSaITemplate()
388 srcPtr += srcPitch; in _2xSaITemplate()
395 void SAIScaler::scaleIntern(const uint8 *srcPtr, uint32 srcPitch, in scaleIntern() argument
399 _2xSaITemplate<Graphics::ColorMasks<565> >(srcPtr, srcPitch, dstPtr, dstPitch, width, height); in scaleIntern()
401 _2xSaITemplate<Graphics::ColorMasks<555> >(srcPtr, srcPitch, dstPtr, dstPitch, width, height); in scaleIntern()
451 void SuperSAIScaler::scaleIntern(const uint8 *srcPtr, uint32 srcPitch, in scaleIntern() argument
[all …]
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/uxa/
H A Dintel_video.c330 srcPitch, dstPitch); in intel_video_copy_packed_data()
347 src += srcPitch; in intel_video_copy_packed_data()
360 src += srcPitch; in intel_video_copy_packed_data()
393 src += srcPitch; in intel_video_copy_packed_data()
405 src += srcPitch; in intel_video_copy_packed_data()
442 if (srcPitch == dstPitch && srcPitch == width) in intel_memcpy_plane()
447 src += srcPitch; in intel_memcpy_plane()
457 src += srcPitch; in intel_memcpy_plane()
467 src += srcPitch; in intel_memcpy_plane()
476 src += srcPitch; in intel_memcpy_plane()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/ftgl/src/
H A DFTBitmapGlyph.cpp37 int srcPitch = source->pitch; in ConvertGlyph() local
45 data = new unsigned char[srcPitch * destHeight]; in ConvertGlyph()
51 unsigned char *dest = data + ((destHeight - 1) * srcPitch); in ConvertGlyph()
52 size_t dest_step = srcPitch * 2; in ConvertGlyph()
57 for(int x = 0; x < srcPitch; ++x) in ConvertGlyph()
61 src += srcPitch; in ConvertGlyph()
70 for(int x = 0; x < srcPitch; ++x) in ConvertGlyph()
72 *( data + ( destHeight * srcPitch + x)) = *( source->buffer + ( y * srcPitch) + x); in ConvertGlyph()
/dports/games/libretro-snes9x/snes9x-73aa348/gtk/src/
H A Dfilter_xbrz.cpp22 void copyImage16To32(const uint16_t* src, int width, int height, int srcPitch, in copyImage16To32() argument
63 void xBRZ(uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height, in… in xBRZ() argument
80 copyImage16To32(reinterpret_cast<const uint16_t *>(srcPtr - srcPitch * 2), in xBRZ()
83 srcPitch, in xBRZ()
97 copyImage16To32(reinterpret_cast<const uint16_t *>(srcPtr), width, height, srcPitch, in xBRZ()
106 void filter_2xBRZ(uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int he… in filter_2xBRZ() argument
108 xBRZ(srcPtr, srcPitch, dstPtr, dstPitch, width, height, 2); in filter_2xBRZ()
111 void filter_3xBRZ(uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int he… in filter_3xBRZ() argument
113 xBRZ(srcPtr, srcPitch, dstPtr, dstPitch, width, height, 3); in filter_3xBRZ()
116 void filter_4xBRZ(uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int he… in filter_4xBRZ() argument
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/wince/
H A DCEScaler.cpp29 …void SmartphoneLandscapeARM(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, …
32 void SmartphoneLandscape(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int … in SmartphoneLandscape() argument
36 …SmartphoneLandscapeARM(srcPtr, srcPitch, dstPtr, dstPitch, width, height, redbluegreenMasks[maskUs… in SmartphoneLandscape()
42 void SmartphoneLandscapeTemplate(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPit… in SmartphoneLandscapeTemplate() argument
68 srcPtr += srcPitch; in SmartphoneLandscapeTemplate()
75 srcPtr += srcPitch; in SmartphoneLandscapeTemplate()
81 void SmartphoneLandscape(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int … in SmartphoneLandscape() argument
83 …SmartphoneLandscapeTemplate<Graphics::ColorMasks<565> >(srcPtr, srcPitch, dstPtr, dstPitch, width,… in SmartphoneLandscape()
85 …SmartphoneLandscapeTemplate<Graphics::ColorMasks<555> >(srcPtr, srcPitch, dstPtr, dstPitch, width,… in SmartphoneLandscape()
/dports/games/openbor3482/openbor-2c1ecd7/engine/xbox/generic/
H A D2xsaiwin.c192 deltaPtr += srcPitch; in Super2xSaI()
329 srcPtr += srcPitch; in Super2xSaI()
330 deltaPtr += srcPitch; in Super2xSaI()
502 srcPtr += srcPitch; in Super2xSaIScanline()
682 srcPtr += srcPitch; in SuperEagle()
864 srcPtr += srcPitch; in SuperEagleScanline()
1064 srcPtr += srcPitch; in _2xSaI()
1275 srcPtr += srcPitch; in _2xSaIScanline()
1362 srcPtr += srcPitch; in Scale2x()
1619 src1 += srcPitch; in Eagle()
[all …]
H A D2xsaiwin.h133 extern void _2xSaI(uint8 *srcPtr, uint32 srcPitch,
136 extern void SuperEagle(uint8 *srcPtr, uint32 srcPitch,
139 extern void Super2xSaI(uint8 *srcPtr, uint32 srcPitch,
142 extern void Scale2x(uint8 *srcPtr, uint32 srcPitch,
148 extern void Eagle(uint8 *srcPtr, uint32 srcPitch,
153 void _2xSaI(uint8 *srcPtr, uint32 srcPitch,
156 void SuperEagle(uint8 *srcPtr, uint32 srcPitch,
159 void Super2xSaI(uint8 *srcPtr, uint32 srcPitch,
162 void Scale2x(uint8 *srcPtr, uint32 srcPitch,
165 void SuperScale(uint8 *srcPtr, uint32 srcPitch,
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/xbox/generic/
H A D2xsaiwin.c192 deltaPtr += srcPitch; in Super2xSaI()
329 srcPtr += srcPitch; in Super2xSaI()
330 deltaPtr += srcPitch; in Super2xSaI()
502 srcPtr += srcPitch; in Super2xSaIScanline()
682 srcPtr += srcPitch; in SuperEagle()
864 srcPtr += srcPitch; in SuperEagleScanline()
1064 srcPtr += srcPitch; in _2xSaI()
1275 srcPtr += srcPitch; in _2xSaIScanline()
1362 srcPtr += srcPitch; in Scale2x()
1619 src1 += srcPitch; in Eagle()
[all …]
H A D2xsaiwin.h133 extern void _2xSaI(uint8 *srcPtr, uint32 srcPitch,
136 extern void SuperEagle(uint8 *srcPtr, uint32 srcPitch,
139 extern void Super2xSaI(uint8 *srcPtr, uint32 srcPitch,
142 extern void Scale2x(uint8 *srcPtr, uint32 srcPitch,
148 extern void Eagle(uint8 *srcPtr, uint32 srcPitch,
153 void _2xSaI(uint8 *srcPtr, uint32 srcPitch,
156 void SuperEagle(uint8 *srcPtr, uint32 srcPitch,
159 void Super2xSaI(uint8 *srcPtr, uint32 srcPitch,
162 void Scale2x(uint8 *srcPtr, uint32 srcPitch,
165 void SuperScale(uint8 *srcPtr, uint32 srcPitch,
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/xbox/generic/
H A D2xsaiwin.c192 deltaPtr += srcPitch; in Super2xSaI()
329 srcPtr += srcPitch; in Super2xSaI()
330 deltaPtr += srcPitch; in Super2xSaI()
502 srcPtr += srcPitch; in Super2xSaIScanline()
682 srcPtr += srcPitch; in SuperEagle()
864 srcPtr += srcPitch; in SuperEagleScanline()
1064 srcPtr += srcPitch; in _2xSaI()
1275 srcPtr += srcPitch; in _2xSaIScanline()
1362 srcPtr += srcPitch; in Scale2x()
1619 src1 += srcPitch; in Eagle()
[all …]
H A D2xsaiwin.h133 extern void _2xSaI(uint8 *srcPtr, uint32 srcPitch,
136 extern void SuperEagle(uint8 *srcPtr, uint32 srcPitch,
139 extern void Super2xSaI(uint8 *srcPtr, uint32 srcPitch,
142 extern void Scale2x(uint8 *srcPtr, uint32 srcPitch,
148 extern void Eagle(uint8 *srcPtr, uint32 srcPitch,
153 void _2xSaI(uint8 *srcPtr, uint32 srcPitch,
156 void SuperEagle(uint8 *srcPtr, uint32 srcPitch,
159 void Super2xSaI(uint8 *srcPtr, uint32 srcPitch,
162 void Scale2x(uint8 *srcPtr, uint32 srcPitch,
165 void SuperScale(uint8 *srcPtr, uint32 srcPitch,
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/xbox/generic/
H A D2xsaiwin.c192 deltaPtr += srcPitch; in Super2xSaI()
329 srcPtr += srcPitch; in Super2xSaI()
330 deltaPtr += srcPitch; in Super2xSaI()
502 srcPtr += srcPitch; in Super2xSaIScanline()
682 srcPtr += srcPitch; in SuperEagle()
864 srcPtr += srcPitch; in SuperEagleScanline()
1064 srcPtr += srcPitch; in _2xSaI()
1275 srcPtr += srcPitch; in _2xSaIScanline()
1362 srcPtr += srcPitch; in Scale2x()
1619 src1 += srcPitch; in Eagle()
[all …]
H A D2xsaiwin.h133 extern void _2xSaI(uint8 *srcPtr, uint32 srcPitch,
136 extern void SuperEagle(uint8 *srcPtr, uint32 srcPitch,
139 extern void Super2xSaI(uint8 *srcPtr, uint32 srcPitch,
142 extern void Scale2x(uint8 *srcPtr, uint32 srcPitch,
148 extern void Eagle(uint8 *srcPtr, uint32 srcPitch,
153 void _2xSaI(uint8 *srcPtr, uint32 srcPitch,
156 void SuperEagle(uint8 *srcPtr, uint32 srcPitch,
159 void Super2xSaI(uint8 *srcPtr, uint32 srcPitch,
162 void Scale2x(uint8 *srcPtr, uint32 srcPitch,
165 void SuperScale(uint8 *srcPtr, uint32 srcPitch,
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/xbox/generic/
H A D2xsaiwin.c192 deltaPtr += srcPitch; in Super2xSaI()
329 srcPtr += srcPitch; in Super2xSaI()
330 deltaPtr += srcPitch; in Super2xSaI()
502 srcPtr += srcPitch; in Super2xSaIScanline()
682 srcPtr += srcPitch; in SuperEagle()
864 srcPtr += srcPitch; in SuperEagleScanline()
1064 srcPtr += srcPitch; in _2xSaI()
1275 srcPtr += srcPitch; in _2xSaIScanline()
1362 srcPtr += srcPitch; in Scale2x()
1619 src1 += srcPitch; in Eagle()
[all …]
H A D2xsaiwin.h133 extern void _2xSaI(uint8 *srcPtr, uint32 srcPitch,
136 extern void SuperEagle(uint8 *srcPtr, uint32 srcPitch,
139 extern void Super2xSaI(uint8 *srcPtr, uint32 srcPitch,
142 extern void Scale2x(uint8 *srcPtr, uint32 srcPitch,
148 extern void Eagle(uint8 *srcPtr, uint32 srcPitch,
153 void _2xSaI(uint8 *srcPtr, uint32 srcPitch,
156 void SuperEagle(uint8 *srcPtr, uint32 srcPitch,
159 void Super2xSaI(uint8 *srcPtr, uint32 srcPitch,
162 void Scale2x(uint8 *srcPtr, uint32 srcPitch,
165 void SuperScale(uint8 *srcPtr, uint32 srcPitch,
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DDisplay.h36 …gned char *dst, unsigned int dstPitch, unsigned char *src, unsigned int srcPitch, unsigned short w… in cpyImg32() argument
45 src += srcPitch; in cpyImg32()
51 inline void cpyImg32bmp( unsigned char *dst, unsigned char *src, unsigned int srcPitch, unsigned sh… in cpyImg32bmp() argument
71 src += srcPitch; in cpyImg32bmp()
76 …gned char *dst, unsigned int dstPitch, unsigned char *src, unsigned int srcPitch, unsigned short w… in cpyImg16() argument
82 src += srcPitch; in cpyImg16()
88 inline void cpyImg16bmp( unsigned char *dst, unsigned char *src, unsigned int srcPitch, unsigned sh… in cpyImg16bmp() argument
96 src += srcPitch; in cpyImg16bmp()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/gtk/src/
H A Dfilter_xbrz.cpp197 void copyImage16To32(const uint16_t* src, int width, int height, int srcPitch, in copyImage16To32() argument
207 …_t* srcLine = reinterpret_cast<const uint16_t*>(reinterpret_cast<const char*>(src) + y * srcPitch); in copyImage16To32()
239 void xBRZ(uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height, in… in xBRZ() argument
255 copyImage16To32(reinterpret_cast<const uint16_t*>(srcPtr), width, height, srcPitch, in xBRZ()
265 void filter_2xBRZ(uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int he… in filter_2xBRZ() argument
267 xBRZ(srcPtr, srcPitch, dstPtr, dstPitch, width, height, 2); in filter_2xBRZ()
270 void filter_3xBRZ(uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int he… in filter_3xBRZ() argument
272 xBRZ(srcPtr, srcPitch, dstPtr, dstPitch, width, height, 3); in filter_3xBRZ()
275 void filter_4xBRZ(uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int he… in filter_4xBRZ() argument
277 xBRZ(srcPtr, srcPitch, dstPtr, dstPitch, width, height, 4); in filter_4xBRZ()
/dports/games/reminiscence/REminiscence-0.4.9/
H A Dscaler.cpp86 src2 = src + srcPitch; in scale2x()
92 src1 = src + srcPitch; in scale2x()
93 src2 = src + srcPitch * 2; in scale2x()
98 src0 += srcPitch; in scale2x()
99 src1 += srcPitch; in scale2x()
100 src2 += srcPitch; in scale2x()
223 src2 = src + srcPitch; in scale3x()
229 src1 = src + srcPitch; in scale3x()
235 src0 += srcPitch; in scale3x()
236 src1 += srcPitch; in scale3x()
[all …]
/dports/emulators/mednafen/mednafen/src/drivers/
H A D2xSaI.h43 void Super2xSaI (sai_uint8 *srcPtr, sai_uint32 srcPitch, sai_uint8 *deltaPtr, sai_uint8 *d…
44 void Super2xSaI32 (sai_uint8 *srcPtr, sai_uint32 srcPitch, sai_uint8 *dstPtr, sai_uint32 dstPitch, …
45 void SuperEagle (sai_uint8 *srcPtr, sai_uint32 srcPitch, sai_uint8 *deltaPtr, sai_uint8 *d…
46 void SuperEagle32 (sai_uint8 *srcPtr, sai_uint32 srcPitch, sai_uint8 *dstPtr, sai_uint32 dstPitch, …
47 void _2xSaI (sai_uint8 *srcPtr, sai_uint32 srcPitch, sai_uint8 *deltaPtr, sai_uint8 *d…
48 void _2xSaI32 (sai_uint8 *srcPtr, sai_uint32 srcPitch, sai_uint8 *dstPtr, sai_uint32 dstPitch, …
49 void Scale_2xSaI (sai_uint8 *srcPtr, sai_uint32 srcPitch, sai_uint8 * /* deltaPtr */, sai_uint8 *d…
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dgfxfilter.h28 …extern void Super2xSaI_16 (const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, i…
29 …extern void Super2xSaI_32 (const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, i…
30 …extern void SuperEagle_16 (const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, i…
31 …extern void SuperEagle_32 (const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, i…
32 …extern void _2xSaI_16 (const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int w…
33 …extern void _2xSaI_32 (const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int w…
34 extern void AdMame2x (u8 *srcPtr, u32 srcPitch, /* u8 deltaPtr, */
36 extern void AdMame2x32 (u8 *srcPtr, u32 srcPitch, /* u8 deltaPtr, */
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/scalers/
H A Dhq3xs.cpp30 void hq3xS(unsigned char * pIn, unsigned int srcPitch, in hq3xS() argument
53 c[2] = *((PIXELTYPE*)(pIn - srcPitch)); in hq3xS()
55 c[8] = *((PIXELTYPE*)(pIn + srcPitch)); in hq3xS()
57 c[1] = *((PIXELTYPE*)(pIn - srcPitch - SIZE_PIXEL)); in hq3xS()
59 c[7] = *((PIXELTYPE*)(pIn + srcPitch - SIZE_PIXEL)); in hq3xS()
61 c[3] = *((PIXELTYPE*)(pIn - srcPitch + SIZE_PIXEL)); in hq3xS()
63 c[9] = *((PIXELTYPE*)(pIn + srcPitch + SIZE_PIXEL)); in hq3xS()
124 pIn+=srcPitch-(Xres<<1); in hq3xS()
146 void hq3xS32(unsigned char * pIn, unsigned int srcPitch, in hq3xS32() argument
169 line = srcPitch; in hq3xS32()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/scalers/
H A Dhq3xs.cpp30 void hq3xS(unsigned char * pIn, unsigned int srcPitch, in hq3xS() argument
53 c[2] = *((PIXELTYPE*)(pIn - srcPitch)); in hq3xS()
55 c[8] = *((PIXELTYPE*)(pIn + srcPitch)); in hq3xS()
57 c[1] = *((PIXELTYPE*)(pIn - srcPitch - SIZE_PIXEL)); in hq3xS()
59 c[7] = *((PIXELTYPE*)(pIn + srcPitch - SIZE_PIXEL)); in hq3xS()
61 c[3] = *((PIXELTYPE*)(pIn - srcPitch + SIZE_PIXEL)); in hq3xS()
63 c[9] = *((PIXELTYPE*)(pIn + srcPitch + SIZE_PIXEL)); in hq3xS()
124 pIn+=srcPitch-(Xres<<1); in hq3xS()
146 void hq3xS32(unsigned char * pIn, unsigned int srcPitch, in hq3xS32() argument
169 line = srcPitch; in hq3xS32()
[all …]

12345678910>>...31