|
SDL
2.0
|
Collaboration diagram for CopyExData:Data Fields | |
| SDL_Rect | srcrect |
| SDL_Rect | dstrect |
| double | angle |
| SDL_FPoint | center |
| SDL_RendererFlip | flip |
Definition at line 292 of file SDL_render_sw.c.
| double CopyExData::angle |
Definition at line 296 of file SDL_render_sw.c.
Referenced by SW_QueueCopyEx(), and SW_RunCommandQueue().
| SDL_FPoint CopyExData::center |
Definition at line 297 of file SDL_render_sw.c.
Referenced by SW_QueueCopyEx(), and SW_RunCommandQueue().
| SDL_Rect CopyExData::dstrect |
Definition at line 295 of file SDL_render_sw.c.
Referenced by SW_QueueCopyEx(), and SW_RunCommandQueue().
| SDL_RendererFlip CopyExData::flip |
Definition at line 298 of file SDL_render_sw.c.
Referenced by SW_QueueCopyEx(), and SW_RunCommandQueue().
| SDL_Rect CopyExData::srcrect |
Definition at line 294 of file SDL_render_sw.c.
Referenced by SW_QueueCopyEx(), and SW_RunCommandQueue().