Results 1 - 8 of 8 results out of about 6839 pages. (4.00 seconds)
- SDL_LockSurface . . . 5 matches
- ...
= SDL_LockSurface =
Use this function to set up a surface for directly accessing the pixels.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_LockSurface(SDL_Surf...
- SDL_UnlockSurface . . . 3 matches
- ...''||the [[SDL_Surface]] structure to be unlocked||
== Code Examples ==
<<Include(SDL_LockSurface, , , from="== Code Examples ==", to="== Remarks ==")>>
== Remarks ==
<<Include(S...
- SDL_Surface . . . 3 matches
- ...require locking. */
/* Once locked, surface->pixels is safe to access. */
SDL_LockSurface(surface);
/* This assumes that color value zero is black. Use
SDL_Map...
- SGFunctions . . . 1 match
- ... structure representing` <something>.||
||''Example'': [[SDL_SetSurfaceRLE]](), [[SDL_LockSurface]](), [[SDL_GetClipRect]](), [[SDL_SaveBMP_RW]]()||
||''Note'': Of course there ar...
- SDL_SetSurfaceRLE . . . 1 match
- ...cked before directly accessing the pixels.
== Related Functions ==
.[[SDL_BlitSurface]]
.[[SDL_LockSurface]]
.[[SDL_UnlockSurface]]
----
[[CategoryAPI]], [[CategorySurface]]...
- SDL_MUSTLOCK . . . 1 match
- ...ou can add your code example here
}}}
== Remarks ==
''You can add useful comments here''
== Related Functions ==
.[[SDL_LockSurface]]
----
[[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...
