uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Gc.h
changeset 19 f5bac0badc7e
parent 14 83d2d132aa58
--- a/uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Gc.h	Fri Apr 16 15:56:24 2010 +0300
+++ b/uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Gc.h	Mon May 03 13:22:43 2010 +0300
@@ -385,7 +385,7 @@
      */
     void SetPaintPattern(CHuiTexture* aTexture, const TPoint& aTextureOrigin);
     
-    void DrawArc(const TRect& aRect, THuiFillMode aDrawMode, const TInt aThickness, TReal32 aStart, TReal32 aEnd, TBool aIsPie);
+    void DrawArc(const TRect& aRect, THuiFillMode aDrawMode, const TInt aThickness, TReal32 aStart, TReal32 aEnd, TBool aIsPie) __SOFTFP;
 
 protected:
 
@@ -482,7 +482,7 @@
                           TReal32 aBorderWidth,
                           TReal32 aBorderHeight, 
                           THuiRealPoint aOffset,
-                          const THuiImage* aImage);
+                          const THuiImage* aImage) __SOFTFP;
 
 
     /**
@@ -495,7 +495,7 @@
                                 TReal32 aRightBorderWidth, 
                                 TReal32 aTopBorderHeight,
                                 TReal32 aBottomBorderHeight, 
-                                const THuiImage* aImage);
+                                const THuiImage* aImage) __SOFTFP;
     
     
     void CreateVgObjectsL();