|
Anti-Grain Geometry - AGG (libagg)
2.5
|
#include <agg_rasterizer_sl_clip.h>
Public Types | |
| typedef Conv | conv_type |
| typedef Conv::coord_type | coord_type |
| typedef rect_base< coord_type > | rect_type |
Public Member Functions | |
| rasterizer_sl_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 Conv agg::rasterizer_sl_clip< Conv >::conv_type |
| typedef Conv::coord_type agg::rasterizer_sl_clip< Conv >::coord_type |
| typedef rect_base<coord_type> agg::rasterizer_sl_clip< Conv >::rect_type |
| agg::rasterizer_sl_clip< Conv >::rasterizer_sl_clip | ( | ) | [inline] |
| void agg::rasterizer_sl_clip< Conv >::clip_box | ( | coord_type | x1, |
| coord_type | y1, | ||
| coord_type | x2, | ||
| coord_type | y2 | ||
| ) | [inline] |
| void agg::rasterizer_sl_clip< Conv >::line_to | ( | Rasterizer & | ras, |
| coord_type | x2, | ||
| coord_type | y2 | ||
| ) | [inline] |
| void agg::rasterizer_sl_clip< Conv >::move_to | ( | coord_type | x1, |
| coord_type | y1 | ||
| ) | [inline] |
| void agg::rasterizer_sl_clip< Conv >::reset_clipping | ( | ) | [inline] |
1.7.5.1