SDL
2.0
|
Go to the source code of this file.
Functions | |
int | SDL_DrawPoint (SDL_Surface *dst, int x, int y, Uint32 color) |
int | SDL_DrawPoints (SDL_Surface *dst, const SDL_Point *points, int count, Uint32 color) |
int SDL_DrawPoint | ( | SDL_Surface * | dst, |
int | x, | ||
int | y, | ||
Uint32 | color | ||
) |
Definition at line 30 of file SDL_drawpoint.c.
References DRAW_FASTSETPIXELXY1, DRAW_FASTSETPIXELXY2, DRAW_FASTSETPIXELXY4, SDL_SetError, and SDL_Unsupported.
Referenced by SDL_DrawLines().
int SDL_DrawPoints | ( | SDL_Surface * | dst, |
const SDL_Point * | points, | ||
int | count, | ||
Uint32 | color | ||
) |
Definition at line 65 of file SDL_drawpoint.c.
References DRAW_FASTSETPIXELXY1, DRAW_FASTSETPIXELXY2, DRAW_FASTSETPIXELXY4, i, SDL_SetError, and SDL_Unsupported.
Referenced by SW_RunCommandQueue().