Mercurial > sdl-ios-xcode
comparison src/video/SDL_blit_1.c @ 2698:e1da92da346c gsoc2008_nds
Clean up.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Wed, 27 Aug 2008 04:23:38 +0000 |
parents | c785543d1843 |
children | 6258fa7cd300 |
comparison
equal
deleted
inserted
replaced
2697:c9121b04cffa | 2698:e1da92da346c |
---|---|
182 dst += dstskip; | 182 dst += dstskip; |
183 } | 183 } |
184 } | 184 } |
185 #endif /* USE_DUFFS_LOOP */ | 185 #endif /* USE_DUFFS_LOOP */ |
186 } | 186 } |
187 | |
187 static void | 188 static void |
188 Blit1to3(SDL_BlitInfo * info) | 189 Blit1to3(SDL_BlitInfo * info) |
189 { | 190 { |
190 #ifndef USE_DUFFS_LOOP | 191 #ifndef USE_DUFFS_LOOP |
191 int c; | 192 int c; |
230 #endif /* USE_DUFFS_LOOP */ | 231 #endif /* USE_DUFFS_LOOP */ |
231 src += srcskip; | 232 src += srcskip; |
232 dst += dstskip; | 233 dst += dstskip; |
233 } | 234 } |
234 } | 235 } |
236 | |
235 static void | 237 static void |
236 Blit1to4(SDL_BlitInfo * info) | 238 Blit1to4(SDL_BlitInfo * info) |
237 { | 239 { |
238 #ifndef USE_DUFFS_LOOP | 240 #ifndef USE_DUFFS_LOOP |
239 int c; | 241 int c; |