C# Class NScumm.Scumm.Graphics.Gdi1

Inheritance: Gdi
Show file Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
Gdi1 ( ScummEngine vm, GameInfo game ) : NScumm.Core.Graphics
RoomChanged ( Room room ) : void

Protected Methods

Method Description
DecodeMask ( int x, int y, int width, int height, int stripnr, System zPlanes, bool transpStrip, DrawBitmaps flags ) : void
DrawStrip ( PixelNavigator navDst, int width, int height, int stripnr, System smapReader ) : bool
PrepareDrawBitmap ( ImageData img, VirtScreen vs, Point p, int width, int height, int stripnr, int numstrip ) : void

Private Methods

Method Description
DrawStripV1Background ( PixelNavigator navDst, int stripnr, int height ) : void
DrawStripV1Mask ( PixelNavigator navDst, int stripnr, int width, int height ) : void
DrawStripV1Object ( PixelNavigator navDst, int stripnr, int width, int height ) : void

Method Details

DecodeMask() protected method

protected DecodeMask ( int x, int y, int width, int height, int stripnr, System zPlanes, bool transpStrip, DrawBitmaps flags ) : void
x int
y int
width int
height int
stripnr int
zPlanes System
transpStrip bool
flags DrawBitmaps
return void

DrawStrip() protected method

protected DrawStrip ( PixelNavigator navDst, int width, int height, int stripnr, System smapReader ) : bool
navDst PixelNavigator
width int
height int
stripnr int
smapReader System
return bool

Gdi1() public method

public Gdi1 ( ScummEngine vm, GameInfo game ) : NScumm.Core.Graphics
vm ScummEngine
game NScumm.Scumm.IO.GameInfo
return NScumm.Core.Graphics

PrepareDrawBitmap() protected method

protected PrepareDrawBitmap ( ImageData img, VirtScreen vs, Point p, int width, int height, int stripnr, int numstrip ) : void
img ImageData
vs VirtScreen
p Point
width int
height int
stripnr int
numstrip int
return void

RoomChanged() public method

public RoomChanged ( Room room ) : void
room Room
return void