uiacceltk/hitchcock/coretoolkit/src/HuiFxFilterLayer.cpp
branchRCL_3
changeset 19 e5af45d51884
parent 18 1801340c26a2
child 20 31fccae4f8a7
equal deleted inserted replaced
18:1801340c26a2 19:e5af45d51884
    74 EXPORT_C TBool CHuiFxFilterLayer::PrepareDrawL(CHuiFxEngine& aEngine)
    74 EXPORT_C TBool CHuiFxFilterLayer::PrepareDrawL(CHuiFxEngine& aEngine)
    75     {
    75     {
    76     return iFilter->PrepareDrawL(aEngine);
    76     return iFilter->PrepareDrawL(aEngine);
    77     }
    77     }
    78 
    78 
    79 EXPORT_C void CHuiFxFilterLayer::ReleaseAllCachedRenderTargets(CHuiFxEngine& /*aEngine*/)
       
    80     {
       
    81     // currently filter effects do not permanently reserve their render targets, only for frame drawing.
       
    82     }
       
    83 
    79 
    84 EXPORT_C TBool CHuiFxFilterLayer::Changed() const
    80 EXPORT_C TBool CHuiFxFilterLayer::Changed() const
    85     {
    81     {
    86 #ifdef HUIFX_TRACE 
    82 #ifdef HUIFX_TRACE 
    87     RDebug::Print(_L("CHuiFxFilterLayer::Changed - 0x%x %d"), this,iFilter->Changed() );
    83     RDebug::Print(_L("CHuiFxFilterLayer::Changed - 0x%x %d"), this,iFilter->Changed() );