ultimatepp/benchmarks/PainterBenchmark/LionBenchmark.h
cxl c4d0d63aab .benchmarks
git-svn-id: svn://ultimatepp.org/upp/trunk@14485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-20 14:39:17 +00:00

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