uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiFxVg10BevelFilter.h
branchRCL_3
changeset 13 3a60ebea00d0
parent 0 15bf7259bb7c
equal deleted inserted replaced
12:f93c875b566e 13:3a60ebea00d0
    27 public:
    27 public:
    28     static CHuiFxVg10BevelFilter* NewL();
    28     static CHuiFxVg10BevelFilter* NewL();
    29     CHuiFxVg10BevelFilter *CloneL() const;
    29     CHuiFxVg10BevelFilter *CloneL() const;
    30 protected:
    30 protected:
    31     void ConstructL();
    31     void ConstructL();
    32     void DrawEffect(CHuiFxEngine& aEngine, VGImage aTargetImage, VGImage aSourceImage, TInt aWidth, TInt aHeight);
    32     void DrawEffect(CHuiFxEngine& aEngine, VGImage aTargetImage, VGImage aSourceImage, TInt aWidth, TInt aHeight, TBool aHasSurface);
    33 private:
    33 private:
    34     TReal32             iOutlineX;
    34     TReal32             iOutlineX;
    35     TReal32             iOutlineY;
    35     TReal32             iOutlineY;
    36     TReal32             iSteepness;
    36     TReal32             iSteepness;
    37 /*    TReal32             iRed;
    37 /*    TReal32             iRed;