os/graphics/graphicsapitest/screendriverhaitest/screendriver/inc/displayconstants.h
Update contrib.
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 #ifndef DISPLAY_CONSTANTS_H
20 #define DISPLAY_CONSTANTS_H
24 const TInt KNumDispModes = 12;
25 const TInt KNumTestBackgrounds = 6;
26 const TInt KNumTestColors = 12;
27 const TInt KNumDrawModes = 6;
28 const TInt KMaskFill =3;
29 const TInt KNumShadowModes = 4;
30 const TInt KRectWidth = 32;
32 const TDisplayMode TestDisplayMode[KNumDispModes] =
48 const TRgb TestBackground[KNumTestBackgrounds] =
59 * Defines Color Values
61 const TRgb TestColor[KNumTestColors] =
72 TRgb((TUint32)0xff2665A3),
73 TRgb((TUint32)0x002766A4),
74 TRgb((TUint32)0x57339A4E),
77 const TUint32 MaskFill[KMaskFill] =
92 #endif // DISPLAY_CONSTANTS_H