mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
24 lines
596 B
C++
24 lines
596 B
C++
#ifndef _LionBenchmark_LionBenchmark_h
|
|
#define _LionBenchmark_LionBenchmark_h
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
#include <Painter/Painter.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define IMAGECLASS TestImg
|
|
#define IMAGEFILE <PainterBenchmark/test.iml>
|
|
#include <Draw/iml_header.h>
|
|
|
|
void PaintLion(Painter& sw);
|
|
void PaintLionLarge(Painter& sw);
|
|
void PythagorasTree(Painter& sw);
|
|
void Demo(Painter& sw);
|
|
void ClippingExample(Painter& sw);
|
|
void PolyPolygon(Painter& sw);
|
|
void TextOnPath(Painter& sw);
|
|
void TextRotated(Painter& sw);
|
|
void Dash(Painter& sw);
|
|
void SomeRocks(Painter& sw);
|
|
|
|
#endif
|