ScummVM API documentation
Gob::Surface Member List

This is the complete list of members for Gob::Surface, including all inherited members.

blit(const Surface &from, int16 left, int16 top, int16 right, int16 bottom, int16 x, int16 y, int32 transp=-1, bool yAxisReflexion=false) (defined in Gob::Surface)Gob::Surface
blit(const Surface &from, int16 x, int16 y, int32 transp=-1) (defined in Gob::Surface)Gob::Surface
blit(const Surface &from, int32 transp=-1) (defined in Gob::Surface)Gob::Surface
blitScaled(const Surface &from, int16 left, int16 top, int16 right, int16 bottom, int16 x, int16 y, Common::Rational scale, int32 transp=-1) (defined in Gob::Surface)Gob::Surface
blitScaled(const Surface &from, int16 x, int16 y, Common::Rational scale, int32 transp=-1) (defined in Gob::Surface)Gob::Surface
blitScaled(const Surface &from, Common::Rational scale, int32 transp=-1) (defined in Gob::Surface)Gob::Surface
blitShaded(const Surface &from, int16 left, int16 top, int16 right, int16 bottom, int16 x, int16 y, uint8 strength, int32 transp, Graphics::PixelFormat pixelFormat) (defined in Gob::Surface)Gob::Surface
blitToScreen(uint16 left, uint16 top, uint16 right, uint16 bottom, uint16 x, uint16 y) const (defined in Gob::Surface)Gob::Surface
clear() (defined in Gob::Surface)Gob::Surface
computeHighColorMap(uint32 *highColorMap, const byte *palette, const Graphics::PixelFormat &format, bool useSpecialBlackWhiteValues, int16 startColor=0, int16 colorCount=256, int16 startColorSrc=-1) (defined in Gob::Surface)Gob::Surfacestatic
drawCircle(uint16 x0, uint16 y0, uint16 radius, uint8 colorIndex, int16 pattern=0) (defined in Gob::Surface)Gob::Surface
drawLine(uint16 x0, uint16 y0, uint16 x1, uint16 y1, uint8 colorIndex) (defined in Gob::Surface)Gob::Surface
drawLineRaw(uint16 x0, uint16 y0, uint16 x1, uint16 y1, uint32 colorIndex) (defined in Gob::Surface)Gob::Surface
drawRect(uint16 left, uint16 top, uint16 right, uint16 bottom, uint8 colorIndex) (defined in Gob::Surface)Gob::Surface
fill(uint32 color) (defined in Gob::Surface)Gob::Surface
fillArea(int16 left, int16 top, int16 right, int16 bottom, uint8 fillColorIndex, uint8 backgroundColorIndex) (defined in Gob::Surface)Gob::Surface
fillAreaAtPoint(int16 left, int16 top, uint8 fillColorIndex) (defined in Gob::Surface)Gob::Surface
fillRect(int16 left, int16 top, int16 right, int16 bottom, uint8 colorIndex) (defined in Gob::Surface)Gob::Surface
fillRectRaw(int16 left, int16 top, int16 right, int16 bottom, uint32 color) (defined in Gob::Surface)Gob::Surface
get(uint16 x=0, uint16 y=0) (defined in Gob::Surface)Gob::Surface
get(uint16 x=0, uint16 y=0) const (defined in Gob::Surface)Gob::Surface
getBPP() const (defined in Gob::Surface)Gob::Surface
getColorFromIndex(uint8 index) const (defined in Gob::Surface)Gob::Surface
getData(uint16 x=0, uint16 y=0) (defined in Gob::Surface)Gob::Surface
getData(uint16 x=0, uint16 y=0) const (defined in Gob::Surface)Gob::Surface
getHeight() const (defined in Gob::Surface)Gob::Surface
getImageInfo(Common::SeekableReadStream &stream, uint32 &width, uint32 &height, uint32 &bpp) (defined in Gob::Surface)Gob::Surfacestatic
getWidth() const (defined in Gob::Surface)Gob::Surface
identifyImage(Common::SeekableReadStream &stream) (defined in Gob::Surface)Gob::Surfacestatic
loadImage(Common::SeekableReadStream &stream, int16 left, int16 top, int16 right, int16 bottom, int16 x, int16 y, int16 transp, Graphics::PixelFormat format) (defined in Gob::Surface)Gob::Surface
loadImage(Common::SeekableReadStream &stream, ImageType type, int16 left, int16 top, int16 right, int16 bottom, int16 x, int16 y, int16 transp, Graphics::PixelFormat format) (defined in Gob::Surface)Gob::Surface
putPixel(uint16 x, uint16 y, uint8 colorIndex) (defined in Gob::Surface)Gob::Surface
putPixelRaw(uint16 x, uint16 y, uint32 color) (defined in Gob::Surface)Gob::Surface
recolor(uint8 from, uint8 to) (defined in Gob::Surface)Gob::Surface
resize(uint16 width, uint16 height) (defined in Gob::Surface)Gob::Surface
setBPP(uint8 bpp) (defined in Gob::Surface)Gob::Surface
shadeRect(uint16 left, uint16 top, uint16 right, uint16 bottom, uint8 colorIndex, uint8 strength) (defined in Gob::Surface)Gob::Surface
Surface(uint16 width, uint16 height, uint8 bpp, byte *vidMem=nullptr, const uint32 *highColorMap=nullptr, bool ownHighColorMap=false) (defined in Gob::Surface)Gob::Surface
Surface(uint16 width, uint16 height, uint8 bpp, const byte *vidMem, const uint32 *highColorMap=nullptr, bool ownHighColorMap=false) (defined in Gob::Surface)Gob::Surface
~Surface() (defined in Gob::Surface)Gob::Surface