34 #define MG_OSDUpdate STB_OSDMhegUpdate
51 #ifdef INCLUDE_SURFACE_THRESHOLD
59 void MG_ApplySurfaceThreshold(
void **
data,
S32BIT threshold);
void MG_OSDdisplayImage(void *data, S_REGION *overlap, int x, int y)
Definition: mg_osd.c:1347
int OSDgetCharWidth(unsigned short c)
Return the width of a character in font metrics units See UK MHEG5 profile 1.05 Section 5...
const char * data
Definition: mh5gate.c:65
void OSDsetTextColour(OSDColor foreColour)
Set the foreground colour of text.
U32BIT OSDColor
Definition: osdtypes.h:41
void MG_OSDdisplayDynamicLineart(void *data, S_REGION *overlap, int x, int y)
Display dynamic lineart.
Definition: mg_dla.c:1050
void MG_DrawJpg(void *data, int len, MHEG5Visible *visible)
Definition: mg_bmp.c:240
void MG_FreeData(void *data)
free surface buffer
Definition: mg_osd.c:1430
Definition: mh5visible.h:46
Definition: osdtypes.h:43
#define MG_OSDUpdate
Definition: mg_api.h:34
void MG_OSDclear(void)
Clear the screen, making it the specified colour.
Definition: mg_osd.c:808
void MG_OSDstartTextOutput(S_REGION *overlap, int boxX1, int boxY1, int boxWidth, int boxHeight, OSDColor backColour, int psize)
Start text output.
void MG_DrawPng(void *data, int len, MHEG5Visible *visible)
Definition: mg_bmp.c:165
void OSDdisplayChar(unsigned short c, int x, int y)
Display the character.
Implement the MHEG5 Visible Class Defines the behaviour of Presentables that have a visual representa...
int len
Definition: mh5gate.c:66
int32_t S32BIT
Definition: techtype.h:98
void MG_OSDdisplayVideo(S_REGION rgn)
Display video window.
Definition: mg_osd.c:689
void MG_OSDdisplayRectangle(S_REGION *overlap, int x, int y, int width, int height, int lineWidth, OSDColor lineColour, OSDColor fillColour)
Draw rectangle.
Definition: mg_osd.c:526
void MG_OSDerase(S_REGION rgn, OSDColor colour)
Erase an area of the OSD to the desktop colour.
Definition: mg_osd.c:748
void OSDendTextOutput(void)
End text output externals platform dependent.
void MG_OSDdisplayBitmap(MHEG5Visible *visible, S_REGION *overlap)
Definition: mg_bmp.c:302
Graphics functions required by the HD MHEG5 engine. All references to colour used in these functions ...