vdr
1.7.31
|
Public Member Functions | |
cDvbSubtitleBitmaps (int64_t Pts, int Timeout, tArea *Areas, int NumAreas, double OsdFactorX, double OsdFactorY) | |
~cDvbSubtitleBitmaps () | |
int64_t | Pts (void) |
int | Timeout (void) |
void | AddBitmap (cBitmap *Bitmap) |
void | Draw (cOsd *Osd) |
![]() | |
cListObject (void) | |
virtual | ~cListObject () |
virtual int | Compare (const cListObject &ListObject) const |
void | Append (cListObject *Object) |
void | Insert (cListObject *Object) |
void | Unlink (void) |
int | Index (void) const |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
cListObject (void) | |
virtual | ~cListObject () |
virtual int | Compare (const cListObject &ListObject) const |
void | Append (cListObject *Object) |
void | Insert (cListObject *Object) |
void | Unlink (void) |
int | Index (void) const |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Private Attributes | |
int64_t | pts |
int | timeout |
tArea * | areas |
int | numAreas |
double | osdFactorX |
double | osdFactorY |
cVector< cBitmap * > | bitmaps |
Definition at line 716 of file dvbsubtitle.c.
cDvbSubtitleBitmaps::cDvbSubtitleBitmaps | ( | int64_t | Pts, |
int | Timeout, | ||
tArea * | Areas, | ||
int | NumAreas, | ||
double | OsdFactorX, | ||
double | OsdFactorY | ||
) |
Definition at line 734 of file dvbsubtitle.c.
References areas, numAreas, osdFactorX, osdFactorY, pts, Pts(), timeout, and Timeout().
cDvbSubtitleBitmaps::~cDvbSubtitleBitmaps | ( | ) |
Definition at line 744 of file dvbsubtitle.c.
References areas, bitmaps, and cVector< T >::Size().
void cDvbSubtitleBitmaps::AddBitmap | ( | cBitmap * | Bitmap | ) |
Definition at line 751 of file dvbsubtitle.c.
References cVector< T >::Append(), and bitmaps.
Referenced by cDvbSubtitleConverter::FinishPage().
void cDvbSubtitleBitmaps::Draw | ( | cOsd * | Osd | ) |
Definition at line 756 of file dvbsubtitle.c.
References areas, bitmaps, tArea::bpp, cOsd::CanHandleAreas(), DoubleEqual(), cOsd::DrawBitmap(), cOsd::Flush(), MAXOSDAREAS, numAreas, oeOk, osdFactorX, osdFactorY, cBitmap::Scaled(), cOsd::SetAreas(), cVector< T >::Size(), cBitmap::X0(), and cBitmap::Y0().
|
inline |
|
inline |
Definition at line 729 of file dvbsubtitle.c.
References timeout.
Referenced by cDvbSubtitleBitmaps().
|
private |
Definition at line 720 of file dvbsubtitle.c.
Referenced by cDvbSubtitleBitmaps(), Draw(), and ~cDvbSubtitleBitmaps().
Definition at line 724 of file dvbsubtitle.c.
Referenced by AddBitmap(), Draw(), and ~cDvbSubtitleBitmaps().
|
private |
Definition at line 721 of file dvbsubtitle.c.
Referenced by cDvbSubtitleBitmaps(), and Draw().
|
private |
Definition at line 722 of file dvbsubtitle.c.
Referenced by cDvbSubtitleBitmaps(), and Draw().
|
private |
Definition at line 723 of file dvbsubtitle.c.
Referenced by cDvbSubtitleBitmaps(), and Draw().
|
private |
Definition at line 718 of file dvbsubtitle.c.
Referenced by cDvbSubtitleBitmaps(), and Pts().
|
private |
Definition at line 719 of file dvbsubtitle.c.
Referenced by cDvbSubtitleBitmaps(), and Timeout().