Home | History | Annotate | Download | only in test

Lines Matching full:uint32

37                                       size_t strsize, Uint32 flag,
145 static Uint32 blit(SDL_Surface *dst, SDL_Surface *src, int x, int y)
147 Uint32 start = 0;
191 Uint32 dstbpp = 32;
192 Uint32 dstrmask = 0x00FF0000;
193 Uint32 dstgmask = 0x0000FF00;
194 Uint32 dstbmask = 0x000000FF;
195 Uint32 dstamask = 0x00000000;
196 Uint32 dstflags = 0;
199 Uint32 srcbpp = 32;
200 Uint32 srcrmask = 0x00FF0000;
201 Uint32 srcgmask = 0x0000FF00;
202 Uint32 srcbmask = 0x000000FF;
203 Uint32 srcamask = 0x00000000;
204 Uint32 srcflags = 0;
207 Uint32 origsrcalphaflags = 0;
208 Uint32 origdstalphaflags = 0;
209 Uint32 srcalphaflags = 0;
210 Uint32 dstalphaflags = 0;
362 Uint32 clearColor = SDL_MapRGB(dest->format, 0, 0, 0);
363 Uint32 iterations = 0;
364 Uint32 elasped = 0;
365 Uint32 end = 0;
366 Uint32 now = 0;
367 Uint32 last = 0;