comparison src/video/SDL_blit_0.c @ 2735:204be4fc2726

Final merge of Google Summer of Code 2008 work... Port SDL 1.3 to the Nintendo DS by Darren Alton, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Wed, 27 Aug 2008 15:10:03 +0000
parents c785543d1843
children 6258fa7cd300
comparison
equal deleted inserted replaced
2734:dd25eabe441c 2735:204be4fc2726
78 src += srcskip; 78 src += srcskip;
79 dst += dstskip; 79 dst += dstskip;
80 } 80 }
81 } 81 }
82 } 82 }
83
83 static void 84 static void
84 BlitBto2(SDL_BlitInfo * info) 85 BlitBto2(SDL_BlitInfo * info)
85 { 86 {
86 int c; 87 int c;
87 int width, height; 88 int width, height;
114 } 115 }
115 src += srcskip; 116 src += srcskip;
116 dst += dstskip; 117 dst += dstskip;
117 } 118 }
118 } 119 }
120
119 static void 121 static void
120 BlitBto3(SDL_BlitInfo * info) 122 BlitBto3(SDL_BlitInfo * info)
121 { 123 {
122 int c, o; 124 int c, o;
123 int width, height; 125 int width, height;
152 } 154 }
153 src += srcskip; 155 src += srcskip;
154 dst += dstskip; 156 dst += dstskip;
155 } 157 }
156 } 158 }
159
157 static void 160 static void
158 BlitBto4(SDL_BlitInfo * info) 161 BlitBto4(SDL_BlitInfo * info)
159 { 162 {
160 int width, height; 163 int width, height;
161 Uint8 *src; 164 Uint8 *src;