C# Class PixelFarm.Agg.AlphaMaskByteClipped

Inheritance: IAlphaMask
Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
AlphaMaskByteClipped ( IImageReaderWriter rbuf, uint step, uint offset ) : System
attach ( IImageReaderWriter rbuf ) : void
combine_hspan ( int x, int y, byte buffer, int bufferIndex, int num_pix ) : void
combine_hspanFullCover ( int x, int y, byte covers, int coversIndex, int num_pix ) : void
combine_vspan ( int x, int y, byte buffer, int bufferIndex, 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

Method Details

AlphaMaskByteClipped() public method

public AlphaMaskByteClipped ( IImageReaderWriter rbuf, uint step, uint offset ) : System
rbuf IImageReaderWriter
step uint
offset uint
return System

attach() public method

public attach ( IImageReaderWriter rbuf ) : void
rbuf IImageReaderWriter
return void

combine_hspan() public method

public combine_hspan ( int x, int y, byte buffer, int bufferIndex, int num_pix ) : void
x int
y int
buffer byte
bufferIndex int
num_pix int
return void

combine_hspanFullCover() public method

public combine_hspanFullCover ( int x, int y, byte covers, int coversIndex, int num_pix ) : void
x int
y int
covers byte
coversIndex int
num_pix int
return void

combine_vspan() public method

public combine_vspan ( int x, int y, byte buffer, int bufferIndex, int num_pix ) : void
x int
y int
buffer byte
bufferIndex int
num_pix int
return void

fill_hspan() public method

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
return void

fill_vspan() public method

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
return void

pixel() public method

public pixel ( int x, int y ) : byte
x int
y int
return byte