Uses of Class
sdljava.x.swig.SDL_Surface

Packages that use SDL_Surface
sdljava.video Provides all the functions which are defined in the SDL_video.h header. 
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of SDL_Surface in sdljava.video
 

Fields in sdljava.video declared as SDL_Surface
(package private)  SDL_Surface SDLSurface.swigSurface
          Handle to the SWIG SDL_Surface
 

Methods in sdljava.video that return SDL_Surface
 SDL_Surface SDLSurface.getSwigSurface()
          Get the swig proxy
 

Constructors in sdljava.video with parameters of type SDL_Surface
SDLSurface(SDL_Surface swigSurface)
          Creates a new SDLSurface instance.
 

Uses of SDL_Surface in sdljava.x.swig
 

Methods in sdljava.x.swig that return SDL_Surface
static SDL_Surface SWIG_SDLImage.IMG_Load(java.lang.String file)
           
static SDL_Surface SWIG_SDLGfx.rotozoomSurface(SDL_Surface src, double angle, double zoom, int smooth)
           
static SDL_Surface SWIG_SDLVideo.SDL_ConvertSurface(SDL_Surface src, SDL_PixelFormat fmt, long flags)
           
static SDL_Surface SWIG_SDLVideo.SDL_CreateRGBSurface(long flags, int width, int height, int depth, long Rmask, long Gmask, long Bmask, long Amask)
           
static SDL_Surface SWIG_SDLVideo.SDL_DisplayFormat(SDL_Surface surface)
           
static SDL_Surface SWIG_SDLVideo.SDL_DisplayFormatAlpha(SDL_Surface surface)
           
static SDL_Surface SWIG_SDLVideo.SDL_GetVideoSurface()
           
static SDL_Surface SWIG_SDLVideo.SDL_SetVideoMode(int width, int height, int bpp, long flags)
           
static SDL_Surface SWIG_SDLImage.SWIG_IMG_Load_Buffer(java.nio.Buffer buf, int size)
           
static SDL_Surface SWIG_SDLVideo.SWIG_SDL_CreateRGBSurfaceFrom(int[] pixels, int width, int height, int depth, int pitch, long Rmask, long Gmask, long bMask, long aMask)
           
