uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Texture.h
branchRCL_3
changeset 15 cd0ae4656946
parent 5 433cbbb6a04b
equal deleted inserted replaced
13:3a60ebea00d0 15:cd0ae4656946
   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;