|
SDL
2.0
|
#include "../../SDL_internal.h"
Include dependency graph for SDL_blendpoint.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | SDL_BlendPoint (SDL_Surface *dst, int x, int y, SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) |
| int | SDL_BlendPoints (SDL_Surface *dst, const SDL_Point *points, int count, SDL_BlendMode blendMode, Uint8 r, Uint8 g, Uint8 b, Uint8 a) |
| int SDL_BlendPoint | ( | SDL_Surface * | dst, |
| int | x, | ||
| int | y, | ||
| SDL_BlendMode | blendMode, | ||
| Uint8 | r, | ||
| Uint8 | g, | ||
| Uint8 | b, | ||
| Uint8 | a | ||
| ) |
Definition at line 217 of file SDL_blendpoint.c.
References blendMode, DRAW_MUL, SDL_BLENDMODE_ADD, SDL_BLENDMODE_BLEND, SDL_BlendPoint_ARGB8888(), SDL_BlendPoint_RGB(), SDL_BlendPoint_RGB555(), SDL_BlendPoint_RGB565(), SDL_BlendPoint_RGB888(), SDL_BlendPoint_RGBA(), and SDL_SetError.
Referenced by SDL_BlendLines().
| int SDL_BlendPoints | ( | SDL_Surface * | dst, |
| const SDL_Point * | points, | ||
| int | count, | ||
| SDL_BlendMode | blendMode, | ||
| Uint8 | r, | ||
| Uint8 | g, | ||
| Uint8 | b, | ||
| Uint8 | a | ||
| ) |
Definition at line 278 of file SDL_blendpoint.c.
References blendMode, DRAW_MUL, i, int(), NULL, SDL_BLENDMODE_ADD, SDL_BLENDMODE_BLEND, SDL_BlendPoint_ARGB8888(), SDL_BlendPoint_RGB(), SDL_BlendPoint_RGB555(), SDL_BlendPoint_RGB565(), SDL_BlendPoint_RGB888(), SDL_BlendPoint_RGBA(), and SDL_SetError.
Referenced by SW_RunCommandQueue().