vdr 2.7.6
tArea Struct Reference

#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

Detailed Description

Definition at line 298 of file osd.h.

Member Function Documentation

◆ Height()

int tArea::Height ( void ) const
inline

Definition at line 302 of file osd.h.

References y1, and y2.

Referenced by cDvbSdFfOsd::CanHandleAreas().

◆ Intersects()

bool tArea::Intersects ( const tArea & Area) const
inline

Definition at line 303 of file osd.h.

References x1, x2, y1, and y2.

◆ Width()

int tArea::Width ( void ) const
inline

Definition at line 301 of file osd.h.

References x1, and x2.

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

Member Data Documentation

◆ bpp

◆ x1

◆ x2

◆ y1

◆ y2


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