vdr 2.7.6
|
This is the complete list of members for cPixmap, including all inherited members.
Alpha(void) const | cPixmap | inline |
alpha | cPixmap | private |
Clear(void)=0 | cPixmap | pure virtual |
Copy(const cPixmap *Pixmap, const cRect &Source, const cPoint &Dest)=0 | cPixmap | pure virtual |
cOsd class | cPixmap | friend |
cPixmap(void) | cPixmap | |
cPixmap(int Layer, const cRect &ViewPort, const cRect &DrawPort=cRect::Null) | cPixmap | |
cPixmapMutexLock class | cPixmap | friend |
DirtyDrawPort(void) const | cPixmap | inline |
dirtyDrawPort | cPixmap | private |
DirtyViewPort(void) const | cPixmap | inline |
dirtyViewPort | cPixmap | private |
DrawBitmap(const cPoint &Point, const cBitmap &Bitmap, tColor ColorFg=0, tColor ColorBg=0, bool Overlay=false)=0 | cPixmap | pure virtual |
DrawBlendedPixel(const cPoint &Point, tColor Color, uint8_t AlphaLayer=ALPHA_OPAQUE) | cPixmap | inlinevirtual |
DrawEllipse(const cRect &Rect, tColor Color, int Quadrants=0)=0 | cPixmap | pure virtual |
DrawImage(const cPoint &Point, const cImage &Image)=0 | cPixmap | pure virtual |
DrawImage(const cPoint &Point, int ImageHandle)=0 | cPixmap | pure virtual |
DrawPixel(const cPoint &Point, tColor Color)=0 | cPixmap | pure virtual |
DrawPixmap(const cPixmap *Pixmap, const cRect &Dirty) | cPixmap | protectedvirtual |
DrawPort(void) const | cPixmap | inline |
drawPort | cPixmap | private |
DrawRectangle(const cRect &Rect, tColor Color)=0 | cPixmap | pure virtual |
DrawScaledImage(const cPoint &Point, const cImage &Image, double FactorX, double FactorY, bool AntiAlias=false) | cPixmap | inlinevirtual |
DrawScaledImage(const cPoint &Point, int ImageHandle, double FactorX, double FactorY, bool AntiAlias=false) | cPixmap | inlinevirtual |
DrawSlope(const cRect &Rect, tColor Color, int Type)=0 | cPixmap | pure virtual |
DrawText(const cPoint &Point, const char *s, tColor ColorFg, tColor ColorBg, const cFont *Font, int Width=0, int Height=0, int Alignment=taDefault)=0 | cPixmap | pure virtual |
Fill(tColor Color)=0 | cPixmap | pure virtual |
Layer(void) const | cPixmap | inline |
layer | cPixmap | private |
Lock(void) | cPixmap | inlinestatic |
MarkDrawPortDirty(const cRect &Rect) | cPixmap | protected |
MarkDrawPortDirty(const cPoint &Point) | cPixmap | protected |
MarkViewPortDirty(const cRect &Rect) | cPixmap | protected |
MarkViewPortDirty(const cPoint &Point) | cPixmap | protected |
mutex | cPixmap | privatestatic |
Pan(const cPoint &Dest, const cRect &Source=cRect::Null)=0 | cPixmap | pure virtual |
Render(const cPixmap *Pixmap, const cRect &Source, const cPoint &Dest)=0 | cPixmap | pure virtual |
Scroll(const cPoint &Dest, const cRect &Source=cRect::Null)=0 | cPixmap | pure virtual |
SetAlpha(int Alpha) | cPixmap | virtual |
SetClean(void) | cPixmap | protected |
SetDrawPortPoint(const cPoint &Point, bool Dirty=true) | cPixmap | virtual |
SetLayer(int Layer) | cPixmap | virtual |
SetTile(bool Tile) | cPixmap | virtual |
SetViewPort(const cRect &Rect) | cPixmap | virtual |
Tile(void) const | cPixmap | inline |
tile | cPixmap | private |
Unlock(void) | cPixmap | inlinestatic |
ViewPort(void) const | cPixmap | inline |
viewPort | cPixmap | private |
~cPixmap() | cPixmap | inlineprotectedvirtual |