1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/graphicsdeviceinterface/screendriver/inc/BitDrawInterfaceId.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,73 @@
1.4 +// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +#ifndef __BITDRAWINTERFACEID_H__
1.20 +#define __BITDRAWINTERFACEID_H__
1.21 +
1.22 +/**
1.23 +The interface id of MScalingSettings interface.
1.24 +@internalTechnology
1.25 +*/
1.26 +const TInt KScalingSettingsInterfaceID = 1;
1.27 +
1.28 +/**
1.29 +The interface id of MDrawDeviceOrigin interface.
1.30 +@internalTechnology
1.31 +*/
1.32 +const TInt KDrawDeviceOriginInterfaceID = 2;
1.33 +
1.34 +/**
1.35 +The interface id of MAlphaBlend interface.
1.36 +@internalComponent
1.37 +*/
1.38 +const TInt KAlphaBlendInterfaceID = 3;
1.39 +
1.40 +/**
1.41 +The interface id of MFastBlit interface.
1.42 +@internalComponent
1.43 +*/
1.44 +const TInt KFastBlitInterfaceID = 4;
1.45 +
1.46 +/**
1.47 +The interface id of MFastBlit2 interface.
1.48 +@internalComponent
1.49 +*/
1.50 +const TInt KFastBlit2InterfaceID = 5;
1.51 +
1.52 +/**
1.53 +The interface id of MDrawDeviceOrientation interface.
1.54 +@internalComponent
1.55 +*/
1.56 +const TInt KOrientationInterfaceID = 6;
1.57 +
1.58 +/**
1.59 +The interface id of MOutlineAndShadowBlend interface.
1.60 +@internalComponent
1.61 +*/
1.62 +const TInt KOutlineAndShadowInterfaceID = 7;
1.63 +
1.64 +/**
1.65 +The interface id of MSurfaceId interface.
1.66 +@internalComponent
1.67 +*/
1.68 +const TInt KSurfaceInterfaceID = 8;
1.69 +
1.70 +/**
1.71 +The interface id of MDrawDeviceOrientation interface.
1.72 +@internalComponent
1.73 +*/
1.74 +const TInt KFastBlendInterfaceID = 9;
1.75 +
1.76 +#endif//__BITDRAWINTERFACEID_H__