Lines Matching refs:SDL_PixelFormat
499 static SDL_PixelFormat *formats;
502 SDL_PixelFormat *
505 SDL_PixelFormat *format; in SDL_AllocFormat()
544 SDL_InitFormat(SDL_PixelFormat * format, Uint32 pixel_format) in SDL_InitFormat()
609 SDL_FreeFormat(SDL_PixelFormat *format) in SDL_FreeFormat()
611 SDL_PixelFormat *prev; in SDL_FreeFormat()
677 SDL_SetPixelFormatPalette(SDL_PixelFormat * format, SDL_Palette *palette) in SDL_SetPixelFormatPalette()
854 SDL_MapRGB(const SDL_PixelFormat * format, Uint8 r, Uint8 g, Uint8 b) in SDL_MapRGB()
867 SDL_MapRGBA(const SDL_PixelFormat * format, Uint8 r, Uint8 g, Uint8 b, in SDL_MapRGBA()
881 SDL_GetRGB(Uint32 pixel, const SDL_PixelFormat * format, Uint8 * r, Uint8 * g, in SDL_GetRGB()
904 SDL_GetRGBA(Uint32 pixel, const SDL_PixelFormat * format, in SDL_GetRGBA()
965 Map1toN(SDL_PixelFormat * src, Uint8 Rmod, Uint8 Gmod, Uint8 Bmod, Uint8 Amod, in Map1toN()
966 SDL_PixelFormat * dst) in Map1toN()
993 MapNto1(SDL_PixelFormat * src, SDL_PixelFormat * dst, int *identical) in MapNto1()
1048 SDL_PixelFormat *srcfmt; in SDL_MapSurface()
1049 SDL_PixelFormat *dstfmt; in SDL_MapSurface()