TestAppGDIplus.cpp File Reference

Test application for GDI+. More...

#include <stdio.h>
#include <windows.h>
#include <gdiplus.h>
#include "polygon/base/Base.h"
#include "polygon/test/Test.h"

Defines

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

Functions

int GetEncoderClsid (const WCHAR *format, CLSID *pClsid)
VOID OnPaint (HWND hWnd)
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM)
INT WINAPI WinMain (HINSTANCE hInstance, HINSTANCE, PSTR, INT iCmdShow)


Detailed Description

Test application for GDI+.

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 ANTIALIASED_RENDERING
 

#define GLOBAL_SCALE   2
 

#define STANDARD_TEST
 

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

#define UNICODE
 

#define WINDOW_HEIGHT   (240*GLOBAL_SCALE)
 

#define WINDOW_WIDTH   (320*GLOBAL_SCALE)
 


Function Documentation

int GetEncoderClsid const WCHAR *  format,
CLSID *  pClsid
 

VOID OnPaint HWND  hWnd  ) 
 

INT WINAPI WinMain HINSTANCE  hInstance,
HINSTANCE  ,
PSTR  ,
INT  iCmdShow
 

LRESULT CALLBACK WndProc HWND  ,
UINT  ,
WPARAM  ,
LPARAM 
 


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