Home | History | Annotate | Download | only in video

Lines Matching full:uint32

37 SDL_Surface * SDL_CreateRGBSurface (Uint32 flags,
39 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
156 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
175 int SDL_SetColorKey (SDL_Surface *surface, Uint32 flag, Uint32 key)
225 int SDL_SetAlpha (SDL_Surface *surface, Uint32 flag, Uint8 value)
227 Uint32 oldflags = surface->flags;
228 Uint32 oldalpha = surface->format->alpha;
536 static int SDL_FillRect1(SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color)
543 static int SDL_FillRect4(SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color)
553 int SDL_FillRect(SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color)
691 Uint32 cc = (Uint32)c << 16 | c;
792 SDL_PixelFormat *format, Uint32 flags)
795 Uint32 colorkey = 0;
797 Uint32 surface_flags;
873 Uint32 cflags = surface_flags&(SDL_SRCCOLORKEY|SDL_RLEACCELOK);
884 Uint32 aflags = surface_flags&(SDL_SRCALPHA|SDL_RLEACCELOK);