Results 1 - 8 of 8 results out of about 6839 pages. (3.19 seconds)
- SDL_CreateRGBSurfaceFrom . . . 4 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 . . . 2 matches
- ... 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 functi...
- SGFunctions . . . 1 match
- ...nValue` is replaced with the value you are interested in.)||
||''Example'': [[SDL_CreateRGBSurfaceFrom]]()||
||<( |3 30%>''If'' the return value is __void*__||<<Anchor(void*)>>''Ac...
- SDL_Surface . . . 1 match
- ...[SDL_BlitSurface]]
. [[SDL_ConvertSurface]]
. [[SDL_CreateRGBSurface]]
. [[SDL_CreateRGBSurfaceFrom]]
. [[SDL_FillRect]]
. [[SDL_FillRects]]
. [[SDL_FreeSurface]]
. [[SDL_Ge...
- SDL_CreateRGBSurfaceWithFormatFrom . . . 1 match
- ... ==
This function is available since SDL 2.0.5.
== Related Functions ==
.[[SDL_CreateRGBSurfaceFrom]]
.[[SDL_CreateRGBSurfaceWithFormat]]
.[[SDL_FreeSurface]]
##Remove this se...
- SDL_CreateRGBSurface . . . 1 match
- ...Mode]]() and selecting a different `blendMode`.
== Related Functions ==
.[[SDL_CreateRGBSurfaceFrom]]
.[[SDL_CreateRGBSurfaceWithFormat]]
.[[SDL_FreeSurface]]
----
[[Category...
- 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...
