|
vdr
2.2.0
|
#include <vdr/osd.h>#include <vdr/plugin.h>Go to the source code of this file.
Classes | |
| class | cLineGame |
| class | cTrueColorDemo |
| class | cPluginOsddemo |
Functions | |
| void | DrawEllipse (cOsd *Osd, int x1, int y1, int x2, int y2, int Quadrants) |
| void | DrawEllipses (cOsd *Osd) |
| void | DrawSlope (cOsd *Osd, int x1, int y1, int x2, int y2, int Type) |
| void | DrawSlopes (cOsd *Osd) |
| VDRPLUGINCREATOR (cPluginOsddemo) | |
Variables | |
| static const char * | VERSION = "2.2.0" |
| static const char * | DESCRIPTION = "Demo of arbitrary OSD setup" |
| static const char * | MAINMENUENTRY = "Osd Demo" |
| void DrawEllipse | ( | cOsd * | Osd, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | Quadrants | ||
| ) |
Definition at line 18 of file osddemo.c.
References clrGreen, clrRed, cOsd::DrawEllipse(), and cOsd::DrawRectangle().
Referenced by cPixmapMemory::Data(), cPixmap::DirtyDrawPort(), DrawEllipses(), cOsd::Height(), and cBitmap::SetOffset().
| void DrawEllipses | ( | cOsd * | Osd | ) |
Definition at line 24 of file osddemo.c.
References clrGray50, DrawEllipse(), cOsd::DrawRectangle(), cOsd::Flush(), cOsd::Height(), and cOsd::Width().
Referenced by cLineGame::ProcessKey(), and cTrueColorDemo::ProcessKey().
| void DrawSlope | ( | cOsd * | Osd, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| int | Type | ||
| ) |
Definition at line 60 of file osddemo.c.
References clrGreen, clrRed, cOsd::DrawRectangle(), and cOsd::DrawSlope().
Referenced by cPixmapMemory::Data(), cPixmap::DirtyDrawPort(), DrawSlopes(), cOsd::Height(), and cBitmap::SetOffset().
| void DrawSlopes | ( | cOsd * | Osd | ) |
Definition at line 66 of file osddemo.c.
References clrGray50, cOsd::DrawRectangle(), DrawSlope(), cOsd::Flush(), cOsd::Height(), and cOsd::Width().
Referenced by cLineGame::ProcessKey(), and cTrueColorDemo::ProcessKey().
| VDRPLUGINCREATOR | ( | cPluginOsddemo | ) |
Referenced by cPluginOsddemo::SetupParse().
|
static |
Definition at line 13 of file osddemo.c.
Referenced by cPluginOsddemo::Description().
|
static |
Definition at line 14 of file osddemo.c.
Referenced by cPluginOsddemo::MainMenuEntry().
|
static |
Definition at line 12 of file osddemo.c.
Referenced by cPluginOsddemo::Version().
1.8.11