C# Class PixelFarm.Agg.ScanlineUnpacked8

Inheritance: Scanline
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
AddCell ( int x, int cover ) : void
AddSpan ( int x, int len, int cover ) : void
ResetSpans ( ) : void
ResetSpans ( int min_x, int max_x ) : void
ScanlineUnpacked8 ( ) : System

Method Details

AddCell() public method

public AddCell ( int x, int cover ) : void
x int
cover int
return void

AddSpan() public method

public AddSpan ( int x, int len, int cover ) : void
x int
len int
cover int
return void

ResetSpans() public method

public ResetSpans ( ) : void
return void

ResetSpans() public method

public ResetSpans ( int min_x, int max_x ) : void
min_x int
max_x int
return void

ScanlineUnpacked8() public method

public ScanlineUnpacked8 ( ) : System
return System