| 
    Gnash
    0.8.11dev
    
   | 
 
#include "Renderer_agg.h"#include <vector>#include <cmath>#include <math.h>#include <climits>#include <functional>#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 "IOChannel.h"#include "Renderer_agg_bitmap.h"#include <boost/numeric/conversion/converter.hpp>#include <boost/ptr_container/ptr_vector.hpp>Namespaces | |
| 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.  More... | |
| 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) | 
 1.8.12