Update contrib.
1 // Copyright (c) 1997-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.
25 Change the following two defines if the hardware display mode is changed
28 #define SCREEN_LAYOUT_DISPLAY_MODE EColor256
29 #define SCREEN_LAYOUT_BASE_BITMAP CDrawEightBppBitmapColor
34 class CDrawScreenBitmap : public SCREEN_LAYOUT_BASE_BITMAP
37 virtual TInt ConstructScreen(TInt aScreenNo, TAny* aBitmapAddress,TSize aSize);
38 virtual void SetDisplayMode(CFbsDrawDevice* aDrawDevice);
39 virtual void OrientationsAvailable(TBool aOrientation[4]);
40 virtual TBool SetOrientation(TOrientation aOrientation);
41 virtual TInt HorzTwipsPerThousandPixels() const;
42 virtual TInt VertTwipsPerThousandPixels() const;