|
FIFE
|
#include <cassert>#include <iostream>#include "util/log/logger.h"#include "util/structures/rect.h"#include "video/imagemanager.h"#include "video/renderbackend.h"#include "renderbackendsdl.h"#include "sdlblendingfunctions.h"#include "sdlimage.h"
Include dependency graph for sdlimage.cpp:Go to the source code of this file.
Namespaces | |
| FIFE | |
| All FIFE related code is in this namespace. | |
Functions | |
| void | FIFE::SDL_BlitSurfaceWithAlpha (const SDL_Surface *src, const SDL_Rect *srcRect, SDL_Surface *dst, SDL_Rect *dstRect, uint8_t alpha) |
| void | FIFE::zoomSurface (SDL_Surface *src, SDL_Surface *dst) |
| SDL_Surface * | FIFE::getZoomedSurface (SDL_Surface *src, double zoomx, double zoomy) |
| bool | FIFE::nearlyEqual (float a, float b) |