Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
GUITexture.h File Reference
#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
 

Macro Definition Documentation

◆ ASPECT_ALIGN_CENTER

#define ASPECT_ALIGN_CENTER   0

◆ ASPECT_ALIGN_LEFT

#define ASPECT_ALIGN_LEFT   1

◆ ASPECT_ALIGN_MASK

#define ASPECT_ALIGN_MASK   3

◆ ASPECT_ALIGN_RIGHT

#define ASPECT_ALIGN_RIGHT   2

◆ ASPECT_ALIGNY_BOTTOM

#define ASPECT_ALIGNY_BOTTOM   8

◆ ASPECT_ALIGNY_CENTER

#define ASPECT_ALIGNY_CENTER   0

◆ ASPECT_ALIGNY_MASK

#define ASPECT_ALIGNY_MASK   ~3

◆ ASPECT_ALIGNY_TOP

#define ASPECT_ALIGNY_TOP   4