, including all inherited members.
clear() | WoopsiUI::GraphicsPort | |
copy(s16 sourceX, s16 sourceY, s16 destX, s16 destY, u16 width, u16 height) | WoopsiUI::GraphicsPort | |
dim(s16 x, s16 y, u16 width, u16 height) | WoopsiUI::GraphicsPort | |
drawBevelledRect(s16 x, s16 y, u16 width, u16 height, u16 shineColour, u16 shadowColour) | WoopsiUI::GraphicsPort | |
drawBevelledRect(s16 x, s16 y, u16 width, u16 height) | WoopsiUI::GraphicsPort | |
drawBitmap(s16 x, s16 y, u16 width, u16 height, const u16 *bitmap, s16 bitmapX, s16 bitmapY, u16 bitmapWidth, u16 bitmapHeight) | WoopsiUI::GraphicsPort | |
drawBitmap(s16 x, s16 y, u16 width, u16 height, const u16 *bitmap, s16 bitmapX, s16 bitmapY, u16 bitmapWidth, u16 bitmapHeight, u16 transparentColour) | WoopsiUI::GraphicsPort | |
drawFilledCircle(s16 x0, s16 y0, u16 radius, u16 colour) | WoopsiUI::GraphicsPort | |
drawFilledRect(s16 x, s16 y, u16 width, u16 height, u16 colour) | WoopsiUI::GraphicsPort | |
drawFilledXORRect(s16 x, s16 y, u16 width, u16 height) | WoopsiUI::GraphicsPort | |
drawHorizLine(s16 x, s16 y, s16 width, u16 colour) | WoopsiUI::GraphicsPort | |
drawLine(s16 x1, s16 y1, s16 x2, s16 y2, u16 colour) | WoopsiUI::GraphicsPort | |
drawPixel(s16 x, s16 y, u16 colour) | WoopsiUI::GraphicsPort | |
drawRect(s16 x, s16 y, u16 width, u16 height, u16 colour) | WoopsiUI::GraphicsPort | |
drawText(s16 x, s16 y, FontBase *font, const char *string) | WoopsiUI::GraphicsPort | |
drawText(s16 x, s16 y, FontBase *font, u16 length, const char *string) | WoopsiUI::GraphicsPort | |
drawText(s16 x, s16 y, FontBase *font, char letter) | WoopsiUI::GraphicsPort | |
drawText(s16 x, s16 y, FontBase *font, const char *string, u16 colour) | WoopsiUI::GraphicsPort | |
drawText(s16 x, s16 y, FontBase *font, char letter, u16 colour) | WoopsiUI::GraphicsPort | |
drawVertLine(s16 x, s16 y, s16 height, u16 colour) | WoopsiUI::GraphicsPort | |
drawXORHorizLine(s16 x, s16 y, s16 width) | WoopsiUI::GraphicsPort | |
drawXORPixel(s16 x, s16 y) | WoopsiUI::GraphicsPort | |
drawXORRect(s16 x, s16 y, u16 width, u16 height) | WoopsiUI::GraphicsPort | |
drawXORVertLine(s16 x, s16 y, s16 height) | WoopsiUI::GraphicsPort | |
getX() const | WoopsiUI::GraphicsPort | [inline] |
getY() const | WoopsiUI::GraphicsPort | [inline] |
GraphicsPort(Gadget *const gadget, const s16 x, const s16 y, const u16 width, const u16 height, u16 *const bitmap, const u16 bitmapWidth, const u16 bitmapHeight, const WoopsiArray< Gadget::Rect > *clipRectList, const Gadget::Rect *clipRect) | WoopsiUI::GraphicsPort | |
scroll(s16 x, s16 y, s16 xDistance, s16 yDistance, u16 width, u16 height, WoopsiArray< Gadget::Rect > *revealedRects) | WoopsiUI::GraphicsPort | |
~GraphicsPort() | WoopsiUI::GraphicsPort | [inline] |