My Project
|
A collection of pixels used in software blitting. More...
#include <SDL_surface.h>
Data Fields | |
Uint32 | flags |
SDL_PixelFormat * | format |
int | w |
int | h |
int | pitch |
void * | pixels |
void * | userdata |
int | locked |
void * | list_blitmap |
SDL_Rect | clip_rect |
SDL_BlitMap * | map |
int | refcount |
A collection of pixels used in software blitting.
pixels
, which, if not NULL, contains the raw pixel data for the surface. SDL_Rect clip_rect |
clipping information Read-only
Uint32 flags |
Read-only
SDL_PixelFormat* format |
Read-only
int h |
Read-only
void* list_blitmap |
list of BlitMap that hold a reference to this surface Private
int locked |
information needed for surfaces requiring locks Read-only
SDL_BlitMap* map |
info for fast blit mapping to other surfaces Private
int pitch |
Read-only
void* pixels |
Read-write
int refcount |
Reference count – used when freeing surface Read-mostly
void* userdata |
Application data associated with the surface Read-write