uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Texture.h
changeset 31 1b6909418757
parent 13 8f67d927ea57
child 63 e1987ab3768a
equal deleted inserted replaced
30:920e03da86f0 31:1b6909418757
   158      * 
   158      * 
   159      * @param   aNvgEngine  Used to draw the extended bitmap data on the VGImage, if ObjectCached icon wasn't found
   159      * @param   aNvgEngine  Used to draw the extended bitmap data on the VGImage, if ObjectCached icon wasn't found
   160      * @param   aDestSize   Destination size for the VGImage
   160      * @param   aDestSize   Destination size for the VGImage
   161      * @return  Handle to the rasterized image or <code>VG_INVALID_HANDLE</code> if something went wrong.
   161      * @return  Handle to the rasterized image or <code>VG_INVALID_HANDLE</code> if something went wrong.
   162      */ 
   162      */ 
   163     VGImage CreateRenderedImage(CNvgEngine* aNvgEngine, HBufC8* aNVGData, const TSize& aDestSize);
   163     VGImage CreateRenderedImage(CNvgEngine* aNvgEngine, HBufC8* aNVGData, const TSize& aDestSize, TInt64 aSerialNumber = 0);
   164     
   164     
   165     /** 
   165     /** 
   166      * Identifies whether this texture contains extended texture data
   166      * Identifies whether this texture contains extended texture data
   167      */
   167      */
   168     TBool IsExtended() const;
   168     TBool IsExtended() const;