uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiFxVg10BevelFilter.h
changeset 0 15bf7259bb7c
child 13 3a60ebea00d0
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef HUIFXVG10BEVELFILTER_H_
       
    21 #define HUIFXVG10BEVELFILTER_H_
       
    22 
       
    23 #include "HuiFxVg10FilterBase.h"
       
    24 
       
    25 class CHuiFxVg10BevelFilter : public CHuiFxVg10FilterBase
       
    26     {
       
    27 public:
       
    28     static CHuiFxVg10BevelFilter* NewL();
       
    29     CHuiFxVg10BevelFilter *CloneL() const;
       
    30 protected:
       
    31     void ConstructL();
       
    32     void DrawEffect(CHuiFxEngine& aEngine, VGImage aTargetImage, VGImage aSourceImage, TInt aWidth, TInt aHeight);
       
    33 private:
       
    34     TReal32             iOutlineX;
       
    35     TReal32             iOutlineY;
       
    36     TReal32             iSteepness;
       
    37 /*    TReal32             iRed;
       
    38     TReal32             iGreen;
       
    39     TReal32             iBlue;
       
    40 */    };
       
    41 
       
    42 #endif /*HUIFXVG10BEVELFILTER_H_*/