|
vdr
2.0.7
|
Public Member Functions | |
| cSubtitleClut (int ClutId) | |
| int | ClutId (void) |
| int | Version (void) |
| void | SetVersion (int Version) |
| void | SetColor (int Bpp, int Index, tColor Color) |
| const cPalette * | GetPalette (int Bpp) |
Public Member Functions inherited from cListObject | |
| 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 | |
| int | clutId |
| int | version |
| cPalette | palette2 |
| cPalette | palette4 |
| cPalette | palette8 |
Definition at line 47 of file dvbsubtitle.c.
| cSubtitleClut::cSubtitleClut | ( | int | ClutId | ) |
Definition at line 63 of file dvbsubtitle.c.
References ArgbToColor(), clutId, ClutId(), palette2, palette4, palette8, cPalette::SetColor(), and version.
|
inline |
Definition at line 56 of file dvbsubtitle.c.
References clutId.
Referenced by cSubtitleClut(), and cDvbSubtitleConverter::ExtractSegment().
| const cPalette * cSubtitleClut::GetPalette | ( | int | Bpp | ) |
Definition at line 142 of file dvbsubtitle.c.
References esyslog, palette2, palette4, and palette8.
Referenced by cDvbSubtitleConverter::FinishPage(), and cSubtitleRegion::UpdateTextData().
| void cSubtitleClut::SetColor | ( | int | Bpp, |
| int | Index, | ||
| tColor | Color | ||
| ) |
Definition at line 132 of file dvbsubtitle.c.
References esyslog, palette2, palette4, palette8, and cPalette::SetColor().
Referenced by cDvbSubtitleConverter::ExtractSegment().
|
inline |
Definition at line 58 of file dvbsubtitle.c.
References Version().
Referenced by cDvbSubtitleConverter::ExtractSegment().
|
inline |
Definition at line 57 of file dvbsubtitle.c.
References version.
Referenced by cDvbSubtitleConverter::ExtractSegment(), and SetVersion().
|
private |
Definition at line 49 of file dvbsubtitle.c.
Referenced by ClutId(), and cSubtitleClut().
|
private |
Definition at line 51 of file dvbsubtitle.c.
Referenced by cSubtitleClut(), GetPalette(), and SetColor().
|
private |
Definition at line 52 of file dvbsubtitle.c.
Referenced by cSubtitleClut(), GetPalette(), and SetColor().
|
private |
Definition at line 53 of file dvbsubtitle.c.
Referenced by cSubtitleClut(), GetPalette(), and SetColor().
|
private |
Definition at line 50 of file dvbsubtitle.c.
Referenced by cSubtitleClut(), and Version().
1.8.8