This is the complete list of members for Xeen::Screen, including all inherited members.
| _dirtyRects | Graphics::Screen | protected |
| addDirtyRect(const Common::Rect &r) override | Xeen::Screen | inlinevirtual |
| blitFrom(const Surface &src) | Graphics::ManagedSurface | |
| blitFrom(const Surface &src, const Common::Point &destPos) | Graphics::ManagedSurface | |
| blitFrom(const Surface &src, const Common::Rect &srcRect, const Common::Point &destPos) | Graphics::ManagedSurface | |
| blitFrom(const Surface &src, const Common::Rect &srcRect, const Common::Rect &destRect) | Graphics::ManagedSurface | |
| blitFrom(const ManagedSurface &src, const Common::Rect &srcRect, const Common::Rect &destRect) | Graphics::ManagedSurface | |
| blitFrom(const ManagedSurface &src) | Graphics::ManagedSurface | |
| blitFrom(const ManagedSurface &src, const Common::Point &destPos) | Graphics::ManagedSurface | |
| blitFrom(const ManagedSurface &src, const Common::Rect &srcRect, const Common::Point &destPos) | Graphics::ManagedSurface | |
| blitFromInner(const Surface &src, const Common::Rect &srcRect, const Common::Rect &destRect, const uint32 *srcPalette) | Graphics::ManagedSurface | protected |
| clear(uint color=0) | Graphics::ManagedSurface | |
| clearDirtyRects() | Graphics::Screen | inlinevirtual |
| clearPalette() | Graphics::Screen | |
| clearTransparentColor() | Graphics::ManagedSurface | inline |
| clip(Common::Rect &srcBounds, Common::Rect &destBounds) const | Graphics::ManagedSurface | inline |
| convertToInPlace(const PixelFormat &dstFormat, const byte *palette=nullptr) | Graphics::ManagedSurface | inline |
| copyFrom(const ManagedSurface &surf) | Graphics::ManagedSurface | |
| copyFrom(const Surface &surf) | Graphics::ManagedSurface | |
| copyRectToSurface(const void *buffer, int srcPitch, int destX, int destY, int width, int height) | Graphics::ManagedSurface | inline |
| copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Rect subRect) | Graphics::ManagedSurface | inline |
| copyRectToSurfaceWithKey(const void *buffer, int srcPitch, int destX, int destY, int width, int height, uint32 key) | Graphics::ManagedSurface | inline |
| copyRectToSurfaceWithKey(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Rect subRect, uint32 key) | Graphics::ManagedSurface | inline |
| create(int16 width, int16 height) | Graphics::ManagedSurface | virtual |
| create(int16 width, int16 height, const PixelFormat &pixelFormat) | Graphics::ManagedSurface | virtual |
| create(ManagedSurface &surf, const Common::Rect &bounds) | Graphics::ManagedSurface | virtual |
| disposeAfterUse() const | Graphics::ManagedSurface | inline |
| doScroll(bool rollUp, bool fadeInFlag) | Xeen::Screen | |
| drawLine(int x0, int y0, int x1, int y1, uint32 color) | Graphics::ManagedSurface | inline |
| drawThickLine(int x0, int y0, int x1, int y1, int penX, int penY, uint32 color) | Graphics::ManagedSurface | inline |
| empty() const | Graphics::ManagedSurface | inline |
| fadeIn(int step=4) | Xeen::Screen | |
| fadeOut(int step=4) | Xeen::Screen | |
| fillRect(Common::Rect r, uint32 color) | Graphics::ManagedSurface | inline |
| format | Graphics::ManagedSurface | |
| frameRect(const Common::Rect &r, uint32 color) | Graphics::ManagedSurface | inline |
| free() | Graphics::ManagedSurface | virtual |
| freePages() (defined in Xeen::Screen) | Xeen::Screen | |
| getBasePtr(int x, int y) const | Graphics::ManagedSurface | inline |
| getBasePtr(int x, int y) | Graphics::ManagedSurface | inline |
| getBounds() const | Graphics::ManagedSurface | inline |
| getOffsetFromOwner() const | Graphics::ManagedSurface | inline |
| getPalette(byte palette[(256 *3)]) | Graphics::Screen | |
| getPalette(byte *palette, uint start, uint num) | Graphics::Screen | |
| Graphics::ManagedSurface::getPalette() const | Graphics::ManagedSurface | inline |
| getPixel(int x, int y) const | Graphics::ManagedSurface | inline |
| getPixels() | Graphics::ManagedSurface | inline |
| getPixels() const | Graphics::ManagedSurface | inline |
| getSubArea(const Common::Rect &area) | Graphics::ManagedSurface | inline |
| getTransparentColor() const | Graphics::ManagedSurface | inline |
| h | Graphics::ManagedSurface | |
| hasTransparentColor() const | Graphics::ManagedSurface | inline |
| hLine(int x, int y, int x2, uint32 color) | Graphics::ManagedSurface | inline |
| horizMerge(int xp=0) | Xeen::Screen | |
| isDirty() const | Graphics::Screen | inline |
| loadBackground(const Common::String &name) | Xeen::Screen | |
| loadPage(int pageNum) | Xeen::Screen | |
| loadPalette(const Common::String &name) | Xeen::Screen | |
| makeAllDirty() | Graphics::Screen | |
| ManagedSurface() | Graphics::ManagedSurface | |
| ManagedSurface(const ManagedSurface &surf) | Graphics::ManagedSurface | |
| ManagedSurface(int width, int height) | Graphics::ManagedSurface | |
| ManagedSurface(int width, int height, const Graphics::PixelFormat &pixelFormat) | Graphics::ManagedSurface | |
| ManagedSurface(ManagedSurface &surf, const Common::Rect &bounds) | Graphics::ManagedSurface | |
| ManagedSurface(Surface *surf, DisposeAfterUse::Flag disposeAfterUse=DisposeAfterUse::YES) | Graphics::ManagedSurface | |
| ManagedSurface(const Surface *surf) | Graphics::ManagedSurface | |
| markAllDirty() | Graphics::ManagedSurface | |
| mergeDirtyRects() | Graphics::Screen | protected |
| operator const Surface &() const | Graphics::ManagedSurface | inline |
| operator=(const ManagedSurface &surf) | Graphics::ManagedSurface | |
| pitch | Graphics::ManagedSurface | |
| rawBlitFrom(const Surface &src, const Common::Rect &srcRect, const Common::Point &destPos, const uint32 *palette) | Graphics::ManagedSurface | inline |
| rawSurface() const | Graphics::ManagedSurface | inline |
| restoreBackground(int slot=1) | Xeen::Screen | |
| saveBackground(int slot=1) | Xeen::Screen | |
| Screen(XeenEngine *vm) (defined in Xeen::Screen) | Xeen::Screen | |
| Screen() (defined in Graphics::Screen) | Graphics::Screen | |
| Screen(int width, int height) (defined in Graphics::Screen) | Graphics::Screen | |
| Screen(int width, int height, PixelFormat pixelFormat) (defined in Graphics::Screen) | Graphics::Screen | |
| setPalette(const byte palette[(256 *3)]) | Graphics::Screen | |
| setPalette(const byte *palette, uint start, uint num) | Graphics::Screen | |
| Graphics::ManagedSurface::setPalette(const uint32 *colors, uint start, uint num) | Graphics::ManagedSurface | |
| setPixel(int x, int y, uint32 pixel) | Graphics::ManagedSurface | inline |
| setPixels(void *newPixels) | Graphics::ManagedSurface | virtual |
| setTransparentColor(uint color) | Graphics::ManagedSurface | inline |
| surfacePtr() (defined in Graphics::ManagedSurface) | Graphics::ManagedSurface | inline |
| transBlitFrom(const Surface &src, uint transColor=0, bool flipped=false, uint overrideColor=0, uint srcAlpha=0xff) | Graphics::ManagedSurface | |
| transBlitFrom(const Surface &src, const Common::Point &destPos, uint transColor=0, bool flipped=false, uint overrideColor=0, uint srcAlpha=0xff) | Graphics::ManagedSurface | |
| transBlitFrom(const Surface &src, const Common::Point &destPos, const ManagedSurface &mask) | Graphics::ManagedSurface | |
| transBlitFrom(const Surface &src, const Common::Point &destPos, const Surface &mask) | Graphics::ManagedSurface | |
| transBlitFrom(const Surface &src, const Common::Rect &srcRect, const Common::Point &destPos, uint transColor=0, bool flipped=false, uint overrideColor=0, uint srcAlpha=0xff) | Graphics::ManagedSurface | |
| transBlitFrom(const Surface &src, const Common::Rect &srcRect, const Common::Rect &destRect, uint transColor=0, bool flipped=false, uint overrideColor=0, uint srcAlpha=0xff, const Surface *mask=nullptr, bool maskOnly=false) | Graphics::ManagedSurface | |
| transBlitFrom(const ManagedSurface &src, uint transColor=0, bool flipped=false, uint overrideColor=0, uint srcAlpha=0xff) | Graphics::ManagedSurface | |
| transBlitFrom(const ManagedSurface &src, const Common::Point &destPos, uint transColor=0, bool flipped=false, uint overrideColor=0, uint srcAlpha=0xff) | Graphics::ManagedSurface | |
| transBlitFrom(const ManagedSurface &src, const Common::Point &destPos, const ManagedSurface &mask) | Graphics::ManagedSurface | |
| transBlitFrom(const ManagedSurface &src, const Common::Rect &srcRect, const Common::Point &destPos, uint transColor=0, bool flipped=false, uint overrideColor=0, uint srcAlpha=0xff) | Graphics::ManagedSurface | |
| transBlitFrom(const ManagedSurface &src, const Common::Rect &srcRect, const Common::Rect &destRect, uint transColor=0, bool flipped=false, uint overrideColor=0, uint srcAlpha=0xff, const Surface *mask=nullptr, bool maskOnly=false) | Graphics::ManagedSurface | |
| transBlitFromInner(const Surface &src, const Common::Rect &srcRect, const Common::Rect &destRect, uint transColor, bool flipped, uint overrideColor, uint srcAlpha, const uint32 *srcPalette, const uint32 *dstPalette, const Surface *mask, bool maskOnly) | Graphics::ManagedSurface | protected |
| unionRectangle(Common::Rect &destRect, const Common::Rect &src1, const Common::Rect &src2) | Graphics::Screen | protected |
| update() | Graphics::Screen | virtual |
| updateScreen() | Graphics::Screen | virtual |
| vertMerge(int yp) | Xeen::Screen | |
| vLine(int x, int y, int y2, uint32 color) | Graphics::ManagedSurface | inline |
| w | Graphics::ManagedSurface | |
| ~ManagedSurface() | Graphics::ManagedSurface | virtual |
| ~Screen() override (defined in Xeen::Screen) | Xeen::Screen | inline |