uiacceltk/hitchcock/coretoolkit/src/HuiFxFilterLayer.cpp
branchRCL_3
changeset 20 31fccae4f8a7
parent 19 e5af45d51884
equal deleted inserted replaced
19:e5af45d51884 20:31fccae4f8a7
    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     }
    79 
    83 
    80 EXPORT_C TBool CHuiFxFilterLayer::Changed() const
    84 EXPORT_C TBool CHuiFxFilterLayer::Changed() const
    81     {
    85     {
    82 #ifdef HUIFX_TRACE 
    86 #ifdef HUIFX_TRACE 
    83     RDebug::Print(_L("CHuiFxFilterLayer::Changed - 0x%x %d"), this,iFilter->Changed() );
    87     RDebug::Print(_L("CHuiFxFilterLayer::Changed - 0x%x %d"), this,iFilter->Changed() );