Update contrib.
1 // Copyright (c) 2006-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.
19 @internalComponent - Internal Symbian test code
22 #ifndef TDIRECTGDIPERF_H_
23 #define TDIRECTGDIPERF_H_
25 #include "tdirectgditestbase.h"
28 Test case derived from CTDirectGdiTestBase to perform the
29 non-drawing performance of DirectGDI.
31 class CTDirectGdiPerf : public CTDirectGdiTestBase
39 virtual TVerdict doTestStepL();
41 void CreatingTargetsL();
42 void MakeCurrentOnDifferentFormatTargetL();
43 void MakeCurrentOnSameFormatTargetL();
46 void DoMakeCurrentTestL(TPtrC aTestName, TBool aMatchingFormats);
49 TDisplayMode iDisplayMode;
52 _LIT(KTDirectGdiPerfTest,"TDirectGdiPerfTest");
54 #endif /*TDIRECTGDIPERF_H_*/