Uses of Class
sdljava.x.swig.SWIGTYPE_p_short

Packages that use SWIGTYPE_p_short
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of SWIGTYPE_p_short in sdljava.x.swig
 

Methods in sdljava.x.swig with parameters of type SWIGTYPE_p_short
static int SWIG_SDLGfx.aapolygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, long color)
           
static int SWIG_SDLGfx.aapolygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.bezierColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, int s, long color)
           
static int SWIG_SDLGfx.bezierRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, int s, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.filledPolygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, int color)
           
static int SWIG_SDLGfx.filledPolygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a)
           
protected static long SWIGTYPE_p_short.getCPtr(SWIGTYPE_p_short obj)
           
static int SWIG_SDLGfx.polygonColor(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, long color)
           
static int SWIG_SDLGfx.polygonRGBA(SDL_Surface dst, SWIGTYPE_p_short vx, SWIGTYPE_p_short vy, int n, short r, short g, short b, short a)