os/graphics/graphicsdeviceinterface/screendriver/inc/BitDrawInterfaceId.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #ifndef __BITDRAWINTERFACEID_H__
    17 #define __BITDRAWINTERFACEID_H__
    18 
    19 /**
    20 The interface id of MScalingSettings interface.
    21 @internalTechnology
    22 */
    23 const TInt KScalingSettingsInterfaceID = 1;
    24 
    25 /**
    26 The interface id of MDrawDeviceOrigin interface.
    27 @internalTechnology
    28 */
    29 const TInt KDrawDeviceOriginInterfaceID = 2;
    30 
    31 /**
    32 The interface id of MAlphaBlend interface.
    33 @internalComponent
    34 */
    35 const TInt KAlphaBlendInterfaceID = 3;
    36 
    37 /**
    38 The interface id of MFastBlit interface.
    39 @internalComponent
    40 */
    41 const TInt KFastBlitInterfaceID = 4;
    42 
    43 /**
    44 The interface id of MFastBlit2 interface.
    45 @internalComponent
    46 */
    47 const TInt KFastBlit2InterfaceID = 5;
    48 
    49 /**
    50 The interface id of MDrawDeviceOrientation interface.
    51 @internalComponent
    52 */
    53 const TInt KOrientationInterfaceID = 6;
    54 
    55 /**
    56 The interface id of MOutlineAndShadowBlend interface.
    57 @internalComponent
    58 */
    59 const TInt KOutlineAndShadowInterfaceID = 7;
    60 
    61 /**
    62 The interface id of MSurfaceId interface.
    63 @internalComponent
    64 */
    65 const TInt KSurfaceInterfaceID = 8;
    66 
    67 /**
    68 The interface id of MDrawDeviceOrientation interface.
    69 @internalComponent
    70 */
    71 const TInt KFastBlendInterfaceID = 9;
    72 
    73 #endif//__BITDRAWINTERFACEID_H__