Mercurial > sdl-ios-xcode
comparison src/video/SDL_blit_0.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 |
---|---|
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; |