21 #include "../../SDL_internal.h" 23 #if !SDL_RENDER_DISABLED 38 return SDL_SetError(
"SDL_DrawPoint(): Unsupported surface format");
79 return SDL_SetError(
"SDL_DrawPoints(): Unsupported surface format");
87 for (i = 0; i <
count; ++
i) {
GLint GLint GLint GLint GLint x
GLuint GLuint GLsizei count
#define DRAW_FASTSETPIXELXY1(x, y)
#define DRAW_FASTSETPIXELXY4(x, y)
The structure that defines a point.
A collection of pixels used in software blitting.
GLfixed GLfixed GLint GLint GLfixed points
GLint GLint GLint GLint GLint GLint y
return Display return Display Bool Bool int int int return Display XEvent Bool(*) XPointer return Display return Display Drawable _Xconst char unsigned int unsigned int return Display Pixmap Pixmap XColor XColor unsigned int unsigned int return Display _Xconst char char int char return Display Visual unsigned int int int char unsigned int unsigned int in i)
#define DRAW_FASTSETPIXELXY2(x, y)
int SDL_DrawPoints(SDL_Surface *dst, const SDL_Point *points, int count, Uint32 color)
#define SDL_Unsupported()
int SDL_DrawPoint(SDL_Surface *dst, int x, int y, Uint32 color)