32 #define SRF_TYPE_TXT 0 33 #define SRF_TYPE_PNG 1 34 #define SRF_TYPE_JPG 2 35 #define SRF_TYPE_DLA 3 86 void OSD_DbgListSrf(
void);
90 #define OSD_DbgAddSurf( s ) 91 #define OSD_DbgRemSurf( s ) 92 #define OSD_DbgListSurf()
struct s_surface S_SURFACE
#define OSD_DbgRemSurf(s)
void MG_DisplayImage(S_SURFACE *data, S_REGION *overlap, S32BIT x, S32BIT y)
Copy the image to the screen buffer.
void MG_Terminate(void)
Free all OSD resources.
void MG_OSDMhegInit(U16BIT inWidth, U16BIT inHeight, E_ASPECT_RATIO sar)
Initialise the on screen display Initialise the font and fill in font info.
#define OSD_DbgAddSurf(s)
void MG_OSDInit(U16BIT inWidth, U16BIT inHeight, U16BIT outWidth, U16BIT outHeight)
E_MhegErr MG_Initialise(U16BIT screenWidth, U16BIT screenHeight, U8BIT colourDepth)
Initialise OSD, font, and font fill information. Should only be called at start up.
BOOLEAN MG_IsHdSupported(void)