|
SDL
2.0
|
Include dependency graph for SDL_blendpoint.c:Go to the source code of this file.
| 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().
|
static |
Definition at line 108 of file SDL_blendpoint.c.
References blendMode, DRAW_SETPIXELXY_ADD_ARGB8888, DRAW_SETPIXELXY_ARGB8888, DRAW_SETPIXELXY_BLEND_ARGB8888, DRAW_SETPIXELXY_MOD_ARGB8888, DRAW_SETPIXELXY_MUL_ARGB8888, SDL_BLENDMODE_ADD, SDL_BLENDMODE_BLEND, SDL_BLENDMODE_MOD, and SDL_BLENDMODE_MUL.
Referenced by SDL_BlendPoint(), and SDL_BlendPoints().
|
static |
Definition at line 134 of file SDL_blendpoint.c.
References blendMode, SDL_PixelFormat::BytesPerPixel, DRAW_SETPIXELXY2_ADD_RGB, DRAW_SETPIXELXY2_BLEND_RGB, DRAW_SETPIXELXY2_MOD_RGB, DRAW_SETPIXELXY2_MUL_RGB, DRAW_SETPIXELXY2_RGB, DRAW_SETPIXELXY4_ADD_RGB, DRAW_SETPIXELXY4_BLEND_RGB, DRAW_SETPIXELXY4_MOD_RGB, DRAW_SETPIXELXY4_MUL_RGB, DRAW_SETPIXELXY4_RGB, SDL_PixelFormat::format, SDL_BLENDMODE_ADD, SDL_BLENDMODE_BLEND, SDL_BLENDMODE_MOD, SDL_BLENDMODE_MUL, and SDL_Unsupported.
Referenced by SDL_BlendPoint(), and SDL_BlendPoints().
|
static |
Definition at line 30 of file SDL_blendpoint.c.
References blendMode, DRAW_SETPIXELXY_ADD_RGB555, DRAW_SETPIXELXY_BLEND_RGB555, DRAW_SETPIXELXY_MOD_RGB555, DRAW_SETPIXELXY_MUL_RGB555, DRAW_SETPIXELXY_RGB555, SDL_BLENDMODE_ADD, SDL_BLENDMODE_BLEND, SDL_BLENDMODE_MOD, and SDL_BLENDMODE_MUL.
Referenced by SDL_BlendPoint(), and SDL_BlendPoints().
|
static |
Definition at line 56 of file SDL_blendpoint.c.
References blendMode, DRAW_SETPIXELXY_ADD_RGB565, DRAW_SETPIXELXY_BLEND_RGB565, DRAW_SETPIXELXY_MOD_RGB565, DRAW_SETPIXELXY_MUL_RGB565, DRAW_SETPIXELXY_RGB565, SDL_BLENDMODE_ADD, SDL_BLENDMODE_BLEND, SDL_BLENDMODE_MOD, and SDL_BLENDMODE_MUL.
Referenced by SDL_BlendPoint(), and SDL_BlendPoints().
|
static |
Definition at line 82 of file SDL_blendpoint.c.
References blendMode, DRAW_SETPIXELXY_ADD_RGB888, DRAW_SETPIXELXY_BLEND_RGB888, DRAW_SETPIXELXY_MOD_RGB888, DRAW_SETPIXELXY_MUL_RGB888, DRAW_SETPIXELXY_RGB888, SDL_BLENDMODE_ADD, SDL_BLENDMODE_BLEND, SDL_BLENDMODE_MOD, and SDL_BLENDMODE_MUL.
Referenced by SDL_BlendPoint(), and SDL_BlendPoints().
|
static |
Definition at line 185 of file SDL_blendpoint.c.
References blendMode, SDL_PixelFormat::BytesPerPixel, DRAW_SETPIXELXY4_ADD_RGBA, DRAW_SETPIXELXY4_BLEND_RGBA, DRAW_SETPIXELXY4_MOD_RGBA, DRAW_SETPIXELXY4_MUL_RGBA, DRAW_SETPIXELXY4_RGBA, SDL_PixelFormat::format, SDL_BLENDMODE_ADD, SDL_BLENDMODE_BLEND, SDL_BLENDMODE_MOD, SDL_BLENDMODE_MUL, and SDL_Unsupported.
Referenced by SDL_BlendPoint(), and SDL_BlendPoints().
| 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().