Update contrib.
1 // Copyright (c) 2005-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 __TSIMPLEDRAWING_H__
23 #define __TSIMPLEDRAWING_H__
25 #include "te_graphicsperformanceSuiteStepBase.h"
28 class CTSimpleDrawing : public CTe_graphicsperformanceSuiteStepBase
44 virtual TVerdict doTestStepPreambleL();
45 virtual TVerdict doTestStepL();
51 void TextDrawingAntiAliasedL();
52 void TextDrawingWithOverheadL();
53 void LargeTextDrawingL();
54 void TextDrawingExtendedLtoRL();
55 void TextDrawingExtendedRtoLL();
56 void LargeTextDrawingExtendedLtoRL();
57 void LargeTextDrawingExtendedRtoLL();
58 void BidiTextDrawingL();
59 void LargeBidiTextDrawingL();
61 void BitmapDrawingL();
67 void VerticalLinesL();
68 void HorizontalLinesL();
78 CBitmapDevice* iDevice;
84 CFbsTypefaceStore* iTs;
87 _LIT(KTSimpleDrawingPerfName,"tsimpledrawing");