Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
OverlayRendererUtil.h File Reference
#include <stdint.h>
#include <stdlib.h>

Classes

struct  OVERLAY::SQuad
 
struct  OVERLAY::SQuads
 

Namespaces

namespace  OVERLAY
 

Typedefs

typedef struct ass_image ASS_Image
 

Functions

uint32_t * OVERLAY::convert_rgba (CDVDOverlayImage *o, bool mergealpha)
 
uint32_t * OVERLAY::convert_rgba (CDVDOverlaySpu *o, bool mergealpha, int &min_x, int &max_x, int &min_y, int &max_y)
 
bool OVERLAY::convert_quad (ASS_Image *images, SQuads &quads, int max_x)
 
int OVERLAY::GetStereoscopicDepth ()
 

Typedef Documentation

◆ ASS_Image

typedef struct ass_image ASS_Image