ManaPlus
|
#include "render/safeopenglgraphics.h"
#include "resources/imagerect.h"
#include "resources/safeopenglimagehelper.h"
#include "resources/image/image.h"
#include "utils/sdlcheckutils.h"
#include "debug.h"
#include "render/graphics_drawImageRect.hpp"
#include "render/graphics_calcImageRect.hpp"
Go to the source code of this file.
Functions | |
static void | drawQuad (const Image *image, const int srcX, const int srcY, const int dstX, const int dstY, const int width, const int height) A_INLINE |
static void | drawRescaledQuad (const Image *const image, const int srcX, const int srcY, const int dstX, const int dstY, const int width, const int height, const int desiredWidth, const int desiredHeight) A_INLINE |
|
inlinestatic |
Definition at line 91 of file safeopenglgraphics.cpp.
References SafeOpenGLImageHelper::mTextureType.
|
inlinestatic |
Definition at line 139 of file safeopenglgraphics.cpp.
References SafeOpenGLImageHelper::mTextureType.