Home | History | Annotate | Download | only in video

Lines Matching refs:SDL_PixelFormat

37 SDL_PixelFormat *SDL_AllocFormat(int bpp,
40 SDL_PixelFormat *format;
224 SDL_PixelFormat *SDL_ReallocFormat(SDL_Surface *surface, int bpp,
251 void SDL_FreeFormat(SDL_PixelFormat *format)
341 (const SDL_PixelFormat * const format,
356 (const SDL_PixelFormat * const format,
369 void SDL_GetRGBA(Uint32 pixel, SDL_PixelFormat *fmt,
403 void SDL_GetRGB(Uint32 pixel, SDL_PixelFormat *fmt, Uint8 *r,Uint8 *g,Uint8 *b)
463 static Uint8 *Map1toN(SDL_PixelFormat *src, SDL_PixelFormat *dst)
488 static Uint8 *MapNto1(SDL_PixelFormat *src, SDL_PixelFormat *dst, int *identical)
543 SDL_PixelFormat *srcfmt;
544 SDL_PixelFormat *dstfmt;