mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.benchmarks
git-svn-id: svn://ultimatepp.org/upp/trunk@12505 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fd6a6d3fda
commit
51f98bf9af
1 changed files with 4 additions and 4 deletions
|
|
@ -6,10 +6,10 @@ void Task(Painter& sw)
|
|||
{
|
||||
RTIMING("Total");
|
||||
sw.Begin();
|
||||
// sw.Scale(1.2);
|
||||
// sw.Opacity(0.3);
|
||||
sw.Scale(1.2);
|
||||
sw.Opacity(0.3);
|
||||
// sw.Translate(20, 0);
|
||||
// sw.Rotate(0.1);
|
||||
sw.Rotate(0.1);
|
||||
PaintLion(sw);
|
||||
// PythagorasTree(sw);
|
||||
// Demo(sw);
|
||||
|
|
@ -33,7 +33,7 @@ struct MyApp : public TopWindow {
|
|||
virtual void Paint(Draw& w) {
|
||||
w.DrawRect(GetSize(), White());
|
||||
|
||||
for(int pass = 0; pass < 1; pass++) {
|
||||
for(int pass = 0; pass < 2; pass++) {
|
||||
ImageBuffer ib(1200, 800);
|
||||
{
|
||||
BufferPainter sw(ib);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue