Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
class | COverlay |
class | COverlayGlyphGL |
class | COverlayGlyphGLES |
class | COverlayImageDX |
class | COverlayQuadsDX |
class | COverlayTextureGL |
class | COverlayTextureGLES |
class | CRenderer |
struct | SQuad |
struct | SQuads |
struct | SRenderState |
Functions | |
void | convert_rgba (const CDVDOverlayImage &o, bool mergealpha, std::vector< uint32_t > &rgba) |
void | convert_rgba (const CDVDOverlaySpu &o, bool mergealpha, int &min_x, int &max_x, int &min_y, int &max_y, std::vector< uint32_t > &rgba) |
bool | convert_quad (ASS_Image *images, SQuads &quads, int max_x) |
int | GetStereoscopicDepth () |
void OVERLAY::convert_rgba | ( | const CDVDOverlayImage & | o, |
bool | mergealpha, | ||
std::vector< uint32_t > & | rgba ) |
void OVERLAY::convert_rgba | ( | const CDVDOverlaySpu & | o, |
bool | mergealpha, | ||
int & | min_x, | ||
int & | max_x, | ||
int & | min_y, | ||
int & | max_y, | ||
std::vector< uint32_t > & | rgba ) |
int OVERLAY::GetStereoscopicDepth | ( | ) |