Results 1 - 25 of 39 results out of about 6838 pages. (3.34 seconds)
- SDL_RectEquals . . . 7 matches
- ...
= SDL_RectEquals =
Use this function to check whether two rectangles are equal.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_bool SDL_RectEquals(const SDL_Rect* a,...
- SDL_RectEmpty . . . 5 matches
- ...
= SDL_RectEmpty =
Use this function to check whether a rectangle has no area.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_bool SDL_RectEmpty(const SDL_Rect* r)
}}...
- SDL_Rect . . . 5 matches
- ...
= SDL_Rect =
A structure that contains the definition of a rectangle, with the origin at the upper left.
<<TableOfContents()>>
== Data Fields ==
||int||'''x'''||the x location ...
- SDL_UnionRect . . . 6 matches
- ...les.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_UnionRect(const SDL_Rect* A,
const SDL_Rect* B,
SDL_Rect* result)
...
- SDL_RenderCopy . . . 6 matches
- ...rer* renderer,
SDL_Texture* texture,
const SDL_Rect* srcrect,
const SDL_Rect* dstrect)
}}}
== Function Parameters ==
|...
- SDL_IntersectRect . . . 6 matches
- ...TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_bool SDL_IntersectRect(const SDL_Rect* A,
const SDL_Rect* B,
SDL_Rect...
- SDL_RenderCopyEx . . . 4 matches
- ...erer,
SDL_Texture* texture,
const SDL_Rect* srcrect,
const SDL_Rect* dstrect,
...
- SDL_LowerBlitScaled . . . 4 matches
- ...
{{{#!highlight cpp
int SDL_LowerBlitScaled(SDL_Surface* src,
SDL_Rect* srcrect,
SDL_Surface* dst,
SDL_Re...
- SDL_LowerBlit . . . 4 matches
- ...== Syntax ==
{{{#!highlight cpp
int SDL_LowerBlit(SDL_Surface* src,
SDL_Rect* srcrect,
SDL_Surface* dst,
SDL_Rect* dstre...
- SDL_HasIntersection . . . 4 matches
- ...bleOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_bool SDL_HasIntersection(const SDL_Rect* A,
const SDL_Rect* B)
}}}
== Function Parameters ==
||...
- SDL_EnclosePoints . . . 4 matches
- ...,
int count,
const SDL_Rect* clip,
SDL_Rect* result)
}}}
== Function Paramete...
- SDL_BlitSurface . . . 4 matches
- ...{{{#!highlight cpp
int SDL_BlitSurface(SDL_Surface* src,
const SDL_Rect* srcrect,
SDL_Surface* dst,
SDL_Rect* ...
- SDL_BlitScaled . . . 4 matches
- ...=
{{{#!highlight cpp
int SDL_BlitScaled(SDL_Surface* src,
const SDL_Rect* srcrect,
SDL_Surface* dst,
SDL_Rect* ...
- SDL_GetDisplayBounds . . . 3 matches
- ...ghlight cpp
int SDL_GetDisplayBounds(int displayIndex,
SDL_Rect* rect)
}}}
== Function Parameters ==
||'''displayIndex'''||the index of the display ...
- SDL_UpdateWindowSurfaceRects . . . 2 matches
- ...int SDL_UpdateWindowSurfaceRects(SDL_Window* window,
const SDL_Rect* rects,
int numrects)
}}}
== Function Par...
- SDL_UpdateTexture . . . 2 matches
- ...hlight cpp
int SDL_UpdateTexture(SDL_Texture* texture,
const SDL_Rect* rect,
const void* pixels,
int ...
- SDL_Surface . . . 2 matches
- ...lor: rgb(128, 128, 128);">used for surfaces that require locking (internal use)||
||[[SDL_Rect]] ||'''clip_rect''' ||an [[SDL_Rect]] structure used to clip blits to the surface whi...
- SDL_SetTextInputRect . . . 2 matches
- ...ts.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
void SDL_SetTextInputRect(SDL_Rect* rect)
}}}
== Function Parameters ==
||'''rect'''||the [[SDL_Rect]] structure repres...
- SDL_SetClipRect . . . 2 matches
- ... cpp
SDL_bool SDL_SetClipRect(SDL_Surface* surface,
const SDL_Rect* rect)
}}}
== Function Parameters ==
||'''surface'''||the [[SDL_Surface]] structure ...
- SDL_RenderSetViewport . . . 2 matches
- ...p
int SDL_RenderSetViewport(SDL_Renderer* renderer,
const SDL_Rect* rect)
}}}
== Function Parameters ==
||'''renderer'''||the rendering context||
||'''...
- SDL_RenderSetClipRect . . . 2 matches
- ...p
int SDL_RenderSetClipRect(SDL_Renderer* renderer,
const SDL_Rect* rect)
}}}
== Function Parameters ==
||'''renderer'''||the rendering context for wh...
- SDL_RenderReadPixels . . . 2 matches
- ...cpp
int SDL_RenderReadPixels(SDL_Renderer* renderer,
const SDL_Rect* rect,
Uint32 format,
void...
- SDL_RenderGetViewport . . . 2 matches
- ...ght cpp
void SDL_RenderGetViewport(SDL_Renderer* renderer,
SDL_Rect* rect)
}}}
== Function Parameters ==
||'''renderer'''||the rendering context||
|...
- SDL_RenderGetClipRect . . . 2 matches
- ...ght cpp
void SDL_RenderGetClipRect(SDL_Renderer* renderer,
SDL_Rect* rect)
}}}
== Function Parameters ==
||'''renderer'''||the rendering context fr...
- SDL_RenderFillRects . . . 2 matches
- ...t cpp
int SDL_RenderFillRects(SDL_Renderer* renderer,
const SDL_Rect* rects,
int count)
}}}
== Function Parameters ==...
