A canvas built on top of Anti Grain Geometry. More...
#include "../maptools/Canvas.h"#include "Config.h"#include <windows.h>#include "font_win32_tt\agg_font_win32_tt.h"#include "agg_font_cache_manager.h"#include "agg_pixfmt_rgba.h"#include <agg_path_storage.h>#include <agg_rendering_buffer.h>#include <agg_pixfmt_rgb.h>#include <agg_renderer_base.h>#include <agg_trans_affine.h>#include <agg_rasterizer_scanline_aa.h>#include <agg_scanline_p.h>#include <agg_renderer_markers.h>#include <agg_conv_segmentator.h>#include <agg_trans_single_path.h>Go to the source code of this file.
Classes | |
| class | te::ag::Canvas | 
| A canvas built on top of Anti Grain Geometry.  More... | |
Namespaces | |
| te | |
| URI C++ Library.  | |
| te::ag | |
Macros | |
| #define | DEPTH 32 | 
| #define | PI 3.141592653589793238462643 | 
| #define | pix_format agg::pix_format_rgba32 | 
Typedefs | |
| typedef agg::rgba8 | color_type | 
| typedef agg::order_rgba | component_order | 
| typedef agg::pixfmt_rgba32 | pixfmt | 
| typedef agg::pixfmt_rgba32_pre | pixfmt_pre | 
A canvas built on top of Anti Grain Geometry.
Definition in file Canvas.h.
| #define DEPTH 32 | 
Definition at line 43 of file Canvas.h.
Referenced by te::ag::Canvas::Canvas(), te::ag::Canvas::drawImage(), te::ag::Canvas::drawPolygon(), te::ag::Canvas::resize(), te::ag::Canvas::setLineStyle(), te::ag::Canvas::setPointStyle(), te::ag::Canvas::setPolygonContourStyle(), te::ag::Canvas::setPolygonFillStyle(), and te::ag::Canvas::write_ppm().
| #define PI 3.141592653589793238462643 | 
Definition at line 29 of file Canvas.h.
Referenced by te::ag::Canvas::drawText(), te::ag::Canvas::drawTextBoundary(), and te::ag::Canvas::getTextBoundary().
| typedef agg::rgba8 color_type | 
| typedef agg::order_rgba component_order | 
| typedef agg::pixfmt_rgba32_pre pixfmt_pre |