static SDL_Surface SWIG_SDLVideo.SWIG_SDL_LoadBMP(java.lang.String file)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderGlyph_Blended(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderGlyph_Shaded(SWIGTYPE_p__TTF_Font font, int ch, SDL_Color fg, SDL_Color bg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderText_Blended_FAST(SWIGTYPE_p__TTF_Font font, java.lang.String text, short r, short g, short b)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderText_Shaded_FAST(SWIGTYPE_p__TTF_Font font, java.lang.String text, short fr, short fg, short fb, short br, short bg, short bb)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderText_Solid_FAST(SWIGTYPE_p__TTF_Font font, java.lang.String text, short r, short g, short b)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Blended(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Shaded(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg, SDL_Color bg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUNICODE_Solid(SWIGTYPE_p__TTF_Font font, SWIGTYPE_p_unsigned_short text, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUTF8_Blended(SWIGTYPE_p__TTF_Font font, java.lang.String text, SDL_Color fg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUTF8_Shaded(SWIGTYPE_p__TTF_Font font, java.lang.String text, SDL_Color fg, SDL_Color bg)
           
static SDL_Surface SWIG_SDLTTF.TTF_RenderUTF8_Solid(SWIGTYPE_p__TTF_Font font, java.lang.String text, SDL_Color fg)
           
static SDL_Surface SWIG_SDLGfx.zoomSurface(SDL_Surface src, double zoomx, double zoomy, int smooth)
           
 

Methods in sdljava.x.swig with parameters of type SDL_Surface
static int SWIG_SDLGfx.aacircleColor(SDL_Surface dst, short x, short y, short r, long color)
           
static int SWIG_SDLGfx.aacircleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.aaellipseColor(SDL_Surface dst, short xc, short yc, short rx, short ry, long color)
           
static int SWIG_SDLGfx.aaellipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.aalineColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)
           
static int SWIG_SDLGfx.aalineRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)
           
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.aatrigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, long color)
           
static int SWIG_SDLGfx.aatrigonRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, 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.boxColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)
           
static int SWIG_SDLGfx.boxRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.characterColor(SDL_Surface dst, short x, short y, char c, long color)
           
static int SWIG_SDLGfx.characterRGBA(SDL_Surface dst, short x, short y, char c, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.circleColor(SDL_Surface dst, short x, short y, short r, long color)
           
static int SWIG_SDLGfx.circleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.ellipseColor(SDL_Surface dst, short x, short y, short rx, short ry, long color)
           
static int SWIG_SDLGfx.ellipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.filledCircleColor(SDL_Surface dst, short x, short y, short r, long color)
           
static int SWIG_SDLGfx.filledCircleRGBA(SDL_Surface dst, short x, short y, short rad, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.filledEllipseColor(SDL_Surface dst, short x, short y, short rx, short ry, long color)
           
static int SWIG_SDLGfx.filledEllipseRGBA(SDL_Surface dst, short x, short y, short rx, short ry, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.filledPieColor(SDL_Surface dst, short x, short y, short rad, short start, short end, long color)
           
static int SWIG_SDLGfx.filledPieRGBA(SDL_Surface dst, short x, short y, short rad, short start, short end, 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)
           
static int SWIG_SDLGfx.filledTrigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, int color)
           
static int SWIG_SDLGfx.filledTrigonRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, short r, short g, short b, short a)
           
protected static long SDL_Surface.getCPtr(SDL_Surface obj)
           
static int SWIG_SDLGfx.hlineColor(SDL_Surface dst, short x1, short x2, short y, long color)
           
static int SWIG_SDLGfx.hlineRGBA(SDL_Surface dst, short x1, short x2, short y, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.lineColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)
           
static int SWIG_SDLGfx.lineRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.pixelColor(SDL_Surface dst, short x, short y, long color)
           
static int SWIG_SDLGfx.pixelRGBA(SDL_Surface dst, short x, short y, short r, short g, short b, short a)
           
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)
           
static int SWIG_SDLGfx.rectangleColor(SDL_Surface dst, short x1, short y1, short x2, short y2, long color)
           
static int SWIG_SDLGfx.rectangleRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short r, short g, short b, short a)
           
static SDL_Surface SWIG_SDLGfx.rotozoomSurface(SDL_Surface src, double angle, double zoom, int smooth)
           
static SDL_Surface SWIG_SDLVideo.SDL_ConvertSurface(SDL_Surface src, SDL_PixelFormat fmt, long flags)
           
static SDL_Surface SWIG_SDLVideo.SDL_DisplayFormat(SDL_Surface surface)
           
static SDL_Surface SWIG_SDLVideo.SDL_DisplayFormatAlpha(SDL_Surface surface)
           
static int SWIG_SDLVideo.SDL_Flip(SDL_Surface screen)
           
static void SWIG_SDLVideo.SDL_FreeSurface(SDL_Surface surface)
           
static void SWIG_SDLVideo.SDL_GetClipRect(SDL_Surface surface, SDL_Rect rect)
           
static int SWIG_SDLVideo.SDL_LockSurface(SDL_Surface surface)
           
static int SWIG_SDLVideo.SDL_SetAlpha(SDL_Surface surface, long flag, short alpha)
           
static int SWIG_SDLVideo.SDL_SetColorKey(SDL_Surface surface, long flag, long key)
           
static int SWIG_SDLVideo.SDL_SetColors(SDL_Surface surface, SDL_Color colors, int firstcolor, int ncolors)
           
static int SWIG_SDLVideo.SDL_SetPalette(SDL_Surface surface, int flags, SDL_Color colors, int firstcolor, int ncolors)
           
static void SWIG_SDLVideo.SDL_UnlockSurface(SDL_Surface surface)
           
static void SWIG_SDLVideo.SDL_UpdateRect(SDL_Surface screen, int x, int y, long w, long h)
           
static void SWIG_SDLVideo.SDL_UpdateRects(SDL_Surface screen, int numrects, SDL_Rect rects)
           
static void SWIG_SDLVideo.SDL_WM_SetIcon(SDL_Surface icon, short INPUT)
           
static int SWIG_SDLVideo.SDL_WM_ToggleFullScreen(SDL_Surface surface)
           
static int SWIG_SDLGfx.stringColor(SDL_Surface dst, short x, short y, java.lang.String c, long color)
           
static int SWIG_SDLGfx.stringRGBA(SDL_Surface dst, short x, short y, java.lang.String c, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.SWIG_aapolygonColor(SDL_Surface dst, java.nio.Buffer vx, java.nio.Buffer vy, int n, long color)
           
static int SWIG_SDLGfx.SWIG_aapolygonRGBA(SDL_Surface dst, java.nio.Buffer vx, java.nio.Buffer vy, int n, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.SWIG_bezierColor(SDL_Surface dst, java.nio.Buffer vx, java.nio.Buffer vy, int n, int s, long color)
           
static int SWIG_SDLGfx.SWIG_bezierRGBA(SDL_Surface dst, java.nio.Buffer vx, java.nio.Buffer vy, int n, int s, short r, short g, short b, short a)
           
static void SWIG_SDLVideo.SWIG_executeBlitQueue(java.nio.Buffer vsrcX, java.nio.Buffer vsrcY, java.nio.Buffer vsrcWidth, java.nio.Buffer vsrcHeight, SDL_Surface src, java.nio.Buffer vdstX, java.nio.Buffer vdstY, java.nio.Buffer vdstWidth, java.nio.Buffer vdstHeight, SDL_Surface dst, int count)
           
static int SWIG_SDLGfx.SWIG_filledPolygonColor(SDL_Surface dst, java.nio.Buffer vx, java.nio.Buffer vy, int n, int color)
           
static int SWIG_SDLGfx.SWIG_filledPolygonRGBA(SDL_Surface dst, java.nio.Buffer vx, java.nio.Buffer vy, int n, short r, short g, short b, short a)
           
static void SWIG_SDLVideo.SWIG_GetPixelData16(SDL_Surface surface, int[] pixelData)
           
static void SWIG_SDLVideo.SWIG_GetPixelData32(SDL_Surface surface, long[] pixelData)
           
static void SWIG_SDLVideo.SWIG_GetPixelData8(SDL_Surface surface, short[] pixelData)
           
static java.lang.Object SWIG_SDLVideo.SWIG_getPixelDirectByteBuffer(SDL_Surface surface)
           
static int SWIG_SDLGfx.SWIG_polygonColor(SDL_Surface dst, java.nio.Buffer vx, java.nio.Buffer vy, int n, long color)
           
static int SWIG_SDLGfx.SWIG_polygonRGBA(SDL_Surface dst, java.nio.Buffer vx, java.nio.Buffer vy, int n, short r, short g, short b, short a)
           
static int SWIG_SDLVideo.SWIG_SDL_BlitSurface_FAST(SDL_Surface src, int sX, int sY, int sWidth, int sHeight, SDL_Surface dst, int dX, int dY, int dWidth, int dHeight)
           
static int SWIG_SDLVideo.SWIG_SDL_FillRect_FAST(SDL_Surface dst, int x, int y, int w, int h, long color)
           
static int SWIG_SDLVideo.SWIG_SDL_MUSTLOCK(SDL_Surface surface)
           
static int SWIG_SDLVideo.SWIG_SDL_SaveBMP(SDL_Surface surface, java.lang.String file)
           
static int SWIG_SDLVideo.SWIG_SDL_SetClipRect(SDL_Surface surface, SDL_Rect rect)
           
static int SWIG_SDLVideo.SWIG_SDL_SetColors(SDL_Surface surface, SDL_Color[] colors, int firstcolor, int ncolors)
           
static int SWIG_SDLVideo.SWIG_SDL_SetPalette(SDL_Surface surface, int flags, SDL_Color[] colors, int firstcolor, int ncolors)
           
static void SWIG_SDLVideo.SWIG_SetPixelData16(SDL_Surface surface, int[] pixelData)
           
static void SWIG_SDLVideo.SWIG_SetPixelData32(SDL_Surface surface, long[] pixelData)
           
static void SWIG_SDLVideo.SWIG_SetPixelData8(SDL_Surface surface, short[] pixelData)
           
static int SWIG_SDLGfx.trigonColor(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, long color)
           
static int SWIG_SDLGfx.trigonRGBA(SDL_Surface dst, short x1, short y1, short x2, short y2, short x3, short y3, short r, short g, short b, short a)
           
static int SWIG_SDLGfx.vlineColor(SDL_Surface dst, short x, short y1, short y2, long color)
           
static int SWIG_SDLGfx.vlineRGBA(SDL_Surface dst, short x, short y1, short y2, short r, short g, short b, short a)
           
static SDL_Surface SWIG_SDLGfx.zoomSurface(SDL_Surface src, double zoomx, double zoomy, int smooth)