sl@0: // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifndef __BITDRAWINTERFACEID_H__ sl@0: #define __BITDRAWINTERFACEID_H__ sl@0: sl@0: /** sl@0: The interface id of MScalingSettings interface. sl@0: @internalTechnology sl@0: */ sl@0: const TInt KScalingSettingsInterfaceID = 1; sl@0: sl@0: /** sl@0: The interface id of MDrawDeviceOrigin interface. sl@0: @internalTechnology sl@0: */ sl@0: const TInt KDrawDeviceOriginInterfaceID = 2; sl@0: sl@0: /** sl@0: The interface id of MAlphaBlend interface. sl@0: @internalComponent sl@0: */ sl@0: const TInt KAlphaBlendInterfaceID = 3; sl@0: sl@0: /** sl@0: The interface id of MFastBlit interface. sl@0: @internalComponent sl@0: */ sl@0: const TInt KFastBlitInterfaceID = 4; sl@0: sl@0: /** sl@0: The interface id of MFastBlit2 interface. sl@0: @internalComponent sl@0: */ sl@0: const TInt KFastBlit2InterfaceID = 5; sl@0: sl@0: /** sl@0: The interface id of MDrawDeviceOrientation interface. sl@0: @internalComponent sl@0: */ sl@0: const TInt KOrientationInterfaceID = 6; sl@0: sl@0: /** sl@0: The interface id of MOutlineAndShadowBlend interface. sl@0: @internalComponent sl@0: */ sl@0: const TInt KOutlineAndShadowInterfaceID = 7; sl@0: sl@0: /** sl@0: The interface id of MSurfaceId interface. sl@0: @internalComponent sl@0: */ sl@0: const TInt KSurfaceInterfaceID = 8; sl@0: sl@0: /** sl@0: The interface id of MDrawDeviceOrientation interface. sl@0: @internalComponent sl@0: */ sl@0: const TInt KFastBlendInterfaceID = 9; sl@0: sl@0: #endif//__BITDRAWINTERFACEID_H__