Home | History | Annotate | Download | only in SDL2

Lines Matching refs:Uint32

71     Uint32 flags;               /**< Read-only */
119 (Uint32 flags, int width, int height, int depth,
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126 Uint32 Rmask,
127 Uint32 Gmask,
128 Uint32 Bmask,
129 Uint32 Amask);
225 int flag, Uint32 key);
238 Uint32 * key);
360 (SDL_Surface * src, const SDL_PixelFormat * fmt, Uint32 flags);
362 (SDL_Surface * src, Uint32 pixel_format, Uint32 flags);
370 Uint32 src_format,
372 Uint32 dst_format,
386 (SDL_Surface * dst, const SDL_Rect * rect, Uint32 color);
388 (SDL_Surface * dst, const SDL_Rect * rects, int count, Uint32 color);