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