uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Texture.h
branchRCL_3
changeset 63 e1987ab3768a
parent 41 cd0ae4656946
equal deleted inserted replaced
57:eaa079afe64c 63:e1987ab3768a
   240 
   240 
   241     /**
   241     /**
   242      * Partial bitmap upload.
   242      * Partial bitmap upload.
   243      */
   243      */
   244     void PartialBitmapUpload(THuiTexturePartialBitmapUploadParams* aParams);
   244     void PartialBitmapUpload(THuiTexturePartialBitmapUploadParams* aParams);
   245     
   245 
       
   246     /**
       
   247      * Returns ETrue if texture is large.
       
   248      */ 
       
   249     TBool IsLargeTexture(const TSize& aSize, VGImageFormat aFormat) const;
       
   250 
       
   251 private:
       
   252         
   246     /** The render plugin that created this texture. */
   253     /** The render plugin that created this texture. */
   247     CHuiVg10RenderPlugin& iRenderPlugin;
   254     CHuiVg10RenderPlugin& iRenderPlugin;
   248     
   255     
   249     /** Flags indicating the state of the image object */
   256     /** Flags indicating the state of the image object */
   250     TInt iInternalFlags;
   257     TInt iInternalFlags;