Wiki Page Content

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,...

0.9k - rev: 6 (current) last modified: 2013-08-11 12:25:26

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) }}...

0.8k - rev: 7 (current) last modified: 2013-08-11 12:23:59

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 ...

1.2k - rev: 15 (current) last modified: 2015-11-18 21:12:51

SDL_UnionRect . . . 6 matches
...les. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_UnionRect(const SDL_Rect* A, const SDL_Rect* B, SDL_Rect* result) ...

0.7k - rev: 4 (current) last modified: 2010-10-16 06:13:40

SDL_RenderCopy . . . 6 matches
...rer* renderer, SDL_Texture* texture, const SDL_Rect* srcrect, const SDL_Rect* dstrect) }}} == Function Parameters == |...

4.2k - rev: 27 (current) last modified: 2015-08-18 20:57:36

SDL_IntersectRect . . . 6 matches
...TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_bool SDL_IntersectRect(const SDL_Rect* A, const SDL_Rect* B, SDL_Rect...

1.0k - rev: 7 (current) last modified: 2016-07-15 20:50:46

SDL_RenderCopyEx . . . 4 matches
...erer, SDL_Texture* texture, const SDL_Rect* srcrect, const SDL_Rect* dstrect, ...

2.1k - rev: 10 (current) last modified: 2017-08-11 20:23:50

SDL_LowerBlitScaled . . . 4 matches
... {{{#!highlight cpp int SDL_LowerBlitScaled(SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Re...

1.1k - rev: 5 (current) last modified: 2013-08-08 22:02:44

SDL_LowerBlit . . . 4 matches
...== Syntax == {{{#!highlight cpp int SDL_LowerBlit(SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstre...

1.2k - rev: 8 (current) last modified: 2013-08-08 21:05:45

SDL_HasIntersection . . . 4 matches
...bleOfContents()>> == Syntax == {{{#!highlight cpp SDL_bool SDL_HasIntersection(const SDL_Rect* A, const SDL_Rect* B) }}} == Function Parameters == ||...

0.8k - rev: 8 (current) last modified: 2016-07-15 20:47:16

SDL_EnclosePoints . . . 4 matches
..., int count, const SDL_Rect* clip, SDL_Rect* result) }}} == Function Paramete...

1.2k - rev: 9 (current) last modified: 2010-10-16 05:58:42

SDL_BlitSurface . . . 4 matches
...{{{#!highlight cpp int SDL_BlitSurface(SDL_Surface* src, const SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* ...

3.5k - rev: 19 (current) last modified: 2014-03-30 21:07:59

SDL_BlitScaled . . . 4 matches
...= {{{#!highlight cpp int SDL_BlitScaled(SDL_Surface* src, const SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* ...

1.2k - rev: 4 (current) last modified: 2013-12-07 13:30:49

SDL_GetDisplayBounds . . . 3 matches
...ghlight cpp int SDL_GetDisplayBounds(int displayIndex, SDL_Rect* rect) }}} == Function Parameters == ||'''displayIndex'''||the index of the display ...

0.9k - rev: 8 (current) last modified: 2014-06-22 07:46:28

SDL_UpdateWindowSurfaceRects . . . 2 matches
...int SDL_UpdateWindowSurfaceRects(SDL_Window* window, const SDL_Rect* rects, int numrects) }}} == Function Par...

1.1k - rev: 7 (current) last modified: 2014-11-26 20:57:16

SDL_UpdateTexture . . . 2 matches
...hlight cpp int SDL_UpdateTexture(SDL_Texture* texture, const SDL_Rect* rect, const void* pixels, int ...

1.6k - rev: 17 (current) last modified: 2017-08-11 23:41:29

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...

3.2k - rev: 32 (current) last modified: 2017-07-14 21:51:36

SDL_SetTextInputRect . . . 2 matches
...ts. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_SetTextInputRect(SDL_Rect* rect) }}} == Function Parameters == ||'''rect'''||the [[SDL_Rect]] structure repres...

0.7k - rev: 7 (current) last modified: 2015-01-28 20:26:24

SDL_SetClipRect . . . 2 matches
... cpp SDL_bool SDL_SetClipRect(SDL_Surface* surface, const SDL_Rect* rect) }}} == Function Parameters == ||'''surface'''||the [[SDL_Surface]] structure ...

1.0k - rev: 13 (current) last modified: 2011-04-05 20:54:56

SDL_RenderSetViewport . . . 2 matches
...p int SDL_RenderSetViewport(SDL_Renderer* renderer, const SDL_Rect* rect) }}} == Function Parameters == ||'''renderer'''||the rendering context|| ||'''...

0.9k - rev: 3 (current) last modified: 2011-05-17 17:49:38

SDL_RenderSetClipRect . . . 2 matches
...p int SDL_RenderSetClipRect(SDL_Renderer* renderer, const SDL_Rect* rect) }}} == Function Parameters == ||'''renderer'''||the rendering context for wh...

1.0k - rev: 7 (current) last modified: 2015-06-20 19:51:37

SDL_RenderReadPixels . . . 2 matches
...cpp int SDL_RenderReadPixels(SDL_Renderer* renderer, const SDL_Rect* rect, Uint32 format, void...

1.9k - rev: 16 (current) last modified: 2020-04-29 20:50:08

SDL_RenderGetViewport . . . 2 matches
...ght cpp void SDL_RenderGetViewport(SDL_Renderer* renderer, SDL_Rect* rect) }}} == Function Parameters == ||'''renderer'''||the rendering context|| |...

0.7k - rev: 2 (current) last modified: 2011-03-14 17:54:42

SDL_RenderGetClipRect . . . 2 matches
...ght cpp void SDL_RenderGetClipRect(SDL_Renderer* renderer, SDL_Rect* rect) }}} == Function Parameters == ||'''renderer'''||the rendering context fr...

0.9k - rev: 5 (current) last modified: 2015-06-20 19:47:56

SDL_RenderFillRects . . . 2 matches
...t cpp int SDL_RenderFillRects(SDL_Renderer* renderer, const SDL_Rect* rects, int count) }}} == Function Parameters ==...

1.1k - rev: 11 (current) last modified: 2011-03-14 17:58:51

1 2 Next
(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit