Results 1 - 11 of 11 results out of about 6839 pages. (3.12 seconds)
- SDL_CreateRGBSurface . . . 9 matches
- ...
= SDL_CreateRGBSurface =
Use this function to allocate a new RGB surface.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Surface* SDL_CreateRGBSurface(Uint32 flags,
...
- SDL_CreateRGBSurfaceWithFormatFrom . . . 7 matches
- ...i.libsdl.org/moin.cgi/SGFunctions for details on editing this page*^*^*^*^*
= SDL_CreateRGBSurfaceWithFormatFrom =
Use this function to allocate an RGB surface from provided pixe...
- SDL_CreateRGBSurfaceWithFormat . . . 7 matches
- ...i.libsdl.org/moin.cgi/SGFunctions for details on editing this page*^*^*^*^*
= SDL_CreateRGBSurfaceWithFormat =
Use this function to allocate an RGB surface.
<<TableOfContents()...
- SDL_CreateRGBSurfaceFrom . . . 7 matches
- ...
= SDL_CreateRGBSurfaceFrom =
Use this function to allocate a new RGB surface with existing pixel data.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Surface* SDL_Cr...
- SDL_FreeSurface . . . 3 matches
- ...dd your code example here
}}}
== Remarks ==
If the surface was created using [[SDL_CreateRGBSurfaceFrom]]() then the pixel data is not freed.
It is safe to pass NULL to this func...
- SDL_Surface . . . 2 matches
- ...
== Related Functions ==
. [[SDL_BlitSurface]]
. [[SDL_ConvertSurface]]
. [[SDL_CreateRGBSurface]]
. [[SDL_CreateRGBSurfaceFrom]]
. [[SDL_FillRect]]
. [[SDL_FillRects]]
. [...
- SGFunctions . . . 1 match
- ...urnValue` is replaced with the value you are interested in.)||
||''Example'': [[SDL_CreateRGBSurfaceFrom]]()||
||<( |3 30%>''If'' the return value is __void*__||<<Anchor(void*)>>''...
- SDL_SetPaletteColors . . . 1 match
- ...example here
}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_AllocPalette]]
.[[SDL_CreateRGBSurface]]
----
[[CategoryAPI]], CategoryPixels...
- SDL_ConvertSurface . . . 1 match
- ...ture blits, making them faster.
== Related Functions ==
.[[SDL_AllocFormat]]
.[[SDL_ConvertSurfaceFormat]]
.[[SDL_CreateRGBSurface]]
----
[[CategoryAPI]], [[CategorySurface]]...
- CategorySurface . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Surface Creation and Simple Drawing =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/fil...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
