ManaPlus
|
#include "resources/imagehelper.h"
#include "logger.h"
#include "resources/dye/dye.h"
#include "resources/dye/dyepalette.h"
#include "utils/sdlcheckutils.h"
#include <SDL_image.h>
#include "debug.h"
Go to the source code of this file.
Variables | |
ImageHelper * | imageHelper = 0 |
ImageHelper * | surfaceImageHelper = 0 |
ImageHelper* imageHelper = 0 |
Definition at line 44 of file imagehelper.cpp.
Referenced by AmbientLayer::AmbientLayer(), AtlasManager::convertAtlas(), AtlasManager::convertEmptyAtlas(), GraphicsManager::createRenderers(), AtlasManager::createSDLAtlas(), GraphicsManager::deleteRenderers(), Desktop::draw(), AmbientLayer::draw(), Font::Font(), TextChunk::generate(), Client::initGraphics(), anonymous_namespace{imageloader.cpp}::DyedImageLoader::load(), main(), MapDebugTab::MapDebugTab(), CompoundSprite::redraw(), CompoundSprite::setAlpha(), Desktop::setBestFittingWallpaper(), Minimap::setMap(), TestLauncher::testBlitSpeed(), TestLauncher::testTextures(), and CompoundSprite::updateImages().
ImageHelper* surfaceImageHelper = 0 |
Definition at line 45 of file imagehelper.cpp.
Referenced by GraphicsManager::createRenderers(), GraphicsManager::deleteRenderers(), and AtlasManager::loadImages().