Lines Matching refs:Sint16

10 int FastPixelColorNolock(SDL_Surface * dst, Sint16 x, Sint16 y, Uint32 color);
12 int PixelColor(SDL_Surface * dst, Sint16 x, Sint16 y, Uint32 color);
14 int PixelColorNolock(SDL_Surface * dst, Sint16 x, Sint16 y, Uint32 color);
16 int PutPixelAlpha(SDL_Surface * surface, Sint16 x, Sint16 y, Uint32 color, Uint8 alpha);
19 int LineColor(SDL_Surface * dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color);
21 int LineRGBA(SDL_Surface * dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 r, Uint8 g, Uint8…
23 static int ClipLine(SDL_Surface * dst, Sint16 * x1, Sint16 * y1, Sint16 * x2, Sint16 * y2);
26 int HLineColor(SDL_Surface * dst, Sint16 x1, Sint16 x2, Sint16 y, Uint32 color);
28 int VLineColor(SDL_Surface * dst, Sint16 x, Sint16 y1, Sint16 y2, Uint32 color);
30 int HLineAlpha(SDL_Surface * dst, Sint16 x1, Sint16 x2, Sint16 y, Uint32 color);
32 int VLineAlpha(SDL_Surface * dst, Sint16 x, Sint16 y1, Sint16 y2, Uint32 color);
35 int RectangleColor(SDL_Surface * dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color);
37 int RectangleRGBA(SDL_Surface * dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 r, Uint8 g, …
39 int FilledRectAlpha(SDL_Surface * surface, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color…
41 int FilledRectAlphaRGBA(SDL_Surface * dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color…
44 int Circle(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 r, Uint32 color);
46 int FilledCircleColor(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 r, Uint32 color);
49 int EllipseColor(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint32 color);
51 int EllipseRGBA(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint8 r, Uint8 g, Uint…
54 int FilledEllipseColor(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint32 color);
56 int FilledEllipseRGBA(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint8 r, Uint8 g…
59 int FilledpieColor(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uin…
61 int FilledpieRGBA(SDL_Surface * dst, Sint16 x, Sint16 y, Sint16 rad,Sint16 start, Sint16 end, Uint8…
65 int FilledPolygonColor(SDL_Surface * dst, Sint16 * vx, Sint16 * vy, int n, int color);
68 int FilledPolygonRGBA(SDL_Surface * dst, Sint16 * vx, Sint16 * vy, int n, Uint8 r, Uint8 g, Uint8 b…
71 int CharacterColor(SDL_Surface * dst, Sint16 x, Sint16 y, char c, Uint32 color);
73 int CharacterRGBA(SDL_Surface * dst, Sint16 x, Sint16 y, char c, Uint8 r, Uint8 g, Uint8 b, Uint8 a…
76 int StringColor(SDL_Surface * dst, Sint16 x, Sint16 y, char *c, Uint32 color);
78 int StringRGBA(SDL_Surface * dst, Sint16 x, Sint16 y, char *c, Uint8 r, Uint8 g, Uint8 b, Uint8 a);