|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <string>#include <vector>#include <stack>#include <map>#include "threads/CriticalSection.h"#include "utils/TransformMatrix.h"#include "utils/Geometry.h"#include "Resolution.h"#include "rendering/RenderSystem.h"#include "utils/Color.h"#include "ServiceBroker.h"#include "WinSystem.h"Classes | |
| class | CGraphicContext |
| class | CGraphicContext::UITransform |
Macros | |
| #define | D3DPRESENTFLAG_INTERLACED 1 |
| #define | D3DPRESENTFLAG_WIDESCREEN 2 |
| #define | D3DPRESENTFLAG_PROGRESSIVE 4 |
| #define | D3DPRESENTFLAG_MODE3DSBS 8 |
| #define | D3DPRESENTFLAG_MODE3DTB 16 |
| #define | D3DPRESENTFLAG_MODEMASK |
| #define D3DPRESENTFLAG_INTERLACED 1 |
| #define D3DPRESENTFLAG_MODE3DSBS 8 |
| #define D3DPRESENTFLAG_MODE3DTB 16 |
| #define D3DPRESENTFLAG_MODEMASK |
| #define D3DPRESENTFLAG_PROGRESSIVE 4 |
| #define D3DPRESENTFLAG_WIDESCREEN 2 |
| enum AdjustRefreshRate |
| enum VIEW_TYPE |