TestAppAGG.cpp File Reference

Test application for AGG. More...

#include <windows.h>
#include <stdlib.h>
#include <ctype.h>
#include <stdio.h>
#include "polygon/base/Base.h"
#include "polygon/test/Test.h"
#include "polygon/AGG/AGG.h"
#include "ctrl/agg_slider_ctrl.h"
#include "platform/agg_platform_support.h"

Classes

class  TestAppAGG
 Test application for the AGG library. More...

Defines

#define GLOBAL_SCALE   2
#define WINDOW_WIDTH   (320*GLOBAL_SCALE)
#define WINDOW_HEIGHT   (240*GLOBAL_SCALE)
#define STANDARD_TEST
#define SVG_PATH   "../../../SVG/"

Enumerations

enum  flip_y_e { flip_y = false }

Functions

int agg_main (int argc, char *argv[])


Detailed Description

Test application for AGG.

Scanline edge-flag algorithm for antialiasing
Copyright (c) 2005-2007 Kiia Kallio

http://mlab.uiah.fi/~kkallio/antialiasing/

This code is distributed under the three-clause BSD license. Read the LICENSE file or visit the URL above for details.

Id
Date
Revision

Define Documentation

#define GLOBAL_SCALE   2
 

#define STANDARD_TEST
 

#define SVG_PATH   "../../../SVG/"
 

#define WINDOW_HEIGHT   (240*GLOBAL_SCALE)
 

#define WINDOW_WIDTH   (320*GLOBAL_SCALE)
 


Enumeration Type Documentation

enum flip_y_e
 

Enumerator:
flip_y 


Function Documentation

int agg_main int  argc,
char *  argv[]
 


Generated on Fri Aug 3 00:44:32 2007 for Scanline edge-flag algorithm for antialiasing by  doxygen 1.4.6-NO