This is the complete list of members for Mortevielle::ScreenSurface, including all inherited members.
| _textPos (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| applyColorKey(uint8 rKey, uint8 gKey, uint8 bKey, bool overwriteAlpha=false) | Graphics::Surface | |
| applyColorKey(uint8 rKey, uint8 gKey, uint8 bKey, bool overwriteAlpha, uint8 rNew, uint8 gNew, uint8 bNew) | Graphics::Surface | |
| clearScreen() (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| clip(Common::Rect &srcBounds, Common::Rect &destBounds, uint src_w=0, uint src_h=0, byte flip=FLIP_NONE) const | Graphics::Surface | |
| convertFrom(const Surface &surf, const PixelFormat &format) | Graphics::Surface | |
| convertTo(const PixelFormat &dstFormat, const byte *srcPalette=0, int srcPaletteCount=256, const byte *dstPalette=0, int dstPaletteCount=0, DitherMethod method=kDitherFloyd) const | Graphics::Surface | |
| convertToInPlace(const PixelFormat &dstFormat) | Graphics::Surface | inline |
| convertToInPlace(const PixelFormat &dstFormat, const byte *palette, uint16 paletteCount) | Graphics::Surface | |
| copyFrom(Graphics::Surface &src, int x, int y) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| Graphics::Surface::copyFrom(const Surface &surf) | Graphics::Surface | |
| copyRectToSurface(const void *buffer, int srcPitch, int destX, int destY, int width, int height) | Graphics::Surface | |
| copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Rect &subRect) | Graphics::Surface | |
| copyRectToSurfaceWithKey(const void *buffer, int srcPitch, int destX, int destY, int width, int height, uint32 key) | Graphics::Surface | |
| copyRectToSurfaceWithKey(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Rect &subRect, uint32 key) | Graphics::Surface | |
| create(int16 width, int16 height, const PixelFormat &format) | Graphics::Surface | |
| debugPrint(int debuglevel=0, int width=0, int height=0, int x=0, int y=0, int scale=-1, int maxwidth=160, const byte *palette=NULL) const | Graphics::Surface | |
| detectAlpha() const | Graphics::Surface | |
| ditherFloyd(const byte *srcPalette, int srcPaletteCount, Surface *dstSurf, const byte *dstPalette, int dstPaletteCount, DitherMethod method, const PixelFormat &dstFormat) const (defined in Graphics::Surface) | Graphics::Surface | protected |
| drawBox(int x, int y, int dx, int dy, int col) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| drawEllipse(int x0, int y0, int x1, int y1, uint32 color, bool filled) | Graphics::Surface | |
| drawLine(int x, int y, int xx, int yy, int coul) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| Graphics::Surface::drawLine(int x0, int y0, int x1, int y1, uint32 color) | Graphics::Surface | |
| drawPicture(GfxSurface &surface, int x, int y) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| drawPolygonScan(const int *polyX, const int *polyY, int npoints, const Common::Rect &bbox, uint32 color) | Graphics::Surface | |
| drawRectangle(int x, int y, int dx, int dy) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| drawRoundRect(const Common::Rect &rect, int arc, uint32 color, bool filled) | Graphics::Surface | |
| drawString(const Common::String &l, int command) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| drawThickLine(int x0, int y0, int x1, int y1, int penX, int penY, uint32 color) | Graphics::Surface | |
| fillRect(int color, const Common::Rect &bounds) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| Graphics::Surface::fillRect(Common::Rect r, uint32 color) | Graphics::Surface | |
| flipHorizontal(const Common::Rect &r) | Graphics::Surface | |
| flipVertical(const Common::Rect &r) | Graphics::Surface | |
| format | Graphics::Surface | |
| frameRect(const Common::Rect &r, uint32 color) | Graphics::Surface | |
| free() | Graphics::Surface | |
| getBasePtr(int x, int y) const | Graphics::Surface | inline |
| getBasePtr(int x, int y) | Graphics::Surface | inline |
| getPixel(int x, int y) const | Graphics::Surface | inline |
| getPixels() const | Graphics::Surface | inline |
| getPixels() | Graphics::Surface | inline |
| getRect() const (defined in Graphics::Surface) | Graphics::Surface | |
| getStringWidth(const Common::String &s) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| getSubArea(const Common::Rect &area) | Graphics::Surface | |
| getSubArea(const Common::Rect &area) const | Graphics::Surface | |
| h | Graphics::Surface | |
| hLine(int x, int y, int x2, uint32 color) | Graphics::Surface | |
| init(int16 width, int16 height, int16 pitch, void *pixels, const PixelFormat &format) | Graphics::Surface | |
| lockArea(const Common::Rect &bounds) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| move(int dx, int dy, int height) | Graphics::Surface | |
| pitch | Graphics::Surface | |
| pixels | Graphics::Surface | protected |
| putxy(int x, int y) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | inline |
| readFontData(Common::File &f, int dataSize) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| rotoscale(const TransformStruct &transform, bool filtering=false) const | Graphics::Surface | |
| scale(int16 newWidth, int16 newHeight, bool filtering=false, byte flip=0) const | Graphics::Surface | |
| ScreenSurface(MortevielleEngine *vm) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| setAlpha(uint8 alpha, bool skipTransparent=false) | Graphics::Surface | |
| setPixel(const Common::Point &pt, int palIndex) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| Graphics::Surface::setPixel(int x, int y, int pixel) | Graphics::Surface | inline |
| setPixels(void *newPixels) | Graphics::Surface | inline |
| Surface() | Graphics::Surface | inline |
| updateScreen() (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface | |
| vLine(int x, int y, int y2, uint32 color) | Graphics::Surface | |
| w | Graphics::Surface | |
| writeCharacter(const Common::Point &pt, unsigned char ch, int palIndex) (defined in Mortevielle::ScreenSurface) | Mortevielle::ScreenSurface |