/dports/games/scummvm/scummvm-2.5.1/graphics/scaler/ |
H A D | normal.cpp | 93 const uint32 dstPitch2 = dstPitch * 2; in Normal3x() local 109 *(Pixel *)(r + b * 0 + dstPitch2) = color; in Normal3x() 110 *(Pixel *)(r + b * 1 + dstPitch2) = color; in Normal3x() 111 *(Pixel *)(r + b * 2 + dstPitch2) = color; in Normal3x() 125 const uint32 dstPitch2 = dstPitch * 2; in Normal4x() local 144 *(Pixel *)(r + b * 0 + dstPitch2) = color; in Normal4x() 145 *(Pixel *)(r + b * 1 + dstPitch2) = color; in Normal4x() 146 *(Pixel *)(r + b * 2 + dstPitch2) = color; in Normal4x() 147 *(Pixel *)(r + b * 3 + dstPitch2) = color; in Normal4x() 165 const uint32 dstPitch2 = dstPitch * 2; in Normal5x() local [all …]
|
H A D | edge.cpp | 3417 int dstPitch2 = dstPitch << 1; in antiAliasPass2x() local 3420 …for (y = 0; y < h; y++, sptr8 += srcPitch, dptr8 += dstPitch2, oldSrc += oldSrcPitch, buffer += bu… in antiAliasPass2x()
|
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/ |
H A D | scaler.cpp | 232 const uint32 dstPitch2 = dstPitch * 2; in Normal3x() local 247 *(uint16 *)(r + 0 + dstPitch2) = color; in Normal3x() 248 *(uint16 *)(r + 2 + dstPitch2) = color; in Normal3x() 249 *(uint16 *)(r + 4 + dstPitch2) = color; in Normal3x() 266 const uint32 dstPitch2 = dstPitch * 2; in Normal1o5xTemplate() local 285 *(uint16 *)(r + 0 + dstPitch2) = color2; in Normal1o5xTemplate() 286 *(uint16 *)(r + 2 + dstPitch2) = interpolate_1_1(color2, color3); in Normal1o5xTemplate() 287 *(uint16 *)(r + 4 + dstPitch2) = color3; in Normal1o5xTemplate()
|
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/uxa/ |
H A D | intel_uxa_video.c | 229 int dstPitch, dstPitch2; in intel_uxa_video_put_image_textured() local 259 &dstPitch, &dstPitch2, &size, id); in intel_uxa_video_put_image_textured() 280 &dstPitch, &dstPitch2, in intel_uxa_video_put_image_textured() 291 width, height, dstPitch, dstPitch2, in intel_uxa_video_put_image_textured() 296 width, height, dstPitch, dstPitch2, in intel_uxa_video_put_image_textured() 301 width, height, dstPitch, dstPitch2, in intel_uxa_video_put_image_textured()
|
H A D | intel_video.c | 485 int dstPitch, int dstPitch2, in intel_video_copy_planar_data() argument 511 intel_memcpy_plane(dst1, src1, h, w, dstPitch2, srcPitch, in intel_video_copy_planar_data() 556 short height, int *dstPitch, int *dstPitch2, int *size, in intel_setup_dst_params() argument 594 *dstPitch2 = ALIGN(height, pitchAlign); in intel_setup_dst_params() 598 *dstPitch2 = ALIGN(width, pitchAlign); in intel_setup_dst_params() 609 *dstPitch2 = 0; in intel_setup_dst_params() 620 adaptor_priv->YBufOffset + (*dstPitch2 * width); in intel_setup_dst_params() 625 adaptor_priv->YBufOffset + (*dstPitch2 * height); in intel_setup_dst_params() 655 short width, short height, int *dstPitch, int *dstPitch2, in intel_video_copy_data() argument 670 dstPitch2, &size, id); in intel_video_copy_data() [all …]
|
H A D | intel_video_overlay.c | 200 int dstPitch, int dstPitch2, in intel_overlay_put_image() argument 215 request.stride_Y = dstPitch2; in intel_overlay_put_image() 330 int dstPitch, int dstPitch2, in intel_video_overlay_display() argument 364 dstPitch, dstPitch2, dstBox, in intel_video_overlay_display() 380 int dstPitch, dstPitch2; in intel_video_overlay_put_image() local 421 &dstPitch, &dstPitch2, in intel_video_overlay_put_image() 426 (scrn, crtc, id, width, height, dstPitch, dstPitch2, in intel_video_overlay_put_image()
|
H A D | intel_video.h | 87 short width, short height, int *dstPitch, int *dstPitch2, 118 short height, int *dstPitch, int *dstPitch2, int *size,
|
/dports/games/reminiscence/REminiscence-0.4.9/ |
H A D | scaler.cpp | 79 const int dstPitch2 = dstPitch * 2; in scale2x() local 88 dst += dstPitch2; in scale2x() 96 dst += dstPitch2; in scale2x() 215 const int dstPitch2 = dstPitch * 2; in scale3x() local 224 scanline3x(dst, dst + dstPitch, dst + dstPitch2, src0, src1, src2, w); in scale3x() 232 scanline3x(dst, dst + dstPitch, dst + dstPitch2, src0, src1, src2, w); in scale3x() 242 scanline3x(dst, dst + dstPitch, dst + dstPitch2, src0, src1, src2, w); in scale3x()
|
/dports/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0/src/ |
H A D | radeon_textured_video.c | 233 int srcPitch, srcPitch2, dstPitch, dstPitch2 = 0; in RADEONPutImageTextured() local 293 dstPitch2 = 0; in RADEONPutImageTextured() 296 dstPitch2 = RADEON_ALIGN(dstPitch >> 1, pPriv->hw_align); in RADEONPutImageTextured() 308 …size = dstPitch * aligned_height + 2 * dstPitch2 * RADEON_ALIGN(((aligned_height + 1) >> 1), h_ali… in RADEONPutImageTextured() 363 …pPriv->planev_offset = pPriv->planeu_offset + dstPitch2 * RADEON_ALIGN(((aligned_height + 1) >> 1)… in RADEONPutImageTextured() 391 d2line = pPriv->planeu_offset + ((top >> 1) * dstPitch2); in RADEONPutImageTextured() 392 d3line = pPriv->planev_offset + ((top >> 1) * dstPitch2); in RADEONPutImageTextured() 398 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); in RADEONPutImageTextured() 400 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); in RADEONPutImageTextured() 405 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); in RADEONPutImageTextured() [all …]
|
/dports/emulators/fuse/fuse-1.6.0/ui/scaler/ |
H A D | scalers.c | 1163 libspectrum_dword dstPitch2 = dstPitch * 2; in FUNCTION() local 1178 *(scaler_data_type*)( r + 0 + dstPitch2 ) = color; in FUNCTION() 1179 *(scaler_data_type*)( r + SCALER_DATA_SIZE + dstPitch2 ) = color; in FUNCTION() 1180 *(scaler_data_type*)( r + 2 * SCALER_DATA_SIZE + dstPitch2 ) = color; in FUNCTION() 1195 libspectrum_dword dstPitch2 = dstPitch * 2; in FUNCTION() local 1215 *(scaler_data_type*)( r + 0 + dstPitch2 ) = color; in FUNCTION() 1216 *(scaler_data_type*)( r + SCALER_DATA_SIZE + dstPitch2 ) = color; in FUNCTION() 1217 *(scaler_data_type*)( r + 2 * SCALER_DATA_SIZE + dstPitch2 ) = color; in FUNCTION() 1218 *(scaler_data_type*)( r + 3 * SCALER_DATA_SIZE + dstPitch2 ) = color; in FUNCTION() 1238 libspectrum_dword dstPitch2 = dstPitch * 2; in FUNCTION() local [all …]
|
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/scaler/ |
H A D | scalers.c | 1012 libspectrum_dword dstPitch2 = dstPitch * 2; in FUNCTION() local 1027 *(scaler_data_type*)( r + 0 + dstPitch2 ) = color; in FUNCTION() 1028 *(scaler_data_type*)( r + SCALER_DATA_SIZE + dstPitch2 ) = color; in FUNCTION() 1029 *(scaler_data_type*)( r + 2 * SCALER_DATA_SIZE + dstPitch2 ) = color; in FUNCTION() 1044 libspectrum_dword dstPitch2 = dstPitch * 2; in FUNCTION() local 1063 *(scaler_data_type*)( r + 0 + dstPitch2 ) = color1; in FUNCTION() 1064 *(scaler_data_type*)( r + SCALER_DATA_SIZE + dstPitch2 ) = color3; in FUNCTION() 1065 *(scaler_data_type*)( r + 2 * SCALER_DATA_SIZE + dstPitch2 ) = color2; in FUNCTION()
|