Update contrib.
1 // Copyright (c) 2004-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.
16 #ifndef __BITDRAWINTERFACEID_H__
17 #define __BITDRAWINTERFACEID_H__
20 The interface id of MScalingSettings interface.
23 const TInt KScalingSettingsInterfaceID = 1;
26 The interface id of MDrawDeviceOrigin interface.
29 const TInt KDrawDeviceOriginInterfaceID = 2;
32 The interface id of MAlphaBlend interface.
35 const TInt KAlphaBlendInterfaceID = 3;
38 The interface id of MFastBlit interface.
41 const TInt KFastBlitInterfaceID = 4;
44 The interface id of MFastBlit2 interface.
47 const TInt KFastBlit2InterfaceID = 5;
50 The interface id of MDrawDeviceOrientation interface.
53 const TInt KOrientationInterfaceID = 6;
56 The interface id of MOutlineAndShadowBlend interface.
59 const TInt KOutlineAndShadowInterfaceID = 7;
62 The interface id of MSurfaceId interface.
65 const TInt KSurfaceInterfaceID = 8;
68 The interface id of MDrawDeviceOrientation interface.
71 const TInt KFastBlendInterfaceID = 9;
73 #endif//__BITDRAWINTERFACEID_H__