|
|
@@ -39,7 +39,7 @@ static void SDL_Blit_XRGB8888_XRGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -128,7 +128,7 @@ static void SDL_Blit_XRGB8888_XRGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -227,7 +227,7 @@ static void SDL_Blit_XRGB8888_XRGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -365,7 +365,7 @@ static void SDL_Blit_XRGB8888_XRGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -460,7 +460,7 @@ static void SDL_Blit_XRGB8888_XBGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -552,7 +552,7 @@ static void SDL_Blit_XRGB8888_XBGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -651,7 +651,7 @@ static void SDL_Blit_XRGB8888_XBGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -789,7 +789,7 @@ static void SDL_Blit_XRGB8888_XBGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -884,7 +884,7 @@ static void SDL_Blit_XRGB8888_ARGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -977,7 +977,7 @@ static void SDL_Blit_XRGB8888_ARGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -1082,7 +1082,7 @@ static void SDL_Blit_XRGB8888_ARGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -1225,7 +1225,7 @@ static void SDL_Blit_XRGB8888_ARGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -1326,7 +1326,7 @@ static void SDL_Blit_XRGB8888_ABGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -1420,7 +1420,7 @@ static void SDL_Blit_XRGB8888_ABGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -1525,7 +1525,7 @@ static void SDL_Blit_XRGB8888_ABGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -1668,7 +1668,7 @@ static void SDL_Blit_XRGB8888_ABGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -1768,7 +1768,7 @@ static void SDL_Blit_XBGR8888_XRGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -1860,7 +1860,7 @@ static void SDL_Blit_XBGR8888_XRGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -1959,7 +1959,7 @@ static void SDL_Blit_XBGR8888_XRGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -2097,7 +2097,7 @@ static void SDL_Blit_XBGR8888_XRGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -2190,7 +2190,7 @@ static void SDL_Blit_XBGR8888_XBGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -2279,7 +2279,7 @@ static void SDL_Blit_XBGR8888_XBGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -2378,7 +2378,7 @@ static void SDL_Blit_XBGR8888_XBGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -2516,7 +2516,7 @@ static void SDL_Blit_XBGR8888_XBGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -2612,7 +2612,7 @@ static void SDL_Blit_XBGR8888_ARGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -2706,7 +2706,7 @@ static void SDL_Blit_XBGR8888_ARGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -2811,7 +2811,7 @@ static void SDL_Blit_XBGR8888_ARGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -2954,7 +2954,7 @@ static void SDL_Blit_XBGR8888_ARGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -3054,7 +3054,7 @@ static void SDL_Blit_XBGR8888_ABGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -3147,7 +3147,7 @@ static void SDL_Blit_XBGR8888_ABGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -3252,7 +3252,7 @@ static void SDL_Blit_XBGR8888_ABGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -3395,7 +3395,7 @@ static void SDL_Blit_XBGR8888_ABGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -3494,7 +3494,7 @@ static void SDL_Blit_ARGB8888_XRGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -3611,7 +3611,7 @@ static void SDL_Blit_ARGB8888_XRGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -3736,7 +3736,7 @@ static void SDL_Blit_ARGB8888_XRGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -3875,7 +3875,7 @@ static void SDL_Blit_ARGB8888_XRGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -3973,7 +3973,7 @@ static void SDL_Blit_ARGB8888_XBGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -4091,7 +4091,7 @@ static void SDL_Blit_ARGB8888_XBGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -4216,7 +4216,7 @@ static void SDL_Blit_ARGB8888_XBGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -4355,7 +4355,7 @@ static void SDL_Blit_ARGB8888_XBGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -4451,7 +4451,7 @@ static void SDL_Blit_ARGB8888_ARGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -4571,7 +4571,7 @@ static void SDL_Blit_ARGB8888_ARGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -4706,7 +4706,7 @@ static void SDL_Blit_ARGB8888_ARGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -4853,7 +4853,7 @@ static void SDL_Blit_ARGB8888_ARGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -4956,7 +4956,7 @@ static void SDL_Blit_ARGB8888_ABGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -5079,7 +5079,7 @@ static void SDL_Blit_ARGB8888_ABGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -5214,7 +5214,7 @@ static void SDL_Blit_ARGB8888_ABGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -5361,7 +5361,7 @@ static void SDL_Blit_ARGB8888_ABGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -5463,7 +5463,7 @@ static void SDL_Blit_RGBA8888_XRGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -5580,7 +5580,7 @@ static void SDL_Blit_RGBA8888_XRGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -5705,7 +5705,7 @@ static void SDL_Blit_RGBA8888_XRGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -5844,7 +5844,7 @@ static void SDL_Blit_RGBA8888_XRGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -5942,7 +5942,7 @@ static void SDL_Blit_RGBA8888_XBGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -6060,7 +6060,7 @@ static void SDL_Blit_RGBA8888_XBGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -6185,7 +6185,7 @@ static void SDL_Blit_RGBA8888_XBGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -6324,7 +6324,7 @@ static void SDL_Blit_RGBA8888_XBGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -6421,7 +6421,7 @@ static void SDL_Blit_RGBA8888_ARGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -6543,7 +6543,7 @@ static void SDL_Blit_RGBA8888_ARGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -6678,7 +6678,7 @@ static void SDL_Blit_RGBA8888_ARGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -6825,7 +6825,7 @@ static void SDL_Blit_RGBA8888_ARGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -6928,7 +6928,7 @@ static void SDL_Blit_RGBA8888_ABGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -7051,7 +7051,7 @@ static void SDL_Blit_RGBA8888_ABGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -7186,7 +7186,7 @@ static void SDL_Blit_RGBA8888_ABGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -7333,7 +7333,7 @@ static void SDL_Blit_RGBA8888_ABGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -7436,7 +7436,7 @@ static void SDL_Blit_ABGR8888_XRGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -7554,7 +7554,7 @@ static void SDL_Blit_ABGR8888_XRGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -7679,7 +7679,7 @@ static void SDL_Blit_ABGR8888_XRGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -7818,7 +7818,7 @@ static void SDL_Blit_ABGR8888_XRGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -7915,7 +7915,7 @@ static void SDL_Blit_ABGR8888_XBGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -8032,7 +8032,7 @@ static void SDL_Blit_ABGR8888_XBGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -8157,7 +8157,7 @@ static void SDL_Blit_ABGR8888_XBGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -8296,7 +8296,7 @@ static void SDL_Blit_ABGR8888_XBGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -8394,7 +8394,7 @@ static void SDL_Blit_ABGR8888_ARGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -8517,7 +8517,7 @@ static void SDL_Blit_ABGR8888_ARGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -8652,7 +8652,7 @@ static void SDL_Blit_ABGR8888_ARGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -8799,7 +8799,7 @@ static void SDL_Blit_ABGR8888_ARGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -8900,7 +8900,7 @@ static void SDL_Blit_ABGR8888_ABGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -9020,7 +9020,7 @@ static void SDL_Blit_ABGR8888_ABGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -9155,7 +9155,7 @@ static void SDL_Blit_ABGR8888_ABGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -9302,7 +9302,7 @@ static void SDL_Blit_ABGR8888_ABGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -9405,7 +9405,7 @@ static void SDL_Blit_BGRA8888_XRGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -9523,7 +9523,7 @@ static void SDL_Blit_BGRA8888_XRGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -9648,7 +9648,7 @@ static void SDL_Blit_BGRA8888_XRGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -9787,7 +9787,7 @@ static void SDL_Blit_BGRA8888_XRGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -9884,7 +9884,7 @@ static void SDL_Blit_BGRA8888_XBGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -10001,7 +10001,7 @@ static void SDL_Blit_BGRA8888_XBGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -10126,7 +10126,7 @@ static void SDL_Blit_BGRA8888_XBGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -10265,7 +10265,7 @@ static void SDL_Blit_BGRA8888_XBGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -10363,7 +10363,7 @@ static void SDL_Blit_BGRA8888_ARGB8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -10486,7 +10486,7 @@ static void SDL_Blit_BGRA8888_ARGB8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -10621,7 +10621,7 @@ static void SDL_Blit_BGRA8888_ARGB8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -10768,7 +10768,7 @@ static void SDL_Blit_BGRA8888_ARGB8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -10870,7 +10870,7 @@ static void SDL_Blit_BGRA8888_ABGR8888_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -10992,7 +10992,7 @@ static void SDL_Blit_BGRA8888_ABGR8888_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -11127,7 +11127,7 @@ static void SDL_Blit_BGRA8888_ABGR8888_Modulate_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|
|
|
@@ -11274,7 +11274,7 @@ static void SDL_Blit_BGRA8888_ABGR8888_Modulate_Blend_Scale(SDL_BlitInfo *info)
|
|
|
posy = incy / 2;
|
|
|
|
|
|
while (info->dst_h--) {
|
|
|
- Uint32 *src = 0;
|
|
|
+ Uint32 *src = NULL;
|
|
|
Uint32 *dst = (Uint32 *)info->dst;
|
|
|
int n = info->dst_w;
|
|
|
posx = incx / 2;
|