vdr 2.7.5
|
#include <osd.h>
Public Member Functions | |
int | Width (void) const |
int | Height (void) const |
bool | Intersects (const tArea &Area) const |
Public Attributes | |
int | x1 |
int | y1 |
int | x2 |
int | y2 |
int | bpp |
|
inline |
Definition at line 302 of file osd.h.
Referenced by cDvbSdFfOsd::CanHandleAreas().
|
inline |
|
inline |
Definition at line 301 of file osd.h.
Referenced by cDvbSdFfOsd::CanHandleAreas(), cDvbSpuDecoder::Draw(), and cDvbSubtitlePage::ScaleArea().
int tArea::bpp |
Definition at line 300 of file osd.h.
Referenced by cDvbSdFfOsd::CanHandleAreas(), cDvbSubtitlePage::CombineAreas(), CreateOsd(), cDvbSubtitleConverter::FinishPage(), cDvbSubtitlePage::GetAreas(), cDvbSubtitlePage::ScaleArea(), and cOsd::SetAreas().
int tArea::x1 |
Definition at line 299 of file osd.h.
Referenced by cDvbSubtitlePage::CombineAreas(), cDvbSubtitlePage::GetAreas(), Intersects(), cDvbSubtitlePage::ScaleArea(), cOsd::SetAreas(), and Width().
int tArea::x2 |
Definition at line 299 of file osd.h.
Referenced by cDvbSubtitlePage::CombineAreas(), cDvbSpuDecoder::Draw(), cDvbSubtitlePage::GetAreas(), Intersects(), cDvbSubtitlePage::ScaleArea(), cOsd::SetAreas(), and Width().
int tArea::y1 |
Definition at line 299 of file osd.h.
Referenced by cDvbSubtitlePage::CombineAreas(), cDvbSubtitlePage::GetAreas(), Height(), Intersects(), cDvbSubtitlePage::ScaleArea(), and cOsd::SetAreas().
int tArea::y2 |
Definition at line 299 of file osd.h.
Referenced by cDvbSubtitlePage::CombineAreas(), cDvbSubtitlePage::GetAreas(), Height(), Intersects(), cDvbSubtitlePage::ScaleArea(), and cOsd::SetAreas().