applyMaskToWindow(OSWindow &rWindow) | MacOSXGraphics | [virtual] |
clear() | MacOSXGraphics | [virtual] |
copyToWindow(OSWindow &rWindow, int xSrc, int ySrc, int width, int height, int xDest, int yDest) | MacOSXGraphics | [virtual] |
drawBitmap(const GenericBitmap &rBitmap, int xSrc=0, int ySrc=0, int xDest=0, int yDest=0, int width=-1, int height=-1) | MacOSXGraphics | [virtual] |
OSGraphics::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) | MacOSXGraphics | [virtual] |
drawRect(int left, int top, int width, int height, uint32_t color) | MacOSXGraphics | [virtual] |
fillRect(int left, int top, int width, int height, uint32_t color) | MacOSXGraphics | [virtual] |
getIntf() const | SkinObject | [inline] |
getWidth() const | MacOSXGraphics | [inline, virtual] |
hit(int x, int y) const | MacOSXGraphics | [virtual] |