|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "TextureManager.h"#include "utils/Color.h"#include "utils/Geometry.h"#include "guiinfo/GUIInfoColor.h"Classes | |
| class | CAspectRatio |
| class | CTextureInfo |
| class | CGUITextureBase |
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 |
| #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 |