uifw/ganes/inc/HgVgHelper.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 0 2f259fa3e83a
equal deleted inserted replaced
9:aabf2c525e0f 10:9f56a4e1b8ab
   211      * 
   211      * 
   212      * @param aImage image to draw.
   212      * @param aImage image to draw.
   213      * @param aPos position where to draw (in symbian screen coordinates).
   213      * @param aPos position where to draw (in symbian screen coordinates).
   214      * @param aWindowRect drawing windows rectangle.
   214      * @param aWindowRect drawing windows rectangle.
   215      */
   215      */
   216     void DrawImage(VGImage aImage, const TPoint& aPos, const TRect& aWindowRect, TBool aCentered = EFalse);
   216     void DrawImage(VGImage aImage, const TPoint& aPos, const TRect& aWindowRect, TBool aCentered = EFalse, 
       
   217         TBool iLanscape = EFalse);
   217     
   218     
   218     /**
   219     /**
   219      * Draws vg image to current vg surface multiplying its colors by a color.
   220      * Draws vg image to current vg surface multiplying its colors by a color.
   220      * NOTE: Assumes that the image is in vg coordinates.
   221      * NOTE: Assumes that the image is in vg coordinates.
   221      * 
   222      * 
   223      * @param aColor color which is multiplied with image colors.
   224      * @param aColor color which is multiplied with image colors.
   224      * @param aPos position where the image is drawn (in sumbian screen coordinates)
   225      * @param aPos position where the image is drawn (in sumbian screen coordinates)
   225      * @param aWindowRect drawing windows renctangle.
   226      * @param aWindowRect drawing windows renctangle.
   226      */
   227      */
   227     void DrawImageColorized(VGImage aImage, const TRgb& aColor, 
   228     void DrawImageColorized(VGImage aImage, const TRgb& aColor, 
   228             const TPoint& aPos, const TRect& aWindowRect, TBool aCentered = EFalse);
   229             const TPoint& aPos, const TRect& aWindowRect, TBool aCentered = EFalse, 
       
   230             TBool iLanscape = EFalse);
   229     
   231     
   230     
   232     
   231     /**
   233     /**
   232      * Wrapper for creating paths.
   234      * Wrapper for creating paths.
   233      * 
   235      *