equal
deleted
inserted
replaced
1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // under the terms of "Eclipse Public License v1.0" |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
33 #include "TAlphaBlend.h" |
33 #include "TAlphaBlend.h" |
34 #include "tfontselect.h" |
34 #include "tfontselect.h" |
35 #include "TFont.h" |
35 #include "TFont.h" |
36 #include "toutlineandshadowfonts.h" |
36 #include "toutlineandshadowfonts.h" |
37 #include "textendedbitmap.h" |
37 #include "textendedbitmap.h" |
|
38 #include "tmultiplescreens.h" |
38 |
39 |
39 |
40 |
40 |
41 |
41 _LIT(KServerName,"TBitgdiServer"); |
42 _LIT(KServerName,"TBitgdiServer"); |
42 |
43 |
162 } |
163 } |
163 else if(aStepName == KTExtendedBitmapNegativeStep) |
164 else if(aStepName == KTExtendedBitmapNegativeStep) |
164 { |
165 { |
165 testStep = new CTExtendedBitmapNegativeStep(); |
166 testStep = new CTExtendedBitmapNegativeStep(); |
166 } |
167 } |
|
168 else if(aStepName == KTMultipleScreensStep) |
|
169 { |
|
170 testStep = new CTMultipleScreensStep(); |
|
171 } |
167 TBuf<64> log; |
172 TBuf<64> log; |
168 _LIT(KBitgdi,"BITGDI Test %S "); |
173 _LIT(KBitgdi,"BITGDI Test %S "); |
169 _LIT(KSucess,"created sucessfully."); |
174 _LIT(KSucess,"created sucessfully."); |
170 _LIT(KFail,"failed to create."); |
175 _LIT(KFail,"failed to create."); |
171 log.Format(KBitgdi,&aStepName); |
176 log.Format(KBitgdi,&aStepName); |