uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h
branchRCL_3
changeset 17 c9d868f1e20c
parent 13 3a60ebea00d0
child 19 e5af45d51884
--- a/uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h	Mon Jun 21 16:41:52 2010 +0300
+++ b/uiacceltk/hitchcock/coretoolkit/inc/HuiFxEffect.h	Thu Jul 15 19:40:07 2010 +0300
@@ -146,6 +146,8 @@
     void PrepareCachedRenderTarget(const TPoint& aPosition, const TSize& aSize, TBool aClear, TBool aEnableBackground);
     void ReleaseCachedRenderTarget();
     
+    TBool PrepareDrawL(CHuiGc& aGc, const TRect& aDisplayRect);
+    
     /*
      * CachedDraw is typically much faster than normal draw as it keeps effect result in pre-rendered format
      * instead of doing it on-the-fly as normal draw. There are however few issues that must be noted:
@@ -210,6 +212,8 @@
 	
     TInt iFramesDrawn;
     TReal32 iElapsedTime;
+    
+    MHuiEffectable* iEffectable; // not own
     };
 
 #endif /*HUIFXEFFECT_H_*/