uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Texture.h
branchRCL_3
changeset 63 e1987ab3768a
parent 41 cd0ae4656946
--- a/uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Texture.h	Wed Sep 15 13:12:27 2010 +0300
+++ b/uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Texture.h	Wed Oct 13 15:34:15 2010 +0300
@@ -242,7 +242,14 @@
      * Partial bitmap upload.
      */
     void PartialBitmapUpload(THuiTexturePartialBitmapUploadParams* aParams);
-    
+
+    /**
+     * Returns ETrue if texture is large.
+     */ 
+    TBool IsLargeTexture(const TSize& aSize, VGImageFormat aFormat) const;
+
+private:
+        
     /** The render plugin that created this texture. */
     CHuiVg10RenderPlugin& iRenderPlugin;