uiacceltk/hitchcock/coretoolkit/src/HuiFxLayer.cpp
changeset 13 8f67d927ea57
parent 0 15bf7259bb7c
child 49 c9d868f1e20c
equal deleted inserted replaced
0:15bf7259bb7c 13:8f67d927ea57
   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     }