|
Anti-Grain Geometry - AGG (libagg)
2.5
|
#include <agg_rasterizer_sl_clip.h>
Public Types | |
| typedef ras_conv_int | conv_type |
| typedef int | coord_type |
Public Member Functions | |
| rasterizer_sl_no_clip () | |
| void | reset_clipping () |
| void | clip_box (coord_type x1, coord_type y1, coord_type x2, coord_type y2) |
| void | move_to (coord_type x1, coord_type y1) |
| template<class Rasterizer > | |
| void | line_to (Rasterizer &ras, coord_type x2, coord_type y2) |
| typedef int agg::rasterizer_sl_no_clip::coord_type |
| agg::rasterizer_sl_no_clip::rasterizer_sl_no_clip | ( | ) | [inline] |
| void agg::rasterizer_sl_no_clip::clip_box | ( | coord_type | x1, |
| coord_type | y1, | ||
| coord_type | x2, | ||
| coord_type | y2 | ||
| ) | [inline] |
| void agg::rasterizer_sl_no_clip::line_to | ( | Rasterizer & | ras, |
| coord_type | x2, | ||
| coord_type | y2 | ||
| ) | [inline] |
| void agg::rasterizer_sl_no_clip::move_to | ( | coord_type | x1, |
| coord_type | y1 | ||
| ) | [inline] |
| void agg::rasterizer_sl_no_clip::reset_clipping | ( | ) | [inline] |
1.7.5.1