Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "TextureManager.h"
#include "guiinfo/GUIInfoColor.h"
#include "utils/ColorUtils.h"
#include "utils/Geometry.h"
#include <functional>
Classes | |
class | CAspectRatio |
class | CTextureInfo |
class | CGUITexture |
Macros | |
#define | ASPECT_ALIGN_CENTER 0 |
#define | ASPECT_ALIGN_LEFT 1 |
#define | ASPECT_ALIGN_RIGHT 2 |
#define | ASPECT_ALIGNY_CENTER 0 |
#define | ASPECT_ALIGNY_TOP 4 |
#define | ASPECT_ALIGNY_BOTTOM 8 |
#define | ASPECT_ALIGN_MASK 3 |
#define | ASPECT_ALIGNY_MASK ~3 |
Typedefs | |
using | CreateGUITextureFunc |
using | DrawQuadFunc |
#define ASPECT_ALIGN_CENTER 0 |
#define ASPECT_ALIGN_LEFT 1 |
#define ASPECT_ALIGN_MASK 3 |
#define ASPECT_ALIGN_RIGHT 2 |
#define ASPECT_ALIGNY_BOTTOM 8 |
#define ASPECT_ALIGNY_CENTER 0 |
#define ASPECT_ALIGNY_MASK ~3 |
#define ASPECT_ALIGNY_TOP 4 |
using CreateGUITextureFunc |
using DrawQuadFunc |