mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
SDraw -> uppsrc/Painter
git-svn-id: svn://ultimatepp.org/upp/trunk@744 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4bde0b77ff
commit
d2dfad42c6
70 changed files with 31 additions and 22575 deletions
|
|
@ -10,6 +10,13 @@ using namespace Upp;
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define N 1
|
||||
#else
|
||||
#define N 10
|
||||
#endif
|
||||
|
||||
|
||||
struct App : TopWindow {
|
||||
Point p;
|
||||
|
||||
|
|
@ -24,9 +31,9 @@ struct App : TopWindow {
|
|||
ImageBuffer ib(sz);
|
||||
Fill(~ib, White(), ib.GetLength());
|
||||
|
||||
for(int i = 0; i < 10; i++) {
|
||||
for(int i = 0; i < N; i++) {
|
||||
{
|
||||
SDraw sw(ib);
|
||||
BufferPainter sw(ib);
|
||||
sw.Clear(White());
|
||||
{
|
||||
RTIMING("AGGUPP tree");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue