Results 1 - 6 of 6 results out of about 6839 pages. (4.58 seconds)
- SDL_FillRect . . . 5 matches
- ...
= SDL_FillRect =
Use this function to perform a fast fill of a rectangle with a specific color.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_FillRect(SDL_Surfa...
- SDL_FillRects . . . 4 matches
- ...
= SDL_FillRects =
Use this function to perform a fast fill of a set of rectangles with a specific color.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_FillRects...
- SDL_Surface . . . 3 matches
- ...t to show how to edit a surface's pixels on the CPU, but
normally you should use SDL_FillRect() to wipe a surface's contents. */
void WipeSurface(SDL_Surface *surface)
{
/* ...
- SGFunctions . . . 1 match
- ...ing the rectangles to`, followed by what the rectangles are for.||
||''Example'': [[SDL_FillRect]](), [[SDL_RenderDrawRect]](), [[SDL_IntersectRectAndLine]](), [[SDL_RenderDrawRect...
- 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...
