ScummVM API documentation
Access::Screen Member List

This is the complete list of members for Access::Screen, including all inherited members.

_bottomSkip (defined in Access::BaseSurface)Access::BaseSurface
_bufferBytesWide (defined in Access::Screen)Access::Screen
_bufferStart (defined in Access::Screen)Access::Screen
_clipHeight (defined in Access::BaseSurface)Access::BaseSurfacestatic
_clipWidth (defined in Access::BaseSurface)Access::BaseSurfacestatic
_fadeIn (defined in Access::Screen)Access::Screen
_lastBoundsH (defined in Access::BaseSurface)Access::BaseSurface
_lastBoundsW (defined in Access::BaseSurface)Access::BaseSurface
_lastBoundsX (defined in Access::BaseSurface)Access::BaseSurface
_lastBoundsY (defined in Access::BaseSurface)Access::BaseSurface
_lColor (defined in Access::BaseSurface)Access::BaseSurface
_leftSkip (defined in Access::BaseSurface)Access::BaseSurface
_manPal (defined in Access::Screen)Access::Screen
_maxChars (defined in Access::BaseSurface)Access::BaseSurface
_numColors (defined in Access::Screen)Access::Screen
_orgX1 (defined in Access::BaseSurface)Access::BaseSurface
_orgX2 (defined in Access::BaseSurface)Access::BaseSurface
_orgY1 (defined in Access::BaseSurface)Access::BaseSurface
_orgY2 (defined in Access::BaseSurface)Access::BaseSurface
_printOrg (defined in Access::BaseSurface)Access::BaseSurface
_printStart (defined in Access::BaseSurface)Access::BaseSurface
_rightSkip (defined in Access::BaseSurface)Access::BaseSurface
_savedBounds (defined in Access::BaseSurface)Access::BaseSurfaceprotected
_scaleTable1 (defined in Access::Screen)Access::Screen
_scaleTable2 (defined in Access::Screen)Access::Screen
_screenChangeFlag (defined in Access::Screen)Access::Screen
_screenYOff (defined in Access::Screen)Access::Screen
_startColor (defined in Access::Screen)Access::Screen
_topSkip (defined in Access::BaseSurface)Access::BaseSurface
_vesaMode (defined in Access::Screen)Access::Screen
_vWindowBytesWide (defined in Access::Screen)Access::Screen
_vWindowHeight (defined in Access::Screen)Access::Screen
_vWindowLinesTall (defined in Access::Screen)Access::Screen
_vWindowWidth (defined in Access::Screen)Access::Screen
_windowXAdd (defined in Access::Screen)Access::Screen
_windowYAdd (defined in Access::Screen)Access::Screen
addDirtyRect(const Common::Rect &r)Graphics::Screenvirtual
BaseSurface() (defined in Access::BaseSurface)Access::BaseSurface
blendBlitTo(ManagedSurface &target, const int posX=0, const int posY=0, const int flipping=FLIP_NONE, const Common::Rect *srcRect=nullptr, const uint colorMod=(uint32)(((255)<< 24)|((255)<< 16)|((255)<< 8)|(255)), const int width=-1, const int height=-1, const TSpriteBlendMode blend=BLEND_NORMAL, const AlphaType alphaType=ALPHA_FULL)Graphics::ManagedSurface
blendBlitTo(Surface &target, const int posX=0, const int posY=0, const int flipping=FLIP_NONE, const Common::Rect *srcRect=nullptr, const uint colorMod=(uint32)(((255)<< 24)|((255)<< 16)|((255)<< 8)|(255)), const int width=-1, const int height=-1, const TSpriteBlendMode blend=BLEND_NORMAL, const AlphaType alphaType=ALPHA_FULL) (defined in Graphics::ManagedSurface)Graphics::ManagedSurface
blitFrom(const Surface &src, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
blitFrom(const Surface &src, const Common::Point &destPos, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
blitFrom(const Surface &src, const Common::Rect &srcRect, const Common::Point &destPos, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
blitFrom(const Surface &src, const Common::Rect &srcRect, const Common::Rect &destRect, const Palette *srcPalette=nullptr)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 Palette *srcPalette)Graphics::ManagedSurfaceprotected
clear(uint32 color=0)Graphics::ManagedSurface
clearBuffer() (defined in Access::BaseSurface)Access::BaseSurface
clearDirtyRects()Graphics::Screeninlinevirtual
clearPalette()Graphics::Screen
clearScreen() (defined in Access::Screen)Access::Screen
clearTransparentColor()Graphics::ManagedSurfaceinline
clip(Common::Rect &r) (defined in Access::BaseSurface)Access::BaseSurface
Graphics::Screen::clip(Common::Rect &srcBounds, Common::Rect &destBounds) constGraphics::ManagedSurfaceinline
convertFrom(const ManagedSurface &surf, const PixelFormat &fmt)Graphics::ManagedSurface
convertFrom(const Surface &surf, const PixelFormat &fmt)Graphics::ManagedSurface
convertToInPlace(const PixelFormat &dstFormat)Graphics::ManagedSurfaceinline
convertToInPlace(const PixelFormat &dstFormat, const byte *palette, uint16 paletteCount)Graphics::ManagedSurfaceinline
copyBlock(BaseSurface *src, const Common::Rect &bounds) override (defined in Access::Screen)Access::Screenvirtual
copyBuffer(Graphics::ManagedSurface *src) override (defined in Access::Screen)Access::Screenvirtual
copyBuffer(const byte *data)Access::Screen
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::ManagedSurfaceinline
copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Rect subRect)Graphics::ManagedSurfaceinline
copyRectToSurfaceWithKey(const void *buffer, int srcPitch, int destX, int destY, int width, int height, uint32 key)Graphics::ManagedSurfaceinline
copyRectToSurfaceWithKey(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Rect subRect, uint32 key)Graphics::ManagedSurfaceinline
copyTo(BaseSurface *dest) (defined in Access::BaseSurface)Access::BaseSurface
create(int16 width, int16 height)Graphics::ManagedSurfacevirtual
create(int16 width, int16 height, const PixelFormat &pixelFormat)Graphics::ManagedSurfacevirtual
create(ManagedSurface &surf, const Common::Rect &bounds)Graphics::ManagedSurfacevirtual
cyclePaletteBackwards() (defined in Access::Screen)Access::Screen
cyclePaletteForward() (defined in Access::Screen)Access::Screen
detectAlpha() constGraphics::ManagedSurfaceinline
disposeAfterUse() constGraphics::ManagedSurfaceinline
drawBox() override (defined in Access::Screen)Access::Screenvirtual
drawLine(int x1, int y1, int x2, int y2, int col) (defined in Access::BaseSurface)Access::BaseSurfacevirtual
drawLine() (defined in Access::BaseSurface)Access::BaseSurfacevirtual
Graphics::Screen::drawLine(int x0, int y0, int x1, int y1, uint32 color)Graphics::ManagedSurfaceinline
drawRect() override (defined in Access::Screen)Access::Screenvirtual
drawThickLine(int x0, int y0, int x1, int y1, int penX, int penY, uint32 color)Graphics::ManagedSurfaceinline
empty() constGraphics::ManagedSurfaceinline
fadeIn() (defined in Access::Screen)Access::Screeninline
fadeOut() (defined in Access::Screen)Access::Screeninline
fillRect(Common::Rect r, uint32 color)Graphics::ManagedSurfaceinline
flashPalette(int count) (defined in Access::Screen)Access::Screen
forceFadeIn()Access::Screen
forceFadeOut()Access::Screen
formatGraphics::ManagedSurface
frameRect(const Common::Rect &r, uint32 color)Graphics::ManagedSurfaceinline
free()Graphics::ManagedSurfacevirtual
getBasePtr(int x, int y) constGraphics::ManagedSurfaceinline
getBasePtr(int x, int y)Graphics::ManagedSurfaceinline
getBounds() constGraphics::ManagedSurfaceinline
getOffsetFromOwner() constGraphics::ManagedSurfaceinline
getPalette(byte *pal) (defined in Access::Screen)Access::Screen
Access::BaseSurface::getPalette(byte palette[PALETTE_SIZE])Graphics::Screen
Access::BaseSurface::getPalette(byte *palette, uint start, uint num)Graphics::Screen
Access::BaseSurface::getPalette(uint start=0, uint num=PALETTE_COUNT)Graphics::Screeninline
getPixel(int x, int y) constGraphics::ManagedSurfaceinline
getPixels()Graphics::ManagedSurfaceinline
getPixels() constGraphics::ManagedSurfaceinline
getSubArea(const Common::Rect &area)Graphics::ManagedSurfaceinline
getTransparentColor() constGraphics::ManagedSurfaceinline
grabPalette(byte *colors, uint start, uint num) constGraphics::ManagedSurface
hGraphics::ManagedSurface
hasPalette() constGraphics::ManagedSurface
hasTransparentColor() constGraphics::ManagedSurfaceinline
hLine(int x, int y, int x2, uint32 color)Graphics::ManagedSurfaceinline
isBlendBlitPixelFormatSupported(const PixelFormat &src, const PixelFormat &dst)Graphics::ManagedSurfaceinlinestatic
isDirty() constGraphics::Screeninline
loadPalette(int fileNum, int subfile) (defined in Access::Screen)Access::Screen
loadRawPalette(Common::SeekableReadStream *stream) (defined in Access::Screen)Access::Screen
makeAllDirty()Graphics::Screen
ManagedSurface()Graphics::ManagedSurface
ManagedSurface(const ManagedSurface &surf)Graphics::ManagedSurface
ManagedSurface(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::Screenprotected
moveBufferDown() (defined in Access::BaseSurface)Access::BaseSurface
moveBufferLeft() (defined in Access::BaseSurface)Access::BaseSurface
moveBufferRight() (defined in Access::BaseSurface)Access::BaseSurface
moveBufferUp() (defined in Access::BaseSurface)Access::BaseSurface
operator const Surface &() constGraphics::ManagedSurfaceinline
operator=(const ManagedSurface &surf)Graphics::ManagedSurface
operator=(ManagedSurface &&surf)Graphics::ManagedSurface
pitchGraphics::ManagedSurface
plotB(SpriteFrame *frame, const Common::Point &pt)Access::BaseSurface
plotF(SpriteFrame *frame, const Common::Point &pt)Access::BaseSurface
plotImage(SpriteResource *sprite, int frameNum, const Common::Point &pt) (defined in Access::BaseSurface)Access::BaseSurface
rawBlitFrom(const ManagedSurface &src, const Common::Rect &srcRect, const Common::Point &destPos)Graphics::ManagedSurfaceinline
rawSurface() constGraphics::ManagedSurfaceinline
restoreBlock() override (defined in Access::Screen)Access::Screenvirtual
restorePalette() (defined in Access::Screen)Access::Screen
restoreScreen()Access::Screen
rotoscale(const TransformStruct &transform, bool filtering=false) constGraphics::ManagedSurface
saveBlock(const Common::Rect &bounds) (defined in Access::BaseSurface)Access::BaseSurface
savePalette() (defined in Access::Screen)Access::Screen
saveScreen()Access::Screen
scale(int16 newWidth, int16 newHeight, bool filtering=false) constGraphics::ManagedSurface
Screen(AccessEngine *vm) (defined in Access::Screen)Access::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
setBufferScan() (defined in Access::Screen)Access::Screen
setDisplayScan() (defined in Access::Screen)Access::Screen
setIconPalette()Access::Screen
setInitialPalettte()Access::Screen
setManPalette()Access::Screen
setPalette() (defined in Access::Screen)Access::Screen
Access::BaseSurface::setPalette(const byte palette[PALETTE_SIZE])Graphics::Screen
Access::BaseSurface::setPalette(const byte *palette, uint start, uint num)Graphics::Screen
Access::BaseSurface::setPalette(const Graphics::Palette &pal, uint start=0)Graphics::Screeninline
setPaletteCycle(int startCycle, int endCycle, int timer) (defined in Access::Screen)Access::Screen
setPanel(int num) (defined in Access::Screen)Access::Screen
setPixel(int x, int y, uint32 pixel)Graphics::ManagedSurfaceinline
setPixels(void *newPixels)Graphics::ManagedSurfacevirtual
setScaleTable(int scale) (defined in Access::Screen)Access::Screen
setTransparentColor(uint32 color)Graphics::ManagedSurfaceinline
simpleBlitFrom(const Surface &src, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
simpleBlitFrom(const Surface &src, const Common::Point &destPos, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
simpleBlitFrom(const Surface &src, const Common::Rect &srcRect, const Common::Point &destPos, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
simpleBlitFrom(const ManagedSurface &src)Graphics::ManagedSurface
simpleBlitFrom(const ManagedSurface &src, const Common::Point &destPos)Graphics::ManagedSurface
simpleBlitFrom(const ManagedSurface &src, const Common::Rect &srcRect, const Common::Point &destPos)Graphics::ManagedSurface
simpleBlitFromInner(const Surface &src, const Common::Rect &srcRect, const Common::Point &destPos, const Palette *srcPalette, bool transparentColorSet, uint transparentColor)Graphics::ManagedSurfaceprotected
sPlotB(SpriteFrame *frame, const Common::Rect &bounds)Access::BaseSurface
sPlotF(SpriteFrame *frame, const Common::Rect &bounds)Access::BaseSurface
surfacePtr() (defined in Graphics::ManagedSurface)Graphics::ManagedSurfaceinline
transBlitFrom(const Surface &src, uint32 transColor=0, bool flipped=false, uint32 overrideColor=0, uint32 srcAlpha=0xff, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
transBlitFrom(const Surface &src, const Common::Point &destPos, uint32 transColor=0, bool flipped=false, uint32 overrideColor=0, uint32 srcAlpha=0xff, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
transBlitFrom(const Surface &src, const Common::Point &destPos, const ManagedSurface &mask, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
transBlitFrom(const Surface &src, const Common::Point &destPos, const Surface &mask, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
transBlitFrom(const Surface &src, const Common::Rect &srcRect, const Common::Point &destPos, uint32 transColor=0, bool flipped=false, uint32 overrideColor=0, uint32 srcAlpha=0xff, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
transBlitFrom(const Surface &src, const Common::Rect &srcRect, const Common::Rect &destRect, const Palette *srcPalette)Graphics::ManagedSurface
transBlitFrom(const Surface &src, const Common::Rect &srcRect, const Common::Rect &destRect, uint32 transColor=0, bool flipped=false, uint32 overrideColor=0, uint32 srcAlpha=0xff, const Surface *mask=nullptr, bool maskOnly=false, const Palette *srcPalette=nullptr)Graphics::ManagedSurface
transBlitFrom(const ManagedSurface &src, uint32 transColor=0, bool flipped=false, uint32 overrideColor=0, uint32 srcAlpha=0xff)Graphics::ManagedSurface
transBlitFrom(const ManagedSurface &src, const Common::Point &destPos, uint32 transColor=0, bool flipped=false, uint32 overrideColor=0, uint32 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, uint32 transColor=0, bool flipped=false, uint32 overrideColor=0, uint32 srcAlpha=0xff)Graphics::ManagedSurface
transBlitFrom(const ManagedSurface &src, const Common::Rect &srcRect, const Common::Rect &destRect, uint32 transColor=0, bool flipped=false, uint32 overrideColor=0, uint32 srcAlpha=0xff, const Surface *mask=nullptr, bool maskOnly=false)Graphics::ManagedSurface
transBlitFromInner(const Surface &src, const Common::Rect &srcRect, const Common::Rect &destRect, uint32 transColor, bool flipped, uint32 overrideColor, uint32 srcAlpha, const Palette *srcPalette, const Palette *dstPalette, const Surface *mask, bool maskOnly)Graphics::ManagedSurfaceprotected
unionRectangle(Common::Rect &destRect, const Common::Rect &src1, const Common::Rect &src2)Graphics::Screenprotected
update() overrideAccess::Screenvirtual
updateScreen()Graphics::Screenvirtual
vLine(int x, int y, int y2, uint32 color)Graphics::ManagedSurfaceinline
wGraphics::ManagedSurface
~BaseSurface() override (defined in Access::BaseSurface)Access::BaseSurface
~ManagedSurface()Graphics::ManagedSurfacevirtual
~Screen() override (defined in Access::Screen)Access::Screeninline