vdr
1.7.27
|
#include <osd.h>
Public Member Functions | |
int | Width (void) const |
int | Height (void) const |
bool | Intersects (const tArea &Area) const |
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 |
Definition at line 284 of file include/vdr/osd.h.
int tArea::Height | ( | void | ) | const [inline] |
Definition at line 288 of file include/vdr/osd.h.
Referenced by cDvbSdFfOsd::CanHandleAreas().
int tArea::Height | ( | void | ) | const [inline] |
bool tArea::Intersects | ( | const tArea & | Area | ) | const [inline] |
bool tArea::Intersects | ( | const tArea & | Area | ) | const [inline] |
int tArea::Width | ( | void | ) | const [inline] |
int tArea::Width | ( | void | ) | const [inline] |
Definition at line 287 of file include/vdr/osd.h.
Referenced by cDvbSdFfOsd::CanHandleAreas(), cDvbSpuDecoder::Draw(), and cDvbSubtitlePage::GetAreas().
int tArea::bpp |
Definition at line 286 of file include/vdr/osd.h.
Referenced by cDvbSdFfOsd::CanHandleAreas(), cDvbSubtitleBitmaps::Draw(), cDvbSubtitleConverter::FinishPage(), cDvbSubtitlePage::GetAreas(), and cOsd::SetAreas().
int tArea::x1 |
Definition at line 285 of file include/vdr/osd.h.
Referenced by cDvbSpuDecoder::Draw(), cDvbSubtitlePage::GetAreas(), Intersects(), cOsd::SetAreas(), and Width().
int tArea::x2 |
Definition at line 285 of file include/vdr/osd.h.
Referenced by cDvbSpuDecoder::Draw(), cDvbSubtitlePage::GetAreas(), Intersects(), cOsd::SetAreas(), and Width().
int tArea::y1 |
Definition at line 285 of file include/vdr/osd.h.
Referenced by cDvbSpuDecoder::Draw(), cDvbSubtitlePage::GetAreas(), Height(), Intersects(), and cOsd::SetAreas().
int tArea::y2 |
Definition at line 285 of file include/vdr/osd.h.
Referenced by cDvbSpuDecoder::Draw(), cDvbSubtitlePage::GetAreas(), Height(), Intersects(), and cOsd::SetAreas().