| applyMaskToWindow(OSWindow &rWindow)=0 | OSGraphics | [pure virtual] |
| clear()=0 | OSGraphics | [pure virtual] |
| copyToWindow(OSWindow &rWindow, int xSrc, int ySrc, int width, int height, int xDest, int yDest)=0 | OSGraphics | [pure virtual] |
| drawBitmap(const GenericBitmap &rBitmap, int xSrc=0, int ySrc=0, int xDest=0, int yDest=0, int width=-1, int height=-1, bool blend=false)=0 | OSGraphics | [pure virtual] |
| drawGraphics(const OSGraphics &rGraphics, int xSrc=0, int ySrc=0, int xDest=0, int yDest=0, int width=-1, int height=-1)=0 | OSGraphics | [pure virtual] |
| drawRect(int left, int top, int width, int height, uint32_t color)=0 | OSGraphics | [pure virtual] |
| fillRect(int left, int top, int width, int height, uint32_t color)=0 | OSGraphics | [pure virtual] |
| getIntf() const | SkinObject | [inline] |
| getWidth() const =0 | OSGraphics | [pure virtual] |
| hit(int x, int y) const =0 | OSGraphics | [pure virtual] |