diff -r eaa079afe64c -r e1987ab3768a uiacceltk/hitchcock/coretoolkit/rendervg10/inc/HuiVg10Texture.h --- 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;