uiacceltk/hitchcock/coretoolkit/src/HuiFxLayer.cpp
branchRCL_3
changeset 7 433cbbb6a04b
parent 0 15bf7259bb7c
child 49 c9d868f1e20c
equal deleted inserted replaced
3:d8a3531bc6b8 7:433cbbb6a04b
   186 
   186 
   187 TBool CHuiFxLayer::IsSemitransparent() const
   187 TBool CHuiFxLayer::IsSemitransparent() const
   188     {
   188     {
   189     return EFalse;
   189     return EFalse;
   190     }
   190     }
       
   191 
       
   192 TBool CHuiFxLayer::AlwaysReadSurfacePixels() const
       
   193     {
       
   194     return iAlwaysReadSurfacePixels;
       
   195     }    
       
   196 
       
   197 void CHuiFxLayer::SetAlwaysReadSurfacePixels(TBool aAlwaysReadSurfacePixels)
       
   198     {
       
   199     iAlwaysReadSurfacePixels = aAlwaysReadSurfacePixels;
       
   200     }