Gnash  0.8.10
Namespaces | Functions
Renderer_agg.cpp File Reference
#include "Renderer_agg.h"
#include <vector>
#include <cmath>
#include <math.h>
#include <climits>
#include <boost/scoped_array.hpp>
#include <boost/bind.hpp>
#include <agg_rendering_buffer.h>
#include <agg_renderer_base.h>
#include <agg_pixfmt_gray.h>
#include <agg_pixfmt_rgb_packed.h>
#include <agg_color_rgba.h>
#include <agg_color_gray.h>
#include <agg_ellipse.h>
#include <agg_conv_transform.h>
#include <agg_trans_affine.h>
#include <agg_scanline_u.h>
#include <agg_scanline_bin.h>
#include <agg_scanline_p.h>
#include <agg_renderer_scanline.h>
#include <agg_rasterizer_scanline_aa.h>
#include <agg_rasterizer_compound_aa.h>
#include <agg_span_allocator.h>
#include <agg_path_storage.h>
#include <agg_conv_curve.h>
#include <agg_conv_stroke.h>
#include <agg_renderer_primitives.h>
#include <agg_image_accessors.h>
#include <agg_alpha_mask_u8.h>
#include "Renderer_agg_style.h"
#include "GnashEnums.h"
#include "CachedBitmap.h"
#include "RGBA.h"
#include "GnashImage.h"
#include "log.h"
#include "Range2d.h"
#include "swf/ShapeRecord.h"
#include "GnashNumeric.h"
#include "SWFCxForm.h"
#include "FillStyle.h"
#include "Transform.h"
#include "Renderer_agg_bitmap.h"
#include <boost/numeric/conversion/converter.hpp>
#include <boost/ptr_container/ptr_vector.hpp>

Namespaces

namespace  gnash
 

Anonymous namespace for callbacks, local functions, event handlers etc.


Functions

bool gnash::is_little_endian_host ()
DSOEXPORT Renderer_agg_base * gnash::create_Renderer_agg (const char *pixelformat)
 Create a render handler.
DSOEXPORT const char * gnash::agg_detect_pixel_format (unsigned int rofs, unsigned int rsize, unsigned int gofs, unsigned int gsize, unsigned int bofs, unsigned int bsize, unsigned int bpp)

Variable Documentation

Accessor _accessor
Mask _amask
agg::rendering_buffer _buf
boost::scoped_array<boost::uint8_t> _buffer
const ClipBounds& _clipbounds
AggPaths& _dest
Interpolator _interpolator
AggPaths::iterator _it
agg::path_storage& _path

Referenced by gnash::URL::path().

const SourceFormat _pixf
const Quality _quality
Rasterizer _ras
Renderer _rbase
agg::rendering_buffer _rbuf
Renderer _renderer
SpanAllocator _sa
const double _shift
bool _smoothing

Whether smoothing is required.