vdr  1.7.27
Public Member Functions | Public Attributes
tArea Struct Reference

#include <osd.h>

List of all members.

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

Detailed Description

Definition at line 284 of file include/vdr/osd.h.


Member Function Documentation

int tArea::Height ( void  ) const [inline]

Definition at line 288 of file include/vdr/osd.h.

References y1, and y2.

Referenced by cDvbSdFfOsd::CanHandleAreas().

int tArea::Height ( void  ) const [inline]

Definition at line 288 of file osd.h.

References y1, and y2.

bool tArea::Intersects ( const tArea Area) const [inline]

Definition at line 289 of file osd.h.

References x1, x2, y1, and y2.

bool tArea::Intersects ( const tArea Area) const [inline]

Definition at line 289 of file include/vdr/osd.h.

References x1, x2, y1, and y2.

int tArea::Width ( void  ) const [inline]

Definition at line 287 of file osd.h.

References x1, and x2.

int tArea::Width ( void  ) const [inline]

Definition at line 287 of file include/vdr/osd.h.

References x1, and x2.

Referenced by cDvbSdFfOsd::CanHandleAreas(), cDvbSpuDecoder::Draw(), and cDvbSubtitlePage::GetAreas().


Member Data Documentation

int tArea::x1
int tArea::x2
int tArea::y1
int tArea::y2

The documentation for this struct was generated from the following files: