equal
deleted
inserted
replaced
1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2006-2009 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" |
|
39 |
38 |
40 |
39 |
41 |
40 |
42 _LIT(KServerName,"TBitgdiServer"); |
41 _LIT(KServerName,"TBitgdiServer"); |
43 |
42 |
163 } |
162 } |
164 else if(aStepName == KTExtendedBitmapNegativeStep) |
163 else if(aStepName == KTExtendedBitmapNegativeStep) |
165 { |
164 { |
166 testStep = new CTExtendedBitmapNegativeStep(); |
165 testStep = new CTExtendedBitmapNegativeStep(); |
167 } |
166 } |
168 else if(aStepName == KTMultipleScreensStep) |
|
169 { |
|
170 testStep = new CTMultipleScreensStep(); |
|
171 } |
|
172 TBuf<64> log; |
167 TBuf<64> log; |
173 _LIT(KBitgdi,"BITGDI Test %S "); |
168 _LIT(KBitgdi,"BITGDI Test %S "); |
174 _LIT(KSucess,"created sucessfully."); |
169 _LIT(KSucess,"created sucessfully."); |
175 _LIT(KFail,"failed to create."); |
170 _LIT(KFail,"failed to create."); |
176 log.Format(KBitgdi,&aStepName); |
171 log.Format(KBitgdi,&aStepName); |