Home | History | Annotate | Download | only in video

Lines Matching refs:Uint8

313 Uint8 SDL_FindColor(SDL_Palette *pal, Uint8 r, Uint8 g, Uint8 b)
320 Uint8 pixel=0;
342 const Uint8 r, const Uint8 g, const Uint8 b)
357 const Uint8 r, const Uint8 g, const Uint8 b, const Uint8 a)
370 Uint8 *r, Uint8 *g, Uint8 *b, Uint8 *a)
404 Uint8 *r,Uint8 *g,Uint8 *b)
436 static Uint8 *Map1to1(SDL_Palette *src, SDL_Palette *dst, int *identical)
438 Uint8 *map;
452 map = (Uint8 *)SDL_malloc(src->ncolors);
464 static Uint8 *Map1toN(SDL_PixelFormat *src, SDL_PixelFormat *dst)
466 Uint8 *map;
473 map = (Uint8 *)SDL_malloc(pal->ncolors*bpp);
489 static Uint8 *MapNto1(SDL_PixelFormat *src, SDL_PixelFormat *dst, int *identical)