- SDL_BlitScaled
alias SDL_BlitScaled = SDL_UpperBlitScaled
Undocumented in source.
- SDL_BlitSurface
alias SDL_BlitSurface = SDL_UpperBlit
Undocumented in source.
- 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, int, uint, const(void)*, int, uint, void*, int)
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*, const(SDL_PixelFormat)*, uint)
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*, uint, uint)
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, int, int, int, uint, uint, uint, uint)
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*, int, int, int, int, uint, uint, uint, uint)
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, int, int, int, uint)
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*, int, int, int, int, uint)
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*)
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*, const(SDL_Rect)*, uint)
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*, const(SDL_Rect)*, int, uint)
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*)
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*, SDL_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*, uint*)
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*, ubyte*)
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*, SDL_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*, ubyte*, ubyte*, ubyte*)
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, int)
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*)
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*, int)
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*)
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*, SDL_Rect*, SDL_Surface*, SDL_Rect*)
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*, SDL_Rect*, SDL_Surface*, SDL_Rect*)
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*, SDL_RWops*, int)
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*, const(SDL_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*, int, uint)
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*, ubyte)
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*, SDL_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*, ubyte, ubyte, ubyte)
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*, SDL_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*, int)
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)
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*, const(SDL_Rect)*, SDL_Surface*, const(SDL_Rect)*)
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*)
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*, const(SDL_Rect)*, SDL_Surface*, SDL_Rect*)
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*, const(SDL_Rect)*, SDL_Surface*, SDL_Rect*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_ConvertPixels
int SDL_ConvertPixels(int , int , uint , const(void)* , int , uint , void* , int )
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* , const(SDL_PixelFormat)* , uint )
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* , uint , uint )
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 , int , int , int , uint , uint , uint , uint )
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* , int , int , int , int , uint , uint , uint , uint )
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 , int , int , int , uint )
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* , int , int , int , int , uint )
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* )
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* , const(SDL_Rect)* , uint )
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* , const(SDL_Rect)* , int , uint )
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* )
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* , SDL_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* , uint* )
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* , ubyte* )
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* , SDL_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* , ubyte* , ubyte* , ubyte* )
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 , int )
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* )
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* , int )
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* )
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* , SDL_Rect* , SDL_Surface* , SDL_Rect* )
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* , SDL_Rect* , SDL_Surface* , SDL_Rect* )
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* , SDL_RWops* , int )
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* , const(SDL_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* , int , uint )
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* , ubyte )
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* , SDL_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* , ubyte , ubyte , ubyte )
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* , SDL_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* , int )
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 )
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* , const(SDL_Rect)* , SDL_Surface* , const(SDL_Rect)* )
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* )
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* , const(SDL_Rect)* , SDL_Surface* , SDL_Rect* )
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* , const(SDL_Rect)* , SDL_Surface* , SDL_Rect* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- 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.