First public contribution.
1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Functions to act as bench marks for various window server features
20 void SetUp(RWindowTreeNode &aParent, RBlankWindow &aBlank, const TPoint &aPos, const TSize &aSize, TInt aColor)
22 aBlank.Construct(aParent,ENullWsHandle);
23 aBlank.SetColor(TRgb::Gray256(aColor));
24 aBlank.SetExtent(aPos, aSize);
25 aBlank.SetShadowHeight(1);
29 void doMovingWindowTest(TInt aMode, TInt aOwningGroup)
33 CWsScreenDevice *device=new(ELeave) CWsScreenDevice(ws);
37 TSize scrSize(device->SizeInPixels());
38 RBlankWindow blank(ws);
39 RWindowGroup group(ws);
40 group.Construct(ENullWsHandle);
41 group.SetOwningWindowGroup(aOwningGroup);
43 RBlankWindow back(ws);
44 SetUp(group, back, TPoint(0,0),TSize(640,240), 255);
46 RBlankWindow blank2(ws);
47 RBlankWindow blank3(ws);
48 RBlankWindow blank4(ws);
49 RBlankWindow blank5(ws);
52 SetUp(group, blank2, TPoint(10,10),TSize(240,150), 128);
53 SetUp(blank2, blank3, TPoint(10,10),TSize(220,130), 255);
54 SetUp(group, blank4, TPoint(340,-10),TSize(200,70), 64);
55 SetUp(group, blank5, TPoint(390,-10),TSize(30,250), 128);
58 SetUp(group, blank,pos,size, 128);
60 for(pos.iX=10;pos.iX<(scrSize.iWidth-10-size.iWidth);pos.iX+=1)
62 blank.SetPosition(pos);
80 TInt MovingWindowTest1Func(TInt aOwningGroup)
82 doMovingWindowTest(0,aOwningGroup);
86 GLDEF_D TTimeTestHeader MovingWindowTest1={_S("Moving window test 1"),MovingWindowTest1Func};
88 TInt MovingWindowTest2Func(TInt aOwningGroup)
90 doMovingWindowTest(1,aOwningGroup);
94 GLDEF_D TTimeTestHeader MovingWindowTest2={_S("Moving window test 2"),MovingWindowTest2Func};
96 TInt CreateAndDestroy(TInt aOwningGroup)
100 CWsScreenDevice *device=new(ELeave) CWsScreenDevice(ws);
102 RWindowGroup group(ws);
103 group.Construct(ENullWsHandle);
104 group.SetOwningWindowGroup(aOwningGroup);
106 for (TInt count=0;count<100;count++)
108 RBlankWindow blank(ws);
109 blank.Construct(group,ENullWsHandle);
110 blank.SetExtent(TPoint(10,10), TSize(20,20));
120 GLDEF_D TTimeTestHeader WindowCreateDestroy={_S("Window create destroy"),CreateAndDestroy};
124 TInt WindowCreate2(TInt aOwningGroup)
126 enum {KNumWindows=20};
129 CWsScreenDevice *device=new(ELeave) CWsScreenDevice(ws);
131 RWindowGroup group(ws);
132 group.Construct(ENullWsHandle);
133 group.SetOwningWindowGroup(aOwningGroup);
134 RBlankWindow shield(ws);
135 shield.Construct(group,ENullWsHandle);
137 CWindowGc *gc=new(ELeave) CWindowGc(device);
138 User::LeaveIfError(gc->Construct());
140 for(TInt times=0;times<2;times++)
144 RBlankWindow win[KNumWindows];
146 for (count=0;count<KNumWindows;count++)
148 win[count]=RBlankWindow(ws);
149 win[count].Construct(group,ENullWsHandle);
150 win[count].SetExtent(TPoint(count<<2,count<<3), size);
151 win[count].SetShadowHeight(1);
152 win[count].SetColor(TRgb::Gray4(count&3));
153 win[count].Activate();
157 RBackedUpWindow win[KNumWindows];
159 for (count=0;count<KNumWindows;count++)
161 win[count]=RBackedUpWindow(ws);
162 win[count].Construct(group,EGray2,ENullWsHandle);
163 win[count].SetExtent(TPoint(count<<2,count<<3), size);
164 win[count].SetShadowHeight(1);
165 gc->Activate(win[count]);
166 gc->SetBrushColor(TRgb::Gray4(count&3));
169 win[count].Activate();
173 for (count=0;count<KNumWindows;count++)
175 win[count].SetOrdinalPosition(0);
178 for (count=0;count<KNumWindows;count++)
191 GLDEF_D TTimeTestHeader StackedWindowCreate={_S("Stacked window creating"),WindowCreate2};
193 TInt BackedUpWindowCreateTest(TInt aOwningGroup)
197 CWsScreenDevice *device=new(ELeave) CWsScreenDevice(ws);
199 RWindowGroup group(ws);
200 group.Construct(ENullWsHandle);
201 group.SetOwningWindowGroup(aOwningGroup);
202 RBlankWindow shield(ws);
203 shield.Construct(group,ENullWsHandle);
205 CWindowGc *gc=new(ELeave) CWindowGc(device);
206 User::LeaveIfError(gc->Construct());
210 for (count=0;count<100;count++)
213 win.Construct(group,ENullWsHandle);
215 win.SetExtent(TPoint(10,10), TSize(200,100));
227 GLDEF_D TTimeTestHeader BackedUpWindowCreate={_S("Backed up window creating"),BackedUpWindowCreateTest};
229 TInt BackedUpWindowMenuTest(TInt aOwningGroup)
231 // Test designed to emulate menus
236 CWsScreenDevice *device=new(ELeave) CWsScreenDevice(ws);
238 RWindowGroup group(ws);
239 group.Construct(ENullWsHandle);
240 group.SetOwningWindowGroup(aOwningGroup);
241 RBlankWindow shield(ws);
242 shield.Construct(group,ENullWsHandle);
244 CWindowGc *gc=new(ELeave) CWindowGc(device);
245 User::LeaveIfError(gc->Construct());
249 win.Construct(group,ENullWsHandle);
254 for (count=0;count<200;count++)
256 win.SetVisible(EFalse);
260 win.SetExtent(TPoint(10,10), TSize(200,160));
265 win.SetExtent(TPoint(100,10), TSize(150,200));
267 win.SetVisible(ETrue);
270 gc->SetBrushStyle(CGraphicsContext::ESolidBrush);
271 gc->SetBrushColor(TRgb::Gray4((state+1)));
285 GLDEF_D TTimeTestHeader MenuEmulationCreate={_S("Menu emulation"),BackedUpWindowMenuTest};
287 TInt BackedUpWindowMenuTest2(TInt aOwningGroup)
289 CFbsBitmap *bitmaps[1000];
291 for(index=0;index<1000;index++)
293 bitmaps[index]=new(ELeave) CFbsBitmap();
294 bitmaps[index]->Create(TSize(10,10),EGray4);
296 BackedUpWindowMenuTest(aOwningGroup);
297 for(index=0;index<1000;index++)
298 delete bitmaps[index];
302 GLDEF_D TTimeTestHeader MenuEmulationCreate2={_S("Menu emulation 2"),BackedUpWindowMenuTest2};