bindbc.sdlgfx.defs

Undocumented in source.

Members

Aliases

p_SDL_imageFilterAbsDiff
alias p_SDL_imageFilterAbsDiff = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterAdd
alias p_SDL_imageFilterAdd = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterAddByte
alias p_SDL_imageFilterAddByte = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterAddByteToHalf
alias p_SDL_imageFilterAddByteToHalf = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterAddUint
alias p_SDL_imageFilterAddUint = int function(ubyte* Src1, ubyte* Dest, uint length, uint C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterAlignStack
alias p_SDL_imageFilterAlignStack = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterBinarizeUsingThreshold
alias p_SDL_imageFilterBinarizeUsingThreshold = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte T)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterBitAnd
alias p_SDL_imageFilterBitAnd = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterBitNegation
alias p_SDL_imageFilterBitNegation = int function(ubyte* Src1, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterBitOr
alias p_SDL_imageFilterBitOr = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterClipToRange
alias p_SDL_imageFilterClipToRange = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte Tmin, ubyte Tmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterConvolveKernel3x3Divide
alias p_SDL_imageFilterConvolveKernel3x3Divide = int function(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte Divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterConvolveKernel3x3ShiftRight
alias p_SDL_imageFilterConvolveKernel3x3ShiftRight = int function(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte NRightShift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterConvolveKernel5x5Divide
alias p_SDL_imageFilterConvolveKernel5x5Divide = int function(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte Divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterConvolveKernel5x5ShiftRight
alias p_SDL_imageFilterConvolveKernel5x5ShiftRight = int function(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte NRightShift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterConvolveKernel7x7Divide
alias p_SDL_imageFilterConvolveKernel7x7Divide = int function(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte Divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterConvolveKernel7x7ShiftRight
alias p_SDL_imageFilterConvolveKernel7x7ShiftRight = int function(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte NRightShift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterConvolveKernel9x9Divide
alias p_SDL_imageFilterConvolveKernel9x9Divide = int function(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte Divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterConvolveKernel9x9ShiftRight
alias p_SDL_imageFilterConvolveKernel9x9ShiftRight = int function(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte NRightShift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterDiv
alias p_SDL_imageFilterDiv = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterMMXdetect
alias p_SDL_imageFilterMMXdetect = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterMMXoff
alias p_SDL_imageFilterMMXoff = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterMMXon
alias p_SDL_imageFilterMMXon = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterMean
alias p_SDL_imageFilterMean = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterMult
alias p_SDL_imageFilterMult = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterMultByByte
alias p_SDL_imageFilterMultByByte = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterMultDivby2
alias p_SDL_imageFilterMultDivby2 = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterMultDivby4
alias p_SDL_imageFilterMultDivby4 = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterMultNor
alias p_SDL_imageFilterMultNor = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterNormalizeLinear
alias p_SDL_imageFilterNormalizeLinear = int function(ubyte* Src, ubyte* Dest, uint length, int Cmin, int Cmax, int Nmin, int Nmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterRestoreStack
alias p_SDL_imageFilterRestoreStack = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterShiftLeft
alias p_SDL_imageFilterShiftLeft = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterShiftLeftByte
alias p_SDL_imageFilterShiftLeftByte = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterShiftLeftUint
alias p_SDL_imageFilterShiftLeftUint = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterShiftRight
alias p_SDL_imageFilterShiftRight = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterShiftRightAndMultByByte
alias p_SDL_imageFilterShiftRightAndMultByByte = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterShiftRightUint
alias p_SDL_imageFilterShiftRightUint = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterSobelX
alias p_SDL_imageFilterSobelX = int function(ubyte* Src, ubyte* Dest, int rows, int columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterSobelXShiftRight
alias p_SDL_imageFilterSobelXShiftRight = int function(ubyte* Src, ubyte* Dest, int rows, int columns, ubyte NRightShift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterSub
alias p_SDL_imageFilterSub = int function(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterSubByte
alias p_SDL_imageFilterSubByte = int function(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_SDL_imageFilterSubUint
alias p_SDL_imageFilterSubUint = int function(ubyte* Src1, ubyte* Dest, uint length, uint C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_aacircleColor
alias p_aacircleColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_aacircleRGBA
alias p_aacircleRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_aaellipseColor
alias p_aaellipseColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_aaellipseRGBA
alias p_aaellipseRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_aalineColor
alias p_aalineColor = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_aalineRGBA
alias p_aalineRGBA = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_aapolygonColor
alias p_aapolygonColor = int function(SDL_Renderer* dst, const Sint16* vx, const Sint16* vy, int n, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_aapolygonRGBA
alias p_aapolygonRGBA = int function(SDL_Renderer* dst, const Sint16* vx, const Sint16* vy, int n, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_aatrigonColor
alias p_aatrigonColor = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_aatrigonRGBA
alias p_aatrigonRGBA = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_arcColor
alias p_arcColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_arcRGBA
alias p_arcRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_bezierColor
alias p_bezierColor = int function(SDL_Renderer* dst, const Sint16* vx, const Sint16* vy, int n, int s, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_bezierRGBA
alias p_bezierRGBA = int function(SDL_Renderer* dst, const Sint16* vx, const Sint16* vy, int n, int s, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_boxColor
alias p_boxColor = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_boxRGBA
alias p_boxRGBA = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_characterColor
alias p_characterColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, char c, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_characterRGBA
alias p_characterRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, char c, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_circleColor
alias p_circleColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_circleRGBA
alias p_circleRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_ellipseColor
alias p_ellipseColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_ellipseRGBA
alias p_ellipseRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_filledCircleColor
alias p_filledCircleColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 r, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_filledCircleRGBA
alias p_filledCircleRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_filledEllipseColor
alias p_filledEllipseColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_filledEllipseRGBA
alias p_filledEllipseRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_filledPieColor
alias p_filledPieColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_filledPieRGBA
alias p_filledPieRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_filledPolygonColor
alias p_filledPolygonColor = int function(SDL_Renderer* dst, const Sint16* vx, const Sint16* vy, int n, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_filledPolygonRGBA
alias p_filledPolygonRGBA = int function(SDL_Renderer* dst, const Sint16* vx, const Sint16* vy, int n, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_filledPolygonRGBAMT
alias p_filledPolygonRGBAMT = int function(SDL_Renderer* dst, const Sint16* vx, const Sint16* vy, int n, Uint8 r, Uint8 g, Uint8 b, Uint8 a, int** polyInts, int* polyAllocated)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_filledTrigonColor
alias p_filledTrigonColor = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_filledTrigonRGBA
alias p_filledTrigonRGBA = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_gfxPrimitivesSetFont
alias p_gfxPrimitivesSetFont = void function(const void* fontdata, Uint32 cw, Uint32 ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_gfxPrimitivesSetFontRotation
alias p_gfxPrimitivesSetFontRotation = void function(Uint32 rotation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_hlineColor
alias p_hlineColor = int function(SDL_Renderer* dst, Sint16 x1, Sint16 x2, Sint16 y, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_hlineRGBA
alias p_hlineRGBA = int function(SDL_Renderer* dst, Sint16 x1, Sint16 x2, Sint16 y, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_lineColor
alias p_lineColor = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_lineRGBA
alias p_lineRGBA = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_pieColor
alias p_pieColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_pieRGBA
alias p_pieRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_pixelColor
alias p_pixelColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_pixelRGBA
alias p_pixelRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_polygonColor
alias p_polygonColor = int function(SDL_Renderer* dst, const Sint16* vx, const Sint16* vy, int n, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_polygonRGBA
alias p_polygonRGBA = int function(SDL_Renderer* dst, const Sint16* vx, const Sint16* vy, int n, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_rectangleColor
alias p_rectangleColor = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_rectangleRGBA
alias p_rectangleRGBA = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_rotozoomSurface
alias p_rotozoomSurface = SDL_Renderer* function(SDL_Renderer* src, double angle, double zoom, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_rotozoomSurfaceSize
alias p_rotozoomSurfaceSize = void function(int width, int height, double angle, double zoom, int* dstwidth, int* dstheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_rotozoomSurfaceSizeXY
alias p_rotozoomSurfaceSizeXY = void function(int width, int height, double angle, double zoomx, double zoomy, int* dstwidth, int* dstheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_rotozoomSurfaceXY
alias p_rotozoomSurfaceXY = SDL_Renderer* function(SDL_Renderer* src, double angle, double zoomx, double zoomy, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_roundedBoxColor
alias p_roundedBoxColor = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_roundedBoxRGBA
alias p_roundedBoxRGBA = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_roundedRectangleColor
alias p_roundedRectangleColor = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_roundedRectangleRGBA
alias p_roundedRectangleRGBA = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_shrinkSurface
alias p_shrinkSurface = SDL_Renderer* function(SDL_Renderer* src, int factorx, int factory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_stringColor
alias p_stringColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, const char* s, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_stringRGBA
alias p_stringRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y, const char* s, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_texturedPolygon
alias p_texturedPolygon = int function(SDL_Renderer* dst, const Sint16* vx, const Sint16* vy, int n, SDL_Renderer* texture, int texture_dx, int texture_dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_texturedPolygonMT
alias p_texturedPolygonMT = int function(SDL_Renderer* dst, const Sint16* vx, const Sint16* vy, int n, SDL_Renderer* texture, int texture_dx, int texture_dy, int** polyInts, int* polyAllocated)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_thickLineColor
alias p_thickLineColor = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 width, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_thickLineRGBA
alias p_thickLineRGBA = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 width, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_trigonColor
alias p_trigonColor = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_trigonRGBA
alias p_trigonRGBA = int function(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_vlineColor
alias p_vlineColor = int function(SDL_Renderer* dst, Sint16 x, Sint16 y1, Sint16 y2, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_vlineRGBA
alias p_vlineRGBA = int function(SDL_Renderer* dst, Sint16 x, Sint16 y1, Sint16 y2, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_zoomSurface
alias p_zoomSurface = SDL_Renderer* function(SDL_Renderer* src, double zoomx, double zoomy, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
p_zoomSurfaceSize
alias p_zoomSurfaceSize = void function(int width, int height, double zoomx, double zoomy, int* dstwidth, int* dstheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

SDL_imageFilterAbsDiff
int SDL_imageFilterAbsDiff(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterAdd
int SDL_imageFilterAdd(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterAddByte
int SDL_imageFilterAddByte(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterAddByteToHalf
int SDL_imageFilterAddByteToHalf(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterAddUint
int SDL_imageFilterAddUint(ubyte* Src1, ubyte* Dest, uint length, uint C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterAlignStack
void SDL_imageFilterAlignStack()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterBinarizeUsingThreshold
int SDL_imageFilterBinarizeUsingThreshold(ubyte* Src1, ubyte* Dest, uint length, ubyte T)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterBitAnd
int SDL_imageFilterBitAnd(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterBitNegation
int SDL_imageFilterBitNegation(ubyte* Src1, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterBitOr
int SDL_imageFilterBitOr(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterClipToRange
int SDL_imageFilterClipToRange(ubyte* Src1, ubyte* Dest, uint length, ubyte Tmin, ubyte Tmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterConvolveKernel3x3Divide
int SDL_imageFilterConvolveKernel3x3Divide(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte Divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterConvolveKernel3x3ShiftRight
int SDL_imageFilterConvolveKernel3x3ShiftRight(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte NRightShift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterConvolveKernel5x5Divide
int SDL_imageFilterConvolveKernel5x5Divide(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte Divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterConvolveKernel5x5ShiftRight
int SDL_imageFilterConvolveKernel5x5ShiftRight(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte NRightShift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterConvolveKernel7x7Divide
int SDL_imageFilterConvolveKernel7x7Divide(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte Divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterConvolveKernel7x7ShiftRight
int SDL_imageFilterConvolveKernel7x7ShiftRight(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte NRightShift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterConvolveKernel9x9Divide
int SDL_imageFilterConvolveKernel9x9Divide(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte Divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterConvolveKernel9x9ShiftRight
int SDL_imageFilterConvolveKernel9x9ShiftRight(ubyte* Src, ubyte* Dest, int rows, int columns, short* Kernel, ubyte NRightShift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterDiv
int SDL_imageFilterDiv(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterMMXdetect
int SDL_imageFilterMMXdetect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterMMXoff
void SDL_imageFilterMMXoff()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterMMXon
void SDL_imageFilterMMXon()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterMean
int SDL_imageFilterMean(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterMult
int SDL_imageFilterMult(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterMultByByte
int SDL_imageFilterMultByByte(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterMultDivby2
int SDL_imageFilterMultDivby2(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterMultDivby4
int SDL_imageFilterMultDivby4(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterMultNor
int SDL_imageFilterMultNor(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterNormalizeLinear
int SDL_imageFilterNormalizeLinear(ubyte* Src, ubyte* Dest, uint length, int Cmin, int Cmax, int Nmin, int Nmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterRestoreStack
void SDL_imageFilterRestoreStack()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterShiftLeft
int SDL_imageFilterShiftLeft(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterShiftLeftByte
int SDL_imageFilterShiftLeftByte(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterShiftLeftUint
int SDL_imageFilterShiftLeftUint(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterShiftRight
int SDL_imageFilterShiftRight(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterShiftRightAndMultByByte
int SDL_imageFilterShiftRightAndMultByByte(ubyte* Src1, ubyte* Dest, uint length, ubyte N, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterShiftRightUint
int SDL_imageFilterShiftRightUint(ubyte* Src1, ubyte* Dest, uint length, ubyte N)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterSobelX
int SDL_imageFilterSobelX(ubyte* Src, ubyte* Dest, int rows, int columns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterSobelXShiftRight
int SDL_imageFilterSobelXShiftRight(ubyte* Src, ubyte* Dest, int rows, int columns, ubyte NRightShift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterSub
int SDL_imageFilterSub(ubyte* Src1, ubyte* Src2, ubyte* Dest, uint length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterSubByte
int SDL_imageFilterSubByte(ubyte* Src1, ubyte* Dest, uint length, ubyte C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_imageFilterSubUint
int SDL_imageFilterSubUint(ubyte* Src1, ubyte* Dest, uint length, uint C)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
aacircleColor
int aacircleColor(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
aacircleRGBA
int aacircleRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
aaellipseColor
int aaellipseColor(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
aaellipseRGBA
int aaellipseRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
aalineColor
int aalineColor(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
aalineRGBA
int aalineRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
aapolygonColor
int aapolygonColor(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
aapolygonRGBA
int aapolygonRGBA(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
aatrigonColor
int aatrigonColor(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
aatrigonRGBA
int aatrigonRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
arcColor
int arcColor(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
arcRGBA
int arcRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bezierColor
int bezierColor(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, int s, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bezierRGBA
int bezierRGBA(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, int s, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
boxColor
int boxColor(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
boxRGBA
int boxRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
characterColor
int characterColor(SDL_Renderer* dst, Sint16 x, Sint16 y, char c, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
characterRGBA
int characterRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, char c, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
circleColor
int circleColor(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
circleRGBA
int circleRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ellipseColor
int ellipseColor(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ellipseRGBA
int ellipseRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filledCircleColor
int filledCircleColor(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 r, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filledCircleRGBA
int filledCircleRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filledEllipseColor
int filledEllipseColor(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filledEllipseRGBA
int filledEllipseRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rx, Sint16 ry, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filledPieColor
int filledPieColor(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filledPieRGBA
int filledPieRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filledPolygonColor
int filledPolygonColor(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filledPolygonRGBA
int filledPolygonRGBA(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filledPolygonRGBAMT
int filledPolygonRGBAMT(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, Uint8 r, Uint8 g, Uint8 b, Uint8 a, int** polyInts, int* polyAllocated)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filledTrigonColor
int filledTrigonColor(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
filledTrigonRGBA
int filledTrigonRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gfxPrimitivesSetFont
void gfxPrimitivesSetFont(void* fontdata, Uint32 cw, Uint32 ch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gfxPrimitivesSetFontRotation
void gfxPrimitivesSetFontRotation(Uint32 rotation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hlineColor
int hlineColor(SDL_Renderer* dst, Sint16 x1, Sint16 x2, Sint16 y, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hlineRGBA
int hlineRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 x2, Sint16 y, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lineColor
int lineColor(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lineRGBA
int lineRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pieColor
int pieColor(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pieRGBA
int pieRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, Sint16 rad, Sint16 start, Sint16 end, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pixelColor
int pixelColor(SDL_Renderer* dst, Sint16 x, Sint16 y, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pixelRGBA
int pixelRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
polygonColor
int polygonColor(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
polygonRGBA
int polygonRGBA(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rectangleColor
int rectangleColor(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rectangleRGBA
int rectangleRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rotozoomSurface
SDL_Renderer* rotozoomSurface(SDL_Renderer* src, double angle, double zoom, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rotozoomSurfaceSize
void rotozoomSurfaceSize(int width, int height, double angle, double zoom, int* dstwidth, int* dstheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rotozoomSurfaceSizeXY
void rotozoomSurfaceSizeXY(int width, int height, double angle, double zoomx, double zoomy, int* dstwidth, int* dstheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
rotozoomSurfaceXY
SDL_Renderer* rotozoomSurfaceXY(SDL_Renderer* src, double angle, double zoomx, double zoomy, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
roundedBoxColor
int roundedBoxColor(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
roundedBoxRGBA
int roundedBoxRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
roundedRectangleColor
int roundedRectangleColor(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
roundedRectangleRGBA
int roundedRectangleRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 rad, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
shrinkSurface
SDL_Renderer* shrinkSurface(SDL_Renderer* src, int factorx, int factory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stringColor
int stringColor(SDL_Renderer* dst, Sint16 x, Sint16 y, char* s, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stringRGBA
int stringRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y, char* s, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
texturedPolygon
int texturedPolygon(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, SDL_Renderer* texture, int texture_dx, int texture_dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
texturedPolygonMT
int texturedPolygonMT(SDL_Renderer* dst, Sint16* vx, Sint16* vy, int n, SDL_Renderer* texture, int texture_dx, int texture_dy, int** polyInts, int* polyAllocated)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
thickLineColor
int thickLineColor(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 width, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
thickLineRGBA
int thickLineRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 width, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
trigonColor
int trigonColor(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
trigonRGBA
int trigonRGBA(SDL_Renderer* dst, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Sint16 x3, Sint16 y3, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vlineColor
int vlineColor(SDL_Renderer* dst, Sint16 x, Sint16 y1, Sint16 y2, Uint32 color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
vlineRGBA
int vlineRGBA(SDL_Renderer* dst, Sint16 x, Sint16 y1, Sint16 y2, Uint8 r, Uint8 g, Uint8 b, Uint8 a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zoomSurface
SDL_Renderer* zoomSurface(SDL_Renderer* src, double zoomx, double zoomy, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zoomSurfaceSize
void zoomSurfaceSize(int width, int height, double zoomx, double zoomy, int* dstwidth, int* dstheight)
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_imageFilterAbsDiff
p_SDL_imageFilterAbsDiff SDL_imageFilterAbsDiff;
Undocumented in source.
SDL_imageFilterAdd
p_SDL_imageFilterAdd SDL_imageFilterAdd;
Undocumented in source.
SDL_imageFilterAddByte
p_SDL_imageFilterAddByte SDL_imageFilterAddByte;
Undocumented in source.
SDL_imageFilterAddByteToHalf
p_SDL_imageFilterAddByteToHalf SDL_imageFilterAddByteToHalf;
Undocumented in source.
SDL_imageFilterAddUint
p_SDL_imageFilterAddUint SDL_imageFilterAddUint;
Undocumented in source.
SDL_imageFilterAlignStack
p_SDL_imageFilterAlignStack SDL_imageFilterAlignStack;
Undocumented in source.
SDL_imageFilterBinarizeUsingThreshold
p_SDL_imageFilterBinarizeUsingThreshold SDL_imageFilterBinarizeUsingThreshold;
Undocumented in source.
SDL_imageFilterBitAnd
p_SDL_imageFilterBitAnd SDL_imageFilterBitAnd;
Undocumented in source.
SDL_imageFilterBitNegation
p_SDL_imageFilterBitNegation SDL_imageFilterBitNegation;
Undocumented in source.
SDL_imageFilterBitOr
p_SDL_imageFilterBitOr SDL_imageFilterBitOr;
Undocumented in source.
SDL_imageFilterClipToRange
p_SDL_imageFilterClipToRange SDL_imageFilterClipToRange;
Undocumented in source.
SDL_imageFilterConvolveKernel3x3Divide
p_SDL_imageFilterConvolveKernel3x3Divide SDL_imageFilterConvolveKernel3x3Divide;
Undocumented in source.
SDL_imageFilterConvolveKernel3x3ShiftRight
p_SDL_imageFilterConvolveKernel3x3ShiftRight SDL_imageFilterConvolveKernel3x3ShiftRight;
Undocumented in source.
SDL_imageFilterConvolveKernel5x5Divide
p_SDL_imageFilterConvolveKernel5x5Divide SDL_imageFilterConvolveKernel5x5Divide;
Undocumented in source.
SDL_imageFilterConvolveKernel5x5ShiftRight
p_SDL_imageFilterConvolveKernel5x5ShiftRight SDL_imageFilterConvolveKernel5x5ShiftRight;
Undocumented in source.
SDL_imageFilterConvolveKernel7x7Divide
p_SDL_imageFilterConvolveKernel7x7Divide SDL_imageFilterConvolveKernel7x7Divide;
Undocumented in source.
SDL_imageFilterConvolveKernel7x7ShiftRight
p_SDL_imageFilterConvolveKernel7x7ShiftRight SDL_imageFilterConvolveKernel7x7ShiftRight;
Undocumented in source.
SDL_imageFilterConvolveKernel9x9Divide
p_SDL_imageFilterConvolveKernel9x9Divide SDL_imageFilterConvolveKernel9x9Divide;
Undocumented in source.
SDL_imageFilterConvolveKernel9x9ShiftRight
p_SDL_imageFilterConvolveKernel9x9ShiftRight SDL_imageFilterConvolveKernel9x9ShiftRight;
Undocumented in source.
SDL_imageFilterDiv
p_SDL_imageFilterDiv SDL_imageFilterDiv;
Undocumented in source.
SDL_imageFilterMMXdetect
p_SDL_imageFilterMMXdetect SDL_imageFilterMMXdetect;
Undocumented in source.
SDL_imageFilterMMXoff
p_SDL_imageFilterMMXoff SDL_imageFilterMMXoff;
Undocumented in source.
SDL_imageFilterMMXon
p_SDL_imageFilterMMXon SDL_imageFilterMMXon;
Undocumented in source.
SDL_imageFilterMean
p_SDL_imageFilterMean SDL_imageFilterMean;
Undocumented in source.
SDL_imageFilterMult
p_SDL_imageFilterMult SDL_imageFilterMult;
Undocumented in source.
SDL_imageFilterMultByByte
p_SDL_imageFilterMultByByte SDL_imageFilterMultByByte;
Undocumented in source.
SDL_imageFilterMultDivby2
p_SDL_imageFilterMultDivby2 SDL_imageFilterMultDivby2;
Undocumented in source.
SDL_imageFilterMultDivby4
p_SDL_imageFilterMultDivby4 SDL_imageFilterMultDivby4;
Undocumented in source.
SDL_imageFilterMultNor
p_SDL_imageFilterMultNor SDL_imageFilterMultNor;
Undocumented in source.
SDL_imageFilterNormalizeLinear
p_SDL_imageFilterNormalizeLinear SDL_imageFilterNormalizeLinear;
Undocumented in source.
SDL_imageFilterRestoreStack
p_SDL_imageFilterRestoreStack SDL_imageFilterRestoreStack;
Undocumented in source.
SDL_imageFilterShiftLeft
p_SDL_imageFilterShiftLeft SDL_imageFilterShiftLeft;
Undocumented in source.
SDL_imageFilterShiftLeftByte
p_SDL_imageFilterShiftLeftByte SDL_imageFilterShiftLeftByte;
Undocumented in source.
SDL_imageFilterShiftLeftUint
p_SDL_imageFilterShiftLeftUint SDL_imageFilterShiftLeftUint;
Undocumented in source.
SDL_imageFilterShiftRight
p_SDL_imageFilterShiftRight SDL_imageFilterShiftRight;
Undocumented in source.
SDL_imageFilterShiftRightAndMultByByte
p_SDL_imageFilterShiftRightAndMultByByte SDL_imageFilterShiftRightAndMultByByte;
Undocumented in source.
SDL_imageFilterShiftRightUint
p_SDL_imageFilterShiftRightUint SDL_imageFilterShiftRightUint;
Undocumented in source.
SDL_imageFilterSobelX
p_SDL_imageFilterSobelX SDL_imageFilterSobelX;
Undocumented in source.
SDL_imageFilterSobelXShiftRight
p_SDL_imageFilterSobelXShiftRight SDL_imageFilterSobelXShiftRight;
Undocumented in source.
SDL_imageFilterSub
p_SDL_imageFilterSub SDL_imageFilterSub;
Undocumented in source.
SDL_imageFilterSubByte
p_SDL_imageFilterSubByte SDL_imageFilterSubByte;
Undocumented in source.
SDL_imageFilterSubUint
p_SDL_imageFilterSubUint SDL_imageFilterSubUint;
Undocumented in source.
aacircleColor
p_aacircleColor aacircleColor;
Undocumented in source.
aacircleRGBA
p_aacircleRGBA aacircleRGBA;
Undocumented in source.
aaellipseColor
p_aaellipseColor aaellipseColor;
Undocumented in source.
aaellipseRGBA
p_aaellipseRGBA aaellipseRGBA;
Undocumented in source.
aalineColor
p_aalineColor aalineColor;
Undocumented in source.
aalineRGBA
p_aalineRGBA aalineRGBA;
Undocumented in source.
aapolygonColor
p_aapolygonColor aapolygonColor;
Undocumented in source.
aapolygonRGBA
p_aapolygonRGBA aapolygonRGBA;
Undocumented in source.
aatrigonColor
p_aatrigonColor aatrigonColor;
Undocumented in source.
aatrigonRGBA
p_aatrigonRGBA aatrigonRGBA;
Undocumented in source.
arcColor
p_arcColor arcColor;
Undocumented in source.
arcRGBA
p_arcRGBA arcRGBA;
Undocumented in source.
bezierColor
p_bezierColor bezierColor;
Undocumented in source.
bezierRGBA
p_bezierRGBA bezierRGBA;
Undocumented in source.
boxColor
p_boxColor boxColor;
Undocumented in source.
boxRGBA
p_boxRGBA boxRGBA;
Undocumented in source.
characterColor
p_characterColor characterColor;
Undocumented in source.
characterRGBA
p_characterRGBA characterRGBA;
Undocumented in source.
circleColor
p_circleColor circleColor;
Undocumented in source.
circleRGBA
p_circleRGBA circleRGBA;
Undocumented in source.
ellipseColor
p_ellipseColor ellipseColor;
Undocumented in source.
ellipseRGBA
p_ellipseRGBA ellipseRGBA;
Undocumented in source.
filledCircleColor
p_filledCircleColor filledCircleColor;
Undocumented in source.
filledCircleRGBA
p_filledCircleRGBA filledCircleRGBA;
Undocumented in source.
filledEllipseColor
p_filledEllipseColor filledEllipseColor;
Undocumented in source.
filledEllipseRGBA
p_filledEllipseRGBA filledEllipseRGBA;
Undocumented in source.
filledPieColor
p_filledPieColor filledPieColor;
Undocumented in source.
filledPieRGBA
p_filledPieRGBA filledPieRGBA;
Undocumented in source.
filledPolygonColor
p_filledPolygonColor filledPolygonColor;
Undocumented in source.
filledPolygonRGBA
p_filledPolygonRGBA filledPolygonRGBA;
Undocumented in source.
filledPolygonRGBAMT
p_filledPolygonRGBAMT filledPolygonRGBAMT;
Undocumented in source.
filledTrigonColor
p_filledTrigonColor filledTrigonColor;
Undocumented in source.
filledTrigonRGBA
p_filledTrigonRGBA filledTrigonRGBA;
Undocumented in source.
gfxPrimitivesSetFont
p_gfxPrimitivesSetFont gfxPrimitivesSetFont;
Undocumented in source.
gfxPrimitivesSetFontRotation
p_gfxPrimitivesSetFontRotation gfxPrimitivesSetFontRotation;
Undocumented in source.
hlineColor
p_hlineColor hlineColor;
Undocumented in source.
hlineRGBA
p_hlineRGBA hlineRGBA;
Undocumented in source.
lineColor
p_lineColor lineColor;
Undocumented in source.
lineRGBA
p_lineRGBA lineRGBA;
Undocumented in source.
pieColor
p_pieColor pieColor;
Undocumented in source.
pieRGBA
p_pieRGBA pieRGBA;
Undocumented in source.
pixelColor
p_pixelColor pixelColor;
Undocumented in source.
pixelRGBA
p_pixelRGBA pixelRGBA;
Undocumented in source.
polygonColor
p_polygonColor polygonColor;
Undocumented in source.
polygonRGBA
p_polygonRGBA polygonRGBA;
Undocumented in source.
rectangleColor
p_rectangleColor rectangleColor;
Undocumented in source.
rectangleRGBA
p_rectangleRGBA rectangleRGBA;
Undocumented in source.
rotozoomSurface
p_rotozoomSurface rotozoomSurface;
Undocumented in source.
rotozoomSurfaceSize
p_rotozoomSurfaceSize rotozoomSurfaceSize;
Undocumented in source.
rotozoomSurfaceSizeXY
p_rotozoomSurfaceSizeXY rotozoomSurfaceSizeXY;
Undocumented in source.
rotozoomSurfaceXY
p_rotozoomSurfaceXY rotozoomSurfaceXY;
Undocumented in source.
roundedBoxColor
p_roundedBoxColor roundedBoxColor;
Undocumented in source.
roundedBoxRGBA
p_roundedBoxRGBA roundedBoxRGBA;
Undocumented in source.
roundedRectangleColor
p_roundedRectangleColor roundedRectangleColor;
Undocumented in source.
roundedRectangleRGBA
p_roundedRectangleRGBA roundedRectangleRGBA;
Undocumented in source.
shrinkSurface
p_shrinkSurface shrinkSurface;
Undocumented in source.
stringColor
p_stringColor stringColor;
Undocumented in source.
stringRGBA
p_stringRGBA stringRGBA;
Undocumented in source.
texturedPolygon
p_texturedPolygon texturedPolygon;
Undocumented in source.
texturedPolygonMT
p_texturedPolygonMT texturedPolygonMT;
Undocumented in source.
thickLineColor
p_thickLineColor thickLineColor;
Undocumented in source.
thickLineRGBA
p_thickLineRGBA thickLineRGBA;
Undocumented in source.
trigonColor
p_trigonColor trigonColor;
Undocumented in source.
trigonRGBA
p_trigonRGBA trigonRGBA;
Undocumented in source.
vlineColor
p_vlineColor vlineColor;
Undocumented in source.
vlineRGBA
p_vlineRGBA vlineRGBA;
Undocumented in source.
zoomSurface
p_zoomSurface zoomSurface;
Undocumented in source.
zoomSurfaceSize
p_zoomSurfaceSize zoomSurfaceSize;
Undocumented in source.

Structs

SDL_gfxBlitInfo
struct SDL_gfxBlitInfo
Undocumented in source.

Meta