bindbc.sdl.bind.sdlsurface

Undocumented in source.

Members

Aliases

SDL_BlitScaled
alias SDL_BlitScaled = SDL_UpperBlitScaled
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_BlitScaled
alias SDL_BlitScaled = SDL_UpperBlitScaled
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_BlitSurface
alias SDL_BlitSurface = SDL_UpperBlit
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_BlitSurface
alias SDL_BlitSurface = SDL_UpperBlit
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_blit
alias SDL_blit = int function(SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstrect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_ConvertPixels
alias pSDL_ConvertPixels = int function(int width, int height, uint src_format, const(void)* src, int src_pitch, uint dst_format, void* dst, int dst_pitch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_ConvertSurface
alias pSDL_ConvertSurface = SDL_Surface* function(SDL_Surface* surface, const(SDL_PixelFormat)* fmt, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_ConvertSurfaceFormat
alias pSDL_ConvertSurfaceFormat = SDL_Surface* function(SDL_Surface* surface, uint pixel_format, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_CreateRGBSurface
alias pSDL_CreateRGBSurface = SDL_Surface* function(uint flags, int width, int height, int depth, uint Rmask, uint Gmask, uint Bmask, uint Amask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_CreateRGBSurfaceFrom
alias pSDL_CreateRGBSurfaceFrom = SDL_Surface* function(void* pixels, int width, int height, int depth, int pitch, uint Rmask, uint Gmask, uint Bmask, uint Amask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_CreateRGBSurfaceWithFormat
alias pSDL_CreateRGBSurfaceWithFormat = SDL_Surface* function(uint flags, int width, int height, int depth, uint format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_CreateRGBSurfaceWithFormatFrom
alias pSDL_CreateRGBSurfaceWithFormatFrom = SDL_Surface* function(void* pixels, int width, int height, int depth, int pitch, uint format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_DuplicateSurface
alias pSDL_DuplicateSurface = SDL_Surface* function(SDL_Surface* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_FillRect
alias pSDL_FillRect = int function(SDL_Surface* surface, const(SDL_Rect)* rect, uint color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_FillRects
alias pSDL_FillRects = int function(SDL_Surface* surface, const(SDL_Rect)* rects, int count, uint color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_FreeSurface
alias pSDL_FreeSurface = void function(SDL_Surface* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetClipRect
alias pSDL_GetClipRect = void function(SDL_Surface* surface, SDL_Rect* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetColorKey
alias pSDL_GetColorKey = int function(SDL_Surface* surface, uint* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetSurfaceAlphaMod
alias pSDL_GetSurfaceAlphaMod = int function(SDL_Surface* surface, ubyte* alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetSurfaceBlendMode
alias pSDL_GetSurfaceBlendMode = int function(SDL_Surface* surface, SDL_BlendMode* blendMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetSurfaceColorMod
alias pSDL_GetSurfaceColorMod = int function(SDL_Surface* surface, ubyte* r, ubyte* g, ubyte* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetYUVConversionMode
alias pSDL_GetYUVConversionMode = SDL_YUV_CONVERSION_MODE function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetYUVConversionModeForResolution
alias pSDL_GetYUVConversionModeForResolution = SDL_YUV_CONVERSION_MODE function(int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_HasColorKey
alias pSDL_HasColorKey = SDL_bool function(SDL_Surface* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LoadBMP_RW
alias pSDL_LoadBMP_RW = SDL_Surface* function(SDL_RWops* src, int freesrc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LockSurface
alias pSDL_LockSurface = int function(SDL_Surface* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LowerBlit
alias pSDL_LowerBlit = int function(SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstrect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_LowerBlitScaled
alias pSDL_LowerBlitScaled = int function(SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstrect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SaveBMP_RW
alias pSDL_SaveBMP_RW = int function(SDL_Surface* surface, SDL_RWops* dst, int freedst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetClipRect
alias pSDL_SetClipRect = SDL_bool function(SDL_Surface* surface, const(SDL_Rect)* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetColorKey
alias pSDL_SetColorKey = int function(SDL_Surface* surface, int flag, uint key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetSurfaceAlphaMod
alias pSDL_SetSurfaceAlphaMod = int function(SDL_Surface* surface, ubyte alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetSurfaceBlendMode
alias pSDL_SetSurfaceBlendMode = int function(SDL_Surface* surface, SDL_BlendMode blendMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetSurfaceColorMod
alias pSDL_SetSurfaceColorMod = int function(SDL_Surface* surface, ubyte r, ubyte g, ubyte b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetSurfacePalette
alias pSDL_SetSurfacePalette = int function(SDL_Surface* surface, SDL_Palette* palette)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetSurfaceRLE
alias pSDL_SetSurfaceRLE = int function(SDL_Surface* surface, int flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetYUVConversionMode
alias pSDL_SetYUVConversionMode = void function(SDL_YUV_CONVERSION_MODE mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SoftStretch
alias pSDL_SoftStretch = int function(SDL_Surface* src, const(SDL_Rect)* srcrect, SDL_Surface* dst, const(SDL_Rect)* dstrect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_UnlockSurface
alias pSDL_UnlockSurface = int function(SDL_Surface* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_UpperBlit
alias pSDL_UpperBlit = int function(SDL_Surface* src, const(SDL_Rect)* srcrect, SDL_Surface* dst, SDL_Rect* dstrect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_UpperBlitScaled
alias pSDL_UpperBlitScaled = int function(SDL_Surface* src, const(SDL_Rect)* srcrect, SDL_Surface* dst, SDL_Rect* dstrect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_SWSURFACE
anonymousenum SDL_SWSURFACE
Undocumented in source.
SDL_YUV_CONVERSION_MODE
enum SDL_YUV_CONVERSION_MODE
Undocumented in source.

Functions

SDL_ConvertPixels
int SDL_ConvertPixels(int width, int height, uint src_format, const(void)* src, int src_pitch, uint dst_format, void* dst, int dst_pitch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_ConvertSurface
SDL_Surface* SDL_ConvertSurface(SDL_Surface* surface, const(SDL_PixelFormat)* fmt, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_ConvertSurfaceFormat
SDL_Surface* SDL_ConvertSurfaceFormat(SDL_Surface* surface, uint pixel_format, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_CreateRGBSurface
SDL_Surface* SDL_CreateRGBSurface(uint flags, int width, int height, int depth, uint Rmask, uint Gmask, uint Bmask, uint Amask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_CreateRGBSurfaceFrom
SDL_Surface* SDL_CreateRGBSurfaceFrom(void* pixels, int width, int height, int depth, int pitch, uint Rmask, uint Gmask, uint Bmask, uint Amask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_CreateRGBSurfaceWithFormat
SDL_Surface* SDL_CreateRGBSurfaceWithFormat(uint flags, int width, int height, int depth, uint format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_CreateRGBSurfaceWithFormatFrom
SDL_Surface* SDL_CreateRGBSurfaceWithFormatFrom(void* pixels, int width, int height, int depth, int pitch, uint format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_DuplicateSurface
SDL_Surface* SDL_DuplicateSurface(SDL_Surface* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_FillRect
int SDL_FillRect(SDL_Surface* surface, const(SDL_Rect)* rect, uint color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_FillRects
int SDL_FillRects(SDL_Surface* surface, const(SDL_Rect)* rects, int count, uint color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_FreeSurface
void SDL_FreeSurface(SDL_Surface* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetClipRect
void SDL_GetClipRect(SDL_Surface* surface, SDL_Rect* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetColorKey
int SDL_GetColorKey(SDL_Surface* surface, uint* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetSurfaceAlphaMod
int SDL_GetSurfaceAlphaMod(SDL_Surface* surface, ubyte* alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetSurfaceBlendMode
int SDL_GetSurfaceBlendMode(SDL_Surface* surface, SDL_BlendMode* blendMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetSurfaceColorMod
int SDL_GetSurfaceColorMod(SDL_Surface* surface, ubyte* r, ubyte* g, ubyte* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetYUVConversionMode
SDL_YUV_CONVERSION_MODE SDL_GetYUVConversionMode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetYUVConversionModeForResolution
SDL_YUV_CONVERSION_MODE SDL_GetYUVConversionModeForResolution(int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_HasColorKey
SDL_bool SDL_HasColorKey(SDL_Surface* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LoadBMP
SDL_Surface* SDL_LoadBMP(const(char)* file)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_LoadBMP_RW
SDL_Surface* SDL_LoadBMP_RW(SDL_RWops* src, int freesrc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LockSurface
int SDL_LockSurface(SDL_Surface* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LowerBlit
int SDL_LowerBlit(SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstrect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_LowerBlitScaled
int SDL_LowerBlitScaled(SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstrect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_MUSTLOCK
bool SDL_MUSTLOCK(const(SDL_Surface)* S)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_SaveBMP
int SDL_SaveBMP(SDL_Surface* surface, const(char)* file)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_SaveBMP_RW
int SDL_SaveBMP_RW(SDL_Surface* surface, SDL_RWops* dst, int freedst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetClipRect
SDL_bool SDL_SetClipRect(SDL_Surface* surface, const(SDL_Rect)* rect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetColorKey
int SDL_SetColorKey(SDL_Surface* surface, int flag, uint key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetSurfaceAlphaMod
int SDL_SetSurfaceAlphaMod(SDL_Surface* surface, ubyte alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetSurfaceBlendMode
int SDL_SetSurfaceBlendMode(SDL_Surface* surface, SDL_BlendMode blendMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetSurfaceColorMod
int SDL_SetSurfaceColorMod(SDL_Surface* surface, ubyte r, ubyte g, ubyte b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetSurfacePalette
int SDL_SetSurfacePalette(SDL_Surface* surface, SDL_Palette* palette)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetSurfaceRLE
int SDL_SetSurfaceRLE(SDL_Surface* surface, int flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetYUVConversionMode
void SDL_SetYUVConversionMode(SDL_YUV_CONVERSION_MODE mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SoftStretch
int SDL_SoftStretch(SDL_Surface* src, const(SDL_Rect)* srcrect, SDL_Surface* dst, const(SDL_Rect)* dstrect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_UnlockSurface
int SDL_UnlockSurface(SDL_Surface* surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_UpperBlit
int SDL_UpperBlit(SDL_Surface* src, const(SDL_Rect)* srcrect, SDL_Surface* dst, SDL_Rect* dstrect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_UpperBlitScaled
int SDL_UpperBlitScaled(SDL_Surface* src, const(SDL_Rect)* srcrect, SDL_Surface* dst, SDL_Rect* dstrect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SDL_ConvertPixels
pSDL_ConvertPixels SDL_ConvertPixels;
Undocumented in source.
SDL_ConvertSurface
pSDL_ConvertSurface SDL_ConvertSurface;
Undocumented in source.
SDL_ConvertSurfaceFormat
pSDL_ConvertSurfaceFormat SDL_ConvertSurfaceFormat;
Undocumented in source.
SDL_CreateRGBSurface
pSDL_CreateRGBSurface SDL_CreateRGBSurface;
Undocumented in source.
SDL_CreateRGBSurfaceFrom
pSDL_CreateRGBSurfaceFrom SDL_CreateRGBSurfaceFrom;
Undocumented in source.
SDL_CreateRGBSurfaceWithFormat
pSDL_CreateRGBSurfaceWithFormat SDL_CreateRGBSurfaceWithFormat;
Undocumented in source.
SDL_CreateRGBSurfaceWithFormatFrom
pSDL_CreateRGBSurfaceWithFormatFrom SDL_CreateRGBSurfaceWithFormatFrom;
Undocumented in source.
SDL_DuplicateSurface
pSDL_DuplicateSurface SDL_DuplicateSurface;
Undocumented in source.
SDL_FillRect
pSDL_FillRect SDL_FillRect;
Undocumented in source.
SDL_FillRects
pSDL_FillRects SDL_FillRects;
Undocumented in source.
SDL_FreeSurface
pSDL_FreeSurface SDL_FreeSurface;
Undocumented in source.
SDL_GetClipRect
pSDL_GetClipRect SDL_GetClipRect;
Undocumented in source.
SDL_GetColorKey
pSDL_GetColorKey SDL_GetColorKey;
Undocumented in source.
SDL_GetSurfaceAlphaMod
pSDL_GetSurfaceAlphaMod SDL_GetSurfaceAlphaMod;
Undocumented in source.
SDL_GetSurfaceBlendMode
pSDL_GetSurfaceBlendMode SDL_GetSurfaceBlendMode;
Undocumented in source.
SDL_GetSurfaceColorMod
pSDL_GetSurfaceColorMod SDL_GetSurfaceColorMod;
Undocumented in source.
SDL_GetYUVConversionMode
pSDL_GetYUVConversionMode SDL_GetYUVConversionMode;
Undocumented in source.
SDL_GetYUVConversionModeForResolution
pSDL_GetYUVConversionModeForResolution SDL_GetYUVConversionModeForResolution;
Undocumented in source.
SDL_HasColorKey
pSDL_HasColorKey SDL_HasColorKey;
Undocumented in source.
SDL_LoadBMP_RW
pSDL_LoadBMP_RW SDL_LoadBMP_RW;
Undocumented in source.
SDL_LockSurface
pSDL_LockSurface SDL_LockSurface;
Undocumented in source.
SDL_LowerBlit
pSDL_LowerBlit SDL_LowerBlit;
Undocumented in source.
SDL_LowerBlitScaled
pSDL_LowerBlitScaled SDL_LowerBlitScaled;
Undocumented in source.
SDL_SaveBMP_RW
pSDL_SaveBMP_RW SDL_SaveBMP_RW;
Undocumented in source.
SDL_SetClipRect
pSDL_SetClipRect SDL_SetClipRect;
Undocumented in source.
SDL_SetColorKey
pSDL_SetColorKey SDL_SetColorKey;
Undocumented in source.
SDL_SetSurfaceAlphaMod
pSDL_SetSurfaceAlphaMod SDL_SetSurfaceAlphaMod;
Undocumented in source.
SDL_SetSurfaceBlendMode
pSDL_SetSurfaceBlendMode SDL_SetSurfaceBlendMode;
Undocumented in source.
SDL_SetSurfaceColorMod
pSDL_SetSurfaceColorMod SDL_SetSurfaceColorMod;
Undocumented in source.
SDL_SetSurfacePalette
pSDL_SetSurfacePalette SDL_SetSurfacePalette;
Undocumented in source.
SDL_SetSurfaceRLE
pSDL_SetSurfaceRLE SDL_SetSurfaceRLE;
Undocumented in source.
SDL_SetYUVConversionMode
pSDL_SetYUVConversionMode SDL_SetYUVConversionMode;
Undocumented in source.
SDL_SoftStretch
pSDL_SoftStretch SDL_SoftStretch;
Undocumented in source.
SDL_UnlockSurface
pSDL_UnlockSurface SDL_UnlockSurface;
Undocumented in source.
SDL_UpperBlit
pSDL_UpperBlit SDL_UpperBlit;
Undocumented in source.
SDL_UpperBlitScaled
pSDL_UpperBlitScaled SDL_UpperBlitScaled;
Undocumented in source.

Structs

SDL_BlitMap
struct SDL_BlitMap
Undocumented in source.
SDL_Surface
struct SDL_Surface
Undocumented in source.

Meta