Property | Type | Description | |
---|---|---|---|
NumStrips | int | ||
NumZBuffer | int |
Property | Type | Description | |
---|---|---|---|
_objectMode | bool | ||
_vm | ScummEngine |
Method | Description | |
---|---|---|
Blit ( |
||
ClearGfxUsageBit ( int strip, int bit ) : void | ||
ClearGfxUsageBits ( ) : void | ||
ClearMaskBuffer ( int i ) : void | ||
Create ( ScummEngine vm, |
||
DrawBitmap ( |
||
DrawBitmap ( |
||
DrawStripBasicH ( |
||
DrawStripBasicV ( |
||
DrawStripComplex ( |
||
DrawStripEGA ( |
||
DrawStripRaw ( |
||
Fill ( |
||
Fill ( |
||
Fill ( |
||
Fill ( byte dst, int dstPitch, byte color, int w, int h ) : void | ||
Gdi ( ScummEngine vm, |
||
GetMaskBuffer ( int x, int y, int i ) : |
||
Init ( ) : void | ||
ResetBackground ( int top, int bottom, int strip ) : void | ||
RoomChanged ( Room room ) : void | ||
SaveOrLoad ( |
||
SetGfxUsageBit ( int strip, int bit ) : void | ||
SetMaskHeight ( int height ) : void | ||
TestGfxAnyUsageBits ( int strip ) : bool | ||
TestGfxOtherUsageBits ( int strip, int bit ) : bool | ||
TestGfxUsageBit ( int strip, int bit ) : bool | ||
UnkDecode10 ( |
||
UnkDecode11 ( |
||
UnkDecode8 ( |
||
UnkDecode9 ( |
||
WriteRoomColor ( |
Method | Description | |
---|---|---|
DecodeMask ( int x, int y, int width, int height, int stripnr, IList |
||
DrawStrip ( |
||
PrepareDrawBitmap ( |
Method | Description | |
---|---|---|
Clear8Col ( |
||
Copy8Col ( |
||
DecompressBitmap ( |
||
DecompressMaskImg ( |
||
DecompressMaskImgOr ( |
||
FillBits ( byte &cl, uint &bits, |
||
NextRow ( |
||
ReadBit ( byte &cl, uint &bits ) : bool | ||
ReadBit256 ( |
||
ReadNBits ( |
public static Blit ( |
||
dst | ||
src | ||
width | int | |
height | int | |
return | void |
public ClearGfxUsageBit ( int strip, int bit ) : void | ||
strip | int | |
bit | int | |
return | void |
public static Create ( ScummEngine vm, |
||
vm | ScummEngine | |
game | ||
return |
protected DecodeMask ( int x, int y, int width, int height, int stripnr, IList |
||
x | int | |
y | int | |
width | int | |
height | int | |
stripnr | int | |
zPlanes | IList |
|
transpStrip | bool | |
flags | DrawBitmaps | |
return | void |
public DrawBitmap ( |
||
img | ||
vs | ||
p | System.Point | |
width | int | |
height | int | |
stripnr | int | |
numstrip | int | |
roomWidth | int | |
flags | DrawBitmaps | |
isLightOn | bool | |
return | void |
public DrawBitmap ( |
||
img | ||
vs | ||
x | int | |
y | int | |
width | int | |
height | int | |
stripnr | int | |
numstrip | int | |
roomWidth | int | |
flags | DrawBitmaps | |
return | void |
protected DrawStrip ( |
||
navDst | ||
width | int | |
height | int | |
stripnr | int | |
smapReader | ||
return | bool |
public DrawStripBasicH ( |
||
navDst | ||
src | ||
height | int | |
transpCheck | bool | |
return | void |
public DrawStripBasicV ( |
||
navDst | ||
src | ||
height | int | |
transpCheck | bool | |
return | void |
public DrawStripComplex ( |
||
navDst | ||
src | ||
height | int | |
transpCheck | bool | |
return | void |
public DrawStripEGA ( |
||
navDst | ||
src | ||
height | int | |
return | void |
public DrawStripRaw ( |
||
navDst | ||
src | ||
height | int | |
transpCheck | bool | |
return | void |
public static Fill ( |
||
dst | ||
color | byte | |
width | int | |
height | int | |
return | void |
public static Fill ( |
||
dst | ||
color | ushort | |
width | int | |
height | int | |
return | void |
public static Fill ( |
||
surface | ||
r | ||
color | int | |
return | void |
public static Fill ( byte dst, int dstPitch, byte color, int w, int h ) : void | ||
dst | byte | |
dstPitch | int | |
color | byte | |
w | int | |
h | int | |
return | void |
public Gdi ( ScummEngine vm, |
||
vm | ScummEngine | |
game | ||
return | System |
public GetMaskBuffer ( int x, int y, int i ) : |
||
x | int | |
y | int | |
i | int | |
return |
protected PrepareDrawBitmap ( |
||
img | ||
vs | ||
p | System.Point | |
width | int | |
height | int | |
stripnr | int | |
numstrip | int | |
return | void |
public ResetBackground ( int top, int bottom, int strip ) : void | ||
top | int | |
bottom | int | |
strip | int | |
return | void |
public SaveOrLoad ( |
||
serializer | ||
return | void |
public SetGfxUsageBit ( int strip, int bit ) : void | ||
strip | int | |
bit | int | |
return | void |
public TestGfxAnyUsageBits ( int strip ) : bool | ||
strip | int | |
return | bool |
public TestGfxOtherUsageBits ( int strip, int bit ) : bool | ||
strip | int | |
bit | int | |
return | bool |
public TestGfxUsageBit ( int strip, int bit ) : bool | ||
strip | int | |
bit | int | |
return | bool |
public UnkDecode10 ( |
||
navDst | ||
src | ||
height | int | |
return | void |
public UnkDecode11 ( |
||
navDst | ||
src | ||
height | int | |
return | void |
public UnkDecode8 ( |
||
navDst | ||
src | ||
height | int | |
return | void |
public UnkDecode9 ( |
||
navDst | ||
src | ||
height | int | |
return | void |
public WriteRoomColor ( |
||
navDst | ||
color | int | |
return | void |