vdr
2.2.0
|
#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::GetAreas().
int tArea::bpp |
Definition at line 300 of file osd.h.
Referenced by cDvbSdFfOsd::CanHandleAreas(), CreateOsd(), cDvbSubtitleConverter::FinishPage(), cDvbSubtitlePage::GetAreas(), and cOsd::SetAreas().
int tArea::x1 |
Definition at line 299 of file osd.h.
Referenced by cDvbSubtitlePage::GetAreas(), Intersects(), and cOsd::SetAreas().
int tArea::x2 |
Definition at line 299 of file osd.h.
Referenced by cDvbSpuDecoder::Draw(), cDvbSubtitlePage::GetAreas(), Intersects(), and cOsd::SetAreas().
int tArea::y1 |
Definition at line 299 of file osd.h.
Referenced by cDvbSubtitlePage::GetAreas(), Intersects(), and cOsd::SetAreas().
int tArea::y2 |
Definition at line 299 of file osd.h.
Referenced by cDvbSubtitlePage::GetAreas(), Intersects(), and cOsd::SetAreas().