C# Class NScumm.Scumm.Graphics.Gdi2

Inheritance: Gdi
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
Gdi2 ( ScummEngine vm, GameInfo game ) : System.Diagnostics
RoomChanged ( Room room ) : void

Méthodes protégées

Méthode 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, BinaryReader smapReader ) : bool
PrepareDrawBitmap ( ImageData img, VirtScreen vs, Point p, int width, int height, int stripnr, int numstrip ) : void

Private Methods

Méthode Description
GenerateStripTable ( byte src, int width, int height ) : StripTable

Create and fill a table with offsets to the graphic and mask strips in the given V2 EGA bitmap.

Method Details

DecodeMask() protected méthode

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
Résultat void

DrawStrip() protected méthode

protected DrawStrip ( PixelNavigator navDst, int width, int height, int stripnr, BinaryReader smapReader ) : bool
navDst PixelNavigator
width int
height int
stripnr int
smapReader System.IO.BinaryReader
Résultat bool

Gdi2() public méthode

public Gdi2 ( ScummEngine vm, GameInfo game ) : System.Diagnostics
vm ScummEngine
game NScumm.Scumm.IO.GameInfo
Résultat System.Diagnostics

PrepareDrawBitmap() protected méthode

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
Résultat void

RoomChanged() public méthode

public RoomChanged ( Room room ) : void
room Room
Résultat void