uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Gc.h
changeset 19 f5bac0badc7e
parent 14 83d2d132aa58
equal deleted inserted replaced
14:83d2d132aa58 19:f5bac0badc7e
   383     /*
   383     /*
   384      * Ownership is not transferred.
   384      * Ownership is not transferred.
   385      */
   385      */
   386     void SetPaintPattern(CHuiTexture* aTexture, const TPoint& aTextureOrigin);
   386     void SetPaintPattern(CHuiTexture* aTexture, const TPoint& aTextureOrigin);
   387     
   387     
   388     void DrawArc(const TRect& aRect, THuiFillMode aDrawMode, const TInt aThickness, TReal32 aStart, TReal32 aEnd, TBool aIsPie);
   388     void DrawArc(const TRect& aRect, THuiFillMode aDrawMode, const TInt aThickness, TReal32 aStart, TReal32 aEnd, TBool aIsPie) __SOFTFP;
   389 
   389 
   390 protected:
   390 protected:
   391 
   391 
   392     /* Constructors. */
   392     /* Constructors. */
   393 
   393 
   480      */
   480      */
   481     void DrawBorderImages(const TRect& aOuterRect, 
   481     void DrawBorderImages(const TRect& aOuterRect, 
   482                           TReal32 aBorderWidth,
   482                           TReal32 aBorderWidth,
   483                           TReal32 aBorderHeight, 
   483                           TReal32 aBorderHeight, 
   484                           THuiRealPoint aOffset,
   484                           THuiRealPoint aOffset,
   485                           const THuiImage* aImage);
   485                           const THuiImage* aImage) __SOFTFP;
   486 
   486 
   487 
   487 
   488     /**
   488     /**
   489      * DrawBorders implementation for EBorderFixedCorners
   489      * DrawBorders implementation for EBorderFixedCorners
   490      * border drawing mode.
   490      * border drawing mode.
   493     void DrawBorderFixedCorners(const TRect& aOuterRect, 
   493     void DrawBorderFixedCorners(const TRect& aOuterRect, 
   494                                 TReal32 aLeftBorderWidth,
   494                                 TReal32 aLeftBorderWidth,
   495                                 TReal32 aRightBorderWidth, 
   495                                 TReal32 aRightBorderWidth, 
   496                                 TReal32 aTopBorderHeight,
   496                                 TReal32 aTopBorderHeight,
   497                                 TReal32 aBottomBorderHeight, 
   497                                 TReal32 aBottomBorderHeight, 
   498                                 const THuiImage* aImage);
   498                                 const THuiImage* aImage) __SOFTFP;
   499     
   499     
   500     
   500     
   501     void CreateVgObjectsL();
   501     void CreateVgObjectsL();
   502     
   502     
   503 	
   503