osgEarth 2.1.1
Classes | Namespaces | Typedefs | Enumerations | Functions

/home/cube/sources/osgearth/src/osgEarthSymbology/AGG.h File Reference

#include <memory.h>
Include dependency graph for AGG.h:

Go to the source code of this file.

Classes

struct  agg::rgba8
class  agg::rendering_buffer
class  agg::scanline
class  agg::scanline::iterator
class  agg::renderer< Span >
struct  agg::cell
class  agg::outline
class  agg::rasterizer
struct  agg::span_mono8
struct  agg::span_rgb555
struct  agg::span_rgb565
struct  agg::span_bgr24
struct  agg::span_rgb24
struct  agg::span_abgr32
struct  agg::span_argb32
struct  agg::span_bgra32
struct  agg::span_rgba32

Namespaces

namespace  agg

Typedefs

typedef signed char agg::int8
typedef unsigned char agg::int8u
typedef signed short agg::int16
typedef unsigned short agg::int16u
typedef signed int agg::int32
typedef unsigned int agg::int32u

Enumerations

enum  { agg::poly_base_shift = 8, agg::poly_base_size = 1 << poly_base_shift, agg::poly_base_mask = poly_base_size - 1 }
enum  agg::filling_rule_e { agg::fill_non_zero, agg::fill_even_odd }
enum  { agg::not_closed = 1, agg::sort_required = 2 }
enum  { agg::qsort_threshold = 9 }

Functions

int agg::poly_coord (double c)
template<class T >
static void agg::swap_cells (T *a, T *b)
template<class T >
static bool agg::less_than (T *a, T *b)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines