Results 26 - 39 of 39 results out of about 6839 pages. (6.65 seconds)
- SDL_RenderFillRect . . . 2 matches
- ...ght cpp
int SDL_RenderFillRect(SDL_Renderer* renderer,
const SDL_Rect* rect)
}}}
== Function Parameters ==
||'''renderer'''||the rendering context||
||'''...
- SDL_RenderDrawRects . . . 2 matches
- ...t cpp
int SDL_RenderDrawRects(SDL_Renderer* renderer,
const SDL_Rect* rects,
int count)
}}}
== Function Parameters ==...
- SDL_RenderDrawRect . . . 2 matches
- ...ght cpp
int SDL_RenderDrawRect(SDL_Renderer* renderer,
const SDL_Rect* rect)
}}}
== Function Parameters ==
||'''renderer'''||the rendering context||
||'''...
- SDL_PointInRect . . . 2 matches
- ...light cpp
SDL_bool SDL_PointInRect(const SDL_Point* p,
const SDL_Rect* r)
}}}
== Function Parameters ==
||'''p'''||an [[SDL_Point]] which is the point||...
- SDL_Point . . . 2 matches
- ...is used by [[SDL_EnclosePoints]]() to check if array of points is inside rectangle ([[SDL_Rect]]).
You can also make your own functions using [[SDL_Point]] to simplify your code, i...
- SDL_LockTexture . . . 2 matches
- ...!highlight cpp
int SDL_LockTexture(SDL_Texture* texture,
const SDL_Rect* rect,
void** pixels,
int* ...
- SDL_IntersectRectAndLine . . . 2 matches
- ...Contents()>>
== Syntax ==
{{{#!highlight cpp
SDL_bool SDL_IntersectRectAndLine(const SDL_Rect* rect,
int* X1,
...
- SDL_GetDisplayUsableBounds . . . 2 matches
- ...int SDL_GetDisplayUsableBounds(int displayIndex,
SDL_Rect* rect)
}}}
== Function Parameters ==
||'''displayIndex'''||the index of the display...
- SDL_GetClipRect . . . 2 matches
- ...==
{{{#!highlight cpp
void SDL_GetClipRect(SDL_Surface* surface,
SDL_Rect* rect)
}}}
== Function Parameters ==
||'''surface'''||the [[SDL_Surface]] structu...
- SDL_FillRects . . . 2 matches
- ... ==
{{{#!highlight cpp
int SDL_FillRects(SDL_Surface* dst,
const SDL_Rect* rects,
int count,
Uint32 co...
- SDL_FillRect . . . 2 matches
- ...ax ==
{{{#!highlight cpp
int SDL_FillRect(SDL_Surface* dst,
const SDL_Rect* rect,
Uint32 color)
}}}
== Function Parameters ==
||'''ds...
- CategoryRect . . . 2 matches
- ...e Functions =
'''Include File(s):''' [[http://hg.libsdl.org/SDL/file/default/include/SDL_rect.h|SDL_rect.h]]
<<TableOfContents()>>
== Introduction ==
This category contains fun...
- CategoryStruct . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API Structures =
<<TableOfContents()>>
== Introduction ==
This category contains a...
- 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...
