Méthode | Description | |
---|---|---|
AlphaMaskByteUnclipped ( IImageReaderWriter rbuf, uint Step, uint Offset ) : System | ||
attach ( IImageReaderWriter rbuf ) : void | ||
combine_hspan ( int x, int y, byte covers, int coversIndex, int count ) : void | ||
combine_hspanFullCover ( int x, int y, byte covers, int coversIndex, int count ) : void | ||
combine_vspan ( int x, int y, byte dst, int dstIndex, int num_pix ) : void | ||
fill_hspan ( int x, int y, byte dst, int dstIndex, int num_pix ) : void | ||
fill_vspan ( int x, int y, byte buffer, int bufferIndex, int num_pix ) : void | ||
pixel ( int x, int y ) : byte |
public AlphaMaskByteUnclipped ( IImageReaderWriter rbuf, uint Step, uint Offset ) : System | ||
rbuf | IImageReaderWriter | |
Step | uint | |
Offset | uint | |
Résultat | System |
public attach ( IImageReaderWriter rbuf ) : void | ||
rbuf | IImageReaderWriter | |
Résultat | void |
public combine_hspan ( int x, int y, byte covers, int coversIndex, int count ) : void | ||
x | int | |
y | int | |
covers | byte | |
coversIndex | int | |
count | int | |
Résultat | void |
public combine_hspanFullCover ( int x, int y, byte covers, int coversIndex, int count ) : void | ||
x | int | |
y | int | |
covers | byte | |
coversIndex | int | |
count | int | |
Résultat | void |
public combine_vspan ( int x, int y, byte dst, int dstIndex, int num_pix ) : void | ||
x | int | |
y | int | |
dst | byte | |
dstIndex | int | |
num_pix | int | |
Résultat | void |
public fill_hspan ( int x, int y, byte dst, int dstIndex, int num_pix ) : void | ||
x | int | |
y | int | |
dst | byte | |
dstIndex | int | |
num_pix | int | |
Résultat | void |
public fill_vspan ( int x, int y, byte buffer, int bufferIndex, int num_pix ) : void | ||
x | int | |
y | int | |
buffer | byte | |
bufferIndex | int | |
num_pix | int | |
Résultat | void |