Results 1 - 25 of 46 results out of about 6839 pages. (4.07 seconds)
- SDL_Surface . . . 3 matches
- ...
= SDL_Surface =
A structure that contains a collection of pixels used in software blitting.
<<TableOfContents()>>
== Data Fields ==
||<style="color: rgb(128, 128, 128);">Uint3...
- MigrationGuide . . . 15 matches
- ...mething like this:
{{{#!highlight cpp
SDL_WM_SetCaption("My Game Window", "game");
SDL_Surface *screen = SDL_SetVideoMode(640, 480, 0, SDL_FULLSCREEN | SDL_OPENGL);
}}}
Which is...
- GuiaDeMigracion . . . 14 matches
- ...blemente algo asÃ:
{{{#!highlight cpp
SDL_WM_SetCaption("My Game Window", "game");
SDL_Surface *screen = SDL_SetVideoMode(640, 480, 0, SDL_FULLSCREEN | SDL_OPENGL);
}}}
Ahora de...
- SDL_ConvertSurface . . . 6 matches
- ... a specified pixel format.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Surface* SDL_ConvertSurface(SDL_Surface* src,
con...
- SGStructures . . . 5 matches
- ...occurs on the page.-~||
||''Example'': [[SDL_LoadWAV_RW]](), [[SDL_DisplayMode]], [[SDL_Surface]]||
~-[[#ToC|Return to Table of Contents]]-~
<<BR>>
<<BR>>
=== Table of Content...
- SDL_SetWindowIcon . . . 4 matches
- ...{#!highlight cpp
void SDL_SetWindowIcon(SDL_Window* window,
SDL_Surface* icon)
}}}
== Function Parameters ==
||'''window'''||the window to change||
||'''i...
- SDL_PixelFormat . . . 4 matches
- ...or]] structure from `surface->format->palette->colors`. Like so:
{{{#!highlight cpp
SDL_Surface *surface;
SDL_PixelFormat *fmt;
SDL_Color *color;
Uint8 index;
.
.
/* Create surf...
- SDL_LowerBlitScaled . . . 4 matches
- ...ly.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_LowerBlitScaled(SDL_Surface* src,
SDL_Rect* srcrect,
SDL_Sur...
- SDL_LowerBlit . . . 4 matches
- ...ing only.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_LowerBlit(SDL_Surface* src,
SDL_Rect* srcrect,
SDL_Surface* dst,
...
- SDL_CreateRGBSurfaceWithFormatFrom . . . 4 matches
- ...from provided pixel data.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Surface* SDL_CreateRGBSurfaceWithFormatFrom(void* pixels,
...
- SDL_CreateRGBSurfaceFrom . . . 4 matches
- ...e with existing pixel data.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Surface* SDL_CreateRGBSurfaceFrom(void* pixels,
int ...
- SDL_BlitSurface . . . 4 matches
- ...urface.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_BlitSurface(SDL_Surface* src,
const SDL_Rect* srcrect,
SDL_Surfa...
- SDL_BlitScaled . . . 4 matches
- ...surface.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_BlitScaled(SDL_Surface* src,
const SDL_Rect* srcrect,
SDL_Surface...
- SDL_SaveBMP . . . 3 matches
- ...a BMP file.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_SaveBMP(SDL_Surface* surface,
const char* file)
}}}
== Function Parameters ==
||'''su...
- SDL_FillRect . . . 3 matches
- ...fic color.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_FillRect(SDL_Surface* dst,
const SDL_Rect* rect,
Uint32 co...
- SDL_CreateTextureFromSurface . . . 3 matches
- ...extureFromSurface(SDL_Renderer* renderer,
SDL_Surface* surface)
}}}
== Function Parameters ==
||'''renderer'''||the rendering context||...
- SDL_CreateSoftwareRenderer . . . 3 matches
- ...tents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Renderer* SDL_CreateSoftwareRenderer(SDL_Surface* surface)
}}}
== Function Parameters ==
||'''surface'''||the [[SDL_Surface]] struc...
- SDL_CreateRGBSurfaceWithFormat . . . 3 matches
- ... allocate an RGB surface.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Surface* SDL_CreateRGBSurfaceWithFormat(Uint32 flags,
...
- SDL_CreateRGBSurface . . . 3 matches
- ...allocate a new RGB surface.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Surface* SDL_CreateRGBSurface(Uint32 flags,
int width,...
- SDL_CreateColorCursor . . . 3 matches
- ...leOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Cursor* SDL_CreateColorCursor(SDL_Surface* surface,
int hot_x,
...
- SDL_ConvertSurfaceFormat . . . 3 matches
- ...ce of the specified format.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Surface* SDL_ConvertSurfaceFormat(SDL_Surface* src,
U...
- SGEnumerations . . . 2 matches
- ...specified.||
||''Example'': There are currently no enumeration examples of this. [[SDL_Surface]], [[SDL_PixelFormat]]||
||<( |3 30%>''If'' __another API page__ is referenced ''an...
- SDL_UnlockSurface . . . 2 matches
- ...els.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_UnlockSurface(SDL_Surface* surface)
}}}
== Function Parameters ==
||'''surface'''||the [[SDL_Surface]] struc...
- SDL_SetSurfaceRLE . . . 2 matches
- ...face.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_SetSurfaceRLE(SDL_Surface* surface,
int flag)
}}}
== Function Parameters ==
|...
- SDL_SetSurfacePalette . . . 2 matches
- ....
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
int SDL_SetSurfacePalette(SDL_Surface* surface,
SDL_Palette* palette)
}}}
== Function Paramete...
