Method | Description | |
---|---|---|
add_path ( IVertexSource vs ) : void | ||
add_path ( IVertexSource vs, int path_id ) : void | ||
calculate_alpha ( int area, int master_alpha ) : int | ||
gamma ( IGammaFunction gamma_function ) : void | ||
line_to ( int x, int y ) : void | ||
line_to_d ( double x, double y ) : void | ||
max_style ( ) : int | ||
max_x ( ) : int | ||
max_y ( ) : int | ||
min_style ( ) : int | ||
min_x ( ) : int | ||
min_y ( ) : int | ||
move_to ( int x, int y ) : void | ||
move_to_d ( double x, double y ) : void | ||
rasterizer_compound_aa ( ) : System | ||
reset ( ) : void | ||
rewind_scanlines ( ) : bool | ||
scanline_length ( ) : int | ||
scanline_start ( ) : int | ||
style ( int style_idx ) : int | ||
styles ( int left, int right ) : void | ||
sweep_scanline ( IScanlineCache sl ) : bool | ||
sweep_scanline ( IScanlineCache sl, int style_idx ) : bool | ||
sweep_styles ( ) : int |
Method | Description | |
---|---|---|
add_style ( int style_id ) : void | ||
add_vertex ( double x, double y, Path cmd ) : void | ||
allocate_cover_buffer ( int len ) : byte[] | ||
allocate_master_alpha ( ) : void | ||
clip_box ( double x1, double y1, double x2, double y2 ) : void | ||
edge ( int x1, int y1, int x2, int y2 ) : void | ||
edge_d ( double x1, double y1, double x2, double y2 ) : void | ||
filling_rule ( |
||
hit_test ( int tx, int ty ) : bool | ||
layer_order ( layer_order_e order ) : void | ||
master_alpha ( int style, double alpha ) : void | ||
navigate_scanline ( int y ) : bool | ||
reset_clipping ( ) : void | ||
sort ( ) : void |
public add_path ( IVertexSource vs, int path_id ) : void | ||
vs | IVertexSource | |
path_id | int | |
return | void |
public calculate_alpha ( int area, int master_alpha ) : int | ||
area | int | |
master_alpha | int | |
return | int |
public gamma ( IGammaFunction gamma_function ) : void | ||
gamma_function | IGammaFunction | |
return | void |
public line_to_d ( double x, double y ) : void | ||
x | double | |
y | double | |
return | void |
public move_to_d ( double x, double y ) : void | ||
x | double | |
y | double | |
return | void |
public sweep_scanline ( IScanlineCache sl ) : bool | ||
sl | IScanlineCache | |
return | bool |
public sweep_scanline ( IScanlineCache sl, int style_idx ) : bool | ||
sl | IScanlineCache | |
style_idx | int | |
return | bool |