uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Gc.h
branchRCL_3
changeset 11 46927d61fef3
parent 10 88b23e2e82e1
equal deleted inserted replaced
10:88b23e2e82e1 11:46927d61fef3
   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.