Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "OverlayRendererGL.h"
#include "LinuxRendererGL.h"
#include "OverlayRenderer.h"
#include "OverlayRendererUtil.h"
#include "RenderManager.h"
#include "ServiceBroker.h"
#include "cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayImage.h"
#include "cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlaySSA.h"
#include "cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlaySpu.h"
#include "rendering/MatrixGL.h"
#include "rendering/gl/RenderSystemGL.h"
#include "utils/GLUtils.h"
#include "utils/MathUtils.h"
#include "utils/log.h"
#include "windowing/WinSystem.h"
#include <cmath>
Macros | |
#define | USE_PREMULTIPLIED_ALPHA 1 |
#define USE_PREMULTIPLIED_ALPHA 1 |