Results 1 - 5 of 5 results out of about 6839 pages. (3.90 seconds)
- SDL_LockSurface . . . 4 matches
- ...ce(surface);
/* Surface is locked */
/* Direct pixel access on surface here */
SDL_UnlockSurface(surface);
/* Surface is now unlocked */
}}}
== Remarks ==
Between calls to [[...
- SDL_Surface . . . 3 matches
- ...buffer. */
SDL_memset(surface->pixels, 0, surface->h * surface->pitch);
SDL_UnlockSurface(surface);
}
}}}
== Remarks ==
With most surfaces you can access the pixels dire...
- SDL_SetSurfaceRLE . . . 1 match
- ...cked before directly accessing the pixels.
== Related Functions ==
.[[SDL_BlitSurface]]
.[[SDL_LockSurface]]
.[[SDL_UnlockSurface]]
----
[[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...
