vdr 2.7.7
|
#include <osd.h>
Public Member Functions | |
cPoint (void) | |
cPoint (int X, int Y) | |
cPoint (const cPoint &Point) | |
bool | operator== (const cPoint &Point) const |
bool | operator!= (const cPoint &Point) const |
cPoint | operator- (void) const |
cPoint | operator- (const cPoint &Point) const |
int | X (void) const |
int | Y (void) const |
void | SetX (int X) |
void | SetY (int Y) |
void | Set (int X, int Y) |
void | Set (const cPoint &Point) |
void | Shift (int Dx, int Dy) |
void | Shift (const cPoint &Dp) |
cPoint | Shifted (int Dx, int Dy) const |
cPoint | Shifted (const cPoint &Dp) const |
Private Attributes | |
int | x |
int | y |
|
inline |
Definition at line 311 of file osd.h.
Referenced by cPoint(), operator!=(), operator-(), operator-(), operator==(), Set(), Shift(), Shifted(), and Shifted().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 321 of file osd.h.
Referenced by cTrueColorDemo::Action().
|
inline |
|
inline |
|
inline |
Definition at line 326 of file osd.h.
References cPoint(), and Shift().
Referenced by cTrueColorDemo::Action(), DrawImages(), cPixmap::DrawPixmap(), cPixmap::MarkDrawPortDirty(), and cOsd::RenderPixmaps().
|
inline |
Definition at line 318 of file osd.h.
References x.
Referenced by cTrueColorDemo::Action(), cSize::Contains(), cPoint(), cPoint(), cPixmapMemory::DrawBitmap(), cPixmapMemory::DrawBlendedPixel(), cPixmapMemory::DrawImage(), cPixmapMemory::DrawPixel(), cPixmap::DrawPixmap(), cPixmapMemory::DrawText(), cImage::GetPixel(), operator-(), operator==(), Set(), Set(), cImage::SetPixel(), SetX(), and Shift().
|
inline |
Definition at line 319 of file osd.h.
References y.
Referenced by cTrueColorDemo::Action(), cSize::Contains(), cPoint(), cPoint(), cPixmapMemory::DrawBitmap(), cPixmapMemory::DrawBlendedPixel(), cPixmapMemory::DrawImage(), cPixmapMemory::DrawPixel(), cPixmap::DrawPixmap(), cPixmapMemory::DrawText(), cImage::GetPixel(), operator-(), operator==(), Set(), Set(), cImage::SetPixel(), SetY(), and Shift().
|
private |
Definition at line 308 of file osd.h.
Referenced by cPoint(), cPoint(), cPoint(), operator-(), operator-(), operator==(), Set(), Set(), SetX(), Shift(), Shift(), and X().
|
private |
Definition at line 309 of file osd.h.
Referenced by cPoint(), cPoint(), cPoint(), operator-(), operator-(), operator==(), Set(), Set(), SetY(), Shift(), Shift(), and Y().