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
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
drawCircle(uint16 x0, uint16 y0, uint16 radius, uint32 color, int16 pattern=0) (defined in Gob::Surface)Gob::Surface
drawLine(uint16 x0, uint16 y0, uint16 x1, uint16 y1, uint32 color) (defined in Gob::Surface)Gob::Surface
drawRect(uint16 left, uint16 top, uint16 right, uint16 bottom, uint32 color) (defined in Gob::Surface)Gob::Surface
fill(uint32 color) (defined in Gob::Surface)Gob::Surface
fillArea(int16 left, int16 top, int16 right, int16 bottom, uint32 fillColor, uint32 backgroundColor) (defined in Gob::Surface)Gob::Surface
fillAreaAtPoint(int16 left, int16 top, uint32 fillColor) (defined in Gob::Surface)Gob::Surface
fillRect(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
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
getWidth() const (defined in Gob::Surface)Gob::Surface
identifyImage(Common::SeekableReadStream &stream) (defined in Gob::Surface)Gob::Surfacestatic
loadImage(Common::SeekableReadStream &stream) (defined in Gob::Surface)Gob::Surface
loadImage(Common::SeekableReadStream &stream, ImageType type) (defined in Gob::Surface)Gob::Surface
putPixel(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, uint32 color, uint8 strength) (defined in Gob::Surface)Gob::Surface
Surface(uint16 width, uint16 height, uint8 bpp, byte *vidMem=0) (defined in Gob::Surface)Gob::Surface
Surface(uint16 width, uint16 height, uint8 bpp, const byte *vidMem) (defined in Gob::Surface)Gob::Surface
~Surface() (defined in Gob::Surface)Gob::Surface