#include "SDL.h"
Include dependency graph for SDL_prim.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | __SDL_PRIM_H 1 |
Functions | |
void | SDL_putPixel (SDL_Surface *, int, int, Uint32) |
void | SDL_blendPixel (SDL_Surface *, int, int, Uint32, Uint8) |
Uint8 * | SDL_getPixel (SDL_Surface *, int, int) |
void | __slow_SDL_blendPixel (SDL_Surface *, int, int, Uint32, Uint8) |
void | SDL_drawLine (SDL_Surface *, int, int, int, int, Uint32) |
void | SDL_drawLine_AA (SDL_Surface *, int, int, int, int, Uint32) |
void | SDL_drawLine_Alpha (SDL_Surface *, int, int, int, int, Uint32, Uint8) |
void | SDL_drawLine_Alpha_AA (SDL_Surface *, int, int, int, int, Uint32, Uint8) |
void | SDL_drawCircle (SDL_Surface *, int, int, int, Uint32) |
void | SDL_drawCircle_AA (SDL_Surface *, int, int, int, Uint32) |
void | SDL_drawCircle_Alpha (SDL_Surface *, int, int, int, Uint32, Uint8) |
void | SDL_drawCircle_Alpha_AA (SDL_Surface *, int, int, int, Uint32, Uint8) |
void | SDL_fillCircle (SDL_Surface *, int, int, int, Uint32) |
void | SDL_fillCircle_AA (SDL_Surface *, int, int, int, Uint32) |
void | SDL_fillCircle_Alpha (SDL_Surface *, int, int, int, Uint32, Uint8) |
void | SDL_fillCircle_Alpha_AA (SDL_Surface *, int, int, int, Uint32, Uint8) |
void | SDL_drawTriangle (SDL_Surface *, int, int, int, int, int, int, Uint32) |
void | SDL_drawTriangle_AA (SDL_Surface *, int, int, int, int, int, int, Uint32) |
void | SDL_drawTriangle_Alpha (SDL_Surface *, int, int, int, int, int, int, Uint32, Uint8) |
void | SDL_drawTriangle_Alpha_AA (SDL_Surface *, int, int, int, int, int, int, Uint32, Uint8) |
void | SDL_fillTriangle (SDL_Surface *, int, int, int, int, int, int, Uint32) |
void | SDL_fillTriangle_AA (SDL_Surface *, int, int, int, int, int, int, Uint32) |
void | SDL_fillTriangle_Alpha (SDL_Surface *, int, int, int, int, int, int, Uint32, Uint8) |
void | SDL_fillTriangle_Alpha_AA (SDL_Surface *, int, int, int, int, int, int, Uint32, Uint8) |
|
Definition at line 2 of file SDL_prim.h. |
|
Definition at line 88 of file SDL_prim.cpp. References SDL_getPixel(), and SDL_putPixel(). Referenced by SDL_blendPixel().
|
|
Definition at line 113 of file SDL_prim.cpp. References __slow_SDL_blendPixel(), and SDL_getPixel(). Referenced by _SDL_fillCircle_Alpha_AA(), SDL_drawCircle_Alpha_AA(), SDL_drawLine_Alpha(), SDL_drawLine_Alpha_AA(), SDL_fillTriangle_Alpha(), and SDL_fillTriangle_Alpha_AA().
|
|
Definition at line 287 of file SDL_prim.cpp. References SDL_putPixel().
|
|
Definition at line 311 of file SDL_prim.cpp. References SDL_drawCircle_Alpha_AA().
|
|
|
|
Definition at line 320 of file SDL_prim.cpp. References SDL_blendPixel(). Referenced by SDL_drawCircle_AA(), and SDL_fillCircle_AA().
|
|
Definition at line 153 of file SDL_prim.cpp. References SDL_putPixel(). Referenced by SDL_drawTriangle().
|
|
Definition at line 186 of file SDL_prim.cpp. References SDL_drawLine_Alpha_AA(). Referenced by SDL_drawTriangle_AA().
|
|
Definition at line 196 of file SDL_prim.cpp. References SDL_blendPixel(). Referenced by SDL_drawTriangle_Alpha().
|
|
Definition at line 229 of file SDL_prim.cpp. References SDL_blendPixel(), and SDL_putPixel(). Referenced by SDL_drawLine_AA(), and SDL_drawTriangle_Alpha_AA().
|
|
Definition at line 507 of file SDL_prim.cpp. References SDL_drawLine().
|
|
Definition at line 519 of file SDL_prim.cpp. References SDL_drawLine_AA(). Referenced by SDL_fillTriangle_AA().
|
|
Definition at line 531 of file SDL_prim.cpp. References SDL_drawLine_Alpha().
|
|
Definition at line 543 of file SDL_prim.cpp. References SDL_drawLine_Alpha_AA().
|
|
Definition at line 401 of file SDL_prim.cpp. References SDL_putPixel(). Referenced by SDL_fillCircle_AA().
|
|
Definition at line 428 of file SDL_prim.cpp. References SDL_drawCircle_Alpha_AA(), and SDL_fillCircle().
|
|
Definition at line 487 of file SDL_prim.cpp. References _SDL_fillCircle_Alpha_AA().
|
|
Definition at line 497 of file SDL_prim.cpp. References _SDL_fillCircle_Alpha_AA().
|
|
Definition at line 556 of file SDL_prim.cpp. References SDL_putPixel(). Referenced by gui::PopupMenuItem::Draw(), gui::Button::Draw(), and SDL_fillTriangle_AA().
|
|
Definition at line 633 of file SDL_prim.cpp. References SDL_drawTriangle_AA(), and SDL_fillTriangle().
|
|
Definition at line 644 of file SDL_prim.cpp. References SDL_blendPixel().
|
|
Definition at line 721 of file SDL_prim.cpp. References SDL_blendPixel().
|
|
Definition at line 69 of file SDL_prim.cpp. Referenced by __slow_SDL_blendPixel(), and SDL_blendPixel().
|
|
Definition at line 27 of file SDL_prim.cpp. Referenced by __slow_SDL_blendPixel(), SDL_drawCircle(), SDL_drawLine(), SDL_drawLine_Alpha_AA(), SDL_fillCircle(), and SDL_fillTriangle().
|
|
|