Lines Matching refs:agg

97 		fBuffer = new agg::rendering_buffer();
130 fRasterizer->gamma(agg::gamma_threshold(0.5));
319 agg::path_storage path;
437 agg::path_storage curve;
454 agg::conv_curve<agg::path_storage> path(curve);
463 agg::path_storage curve;
480 agg::conv_curve<agg::path_storage> path(curve);
527 agg::path_storage path;
580 agg::path_storage path;
637 agg::rounded_rect rect;
663 agg::rounded_rect rect;
697 agg::bezier_arc arc(center.x, center.y, xRadius, yRadius,
700 agg::conv_curve<agg::bezier_arc> path(arc);
716 agg::bezier_arc arc(center.x, center.y, xRadius, yRadius,
719 agg::conv_curve<agg::bezier_arc> segmentedArc(arc);
721 agg::path_storage path;
731 while (!agg::is_stop(cmd)) {
839 agg::rendering_buffer srcBuffer;
858 agg::rendering_buffer srcBuffer;
1117 agg::path_storage path;
1149 agg::ellipse path(center.x, center.y, xRadius, yRadius, divisions);
1162 agg::path_storage path;
1186 agg::path_storage path;
1208 Painter::_DrawBitmap(const agg::rendering_buffer& srcBuffer, color_space format,
1230 agg::rendering_buffer convertedBuffer;
1246 Painter::_DrawBitmap32(const agg::rendering_buffer& srcBuffer,
1249 typedef agg::span_allocator<agg::rgba8> span_alloc_type;
1250 typedef agg::span_interpolator_linear<> interpolator_type;
1251 typedef agg::span_image_filter_rgba32_nn<agg::order_bgra32,
1253 typedef agg::renderer_scanline_aa<renderer_base, span_gen_type> image_renderer_type;
1295 agg::trans_affine srcMatrix;
1296 // srcMatrix *= agg::trans_affine_translation(-actualBitmapRect.left, -actualBitmapRect.top);
1297 srcMatrix *= agg::trans_affine_scaling(fScale, fScale);
1298 srcMatrix *= agg::trans_affine_translation(fOrigin.x, fOrigin.y);
1300 agg::trans_affine imgMatrix;
1301 imgMatrix *= agg::trans_affine_scaling(xScale, yScale);
1302 imgMatrix *= agg::trans_affine_translation(xOffset, yOffset);
1303 imgMatrix *= agg::trans_affine_scaling(fScale, fScale);
1304 imgMatrix *= agg::trans_affine_translation(fOrigin.x, fOrigin.y);
1310 span_gen_type sg(sa, srcBuffer, agg::rgba(0, 0, 0, 0), interpolator);
1314 agg::rasterizer_scanline_aa<> pf;
1315 agg::scanline_u8 sl;
1318 agg::path_storage path;
1325 agg::conv_transform<agg::path_storage> tr(path, srcMatrix);
1328 agg::render_scanlines(pf, sl, ri);
1363 agg::bounding_rect(path, pathID, 0, 1, &left, &top, &right, &bottom);
1382 agg::conv_stroke<VertexSource> stroke(path);
1386 agg::render_scanlines(*fRasterizer, *fScanline, *fRenderer);
1408 agg::render_scanlines(*fRasterizer, *fScanline, *fRenderer);
1450 fOutlineRenderer->line_color(agg::rgba(color.red / 255.0,
1454 fOutlineRenderer->color(agg::rgba(color.red / 255.0,
1459 fRenderer->color(agg::rgba(color.red / 255.0,
1463 fFontRendererSolid->color(agg::rgba(color.red / 255.0,
1467 fFontRendererBin->color(agg::rgba(color.red / 255.0,