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"
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 SVG_PATH "../../../SVG/" |
|
#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
1.4.6-NO