|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "OverlayRendererDX.h"#include "OverlayRenderer.h"#include "OverlayRendererUtil.h"#include "application/Application.h"#include "cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlayImage.h"#include "cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlaySSA.h"#include "cores/VideoPlayer/DVDCodecs/Overlay/DVDOverlaySpu.h"#include "guilib/D3DResource.h"#include "guilib/GUIShaderDX.h"#include "rendering/dx/DeviceResources.h"#include "rendering/dx/RenderContext.h"#include "utils/log.h"#include "windowing/GraphicContext.h"#include <crtdbg.h>#include <cmath>Macros | |
| #define | ASSERT(f) |
| #define | USE_PREMULTIPLIED_ALPHA 1 |
| #define | ALPHA_CHANNEL_OFFSET 3 |
| #define ALPHA_CHANNEL_OFFSET 3 |
| #define USE_PREMULTIPLIED_ALPHA 1 |