uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiDisplay.h
branchRCL_3
changeset 7 433cbbb6a04b
parent 3 d8a3531bc6b8
child 8 10534483575f
equal deleted inserted replaced
3:d8a3531bc6b8 7:433cbbb6a04b
   803     /**
   803     /**
   804      * Retuns foreground bitmap set in @c SetForegroundBitmapL.
   804      * Retuns foreground bitmap set in @c SetForegroundBitmapL.
   805      */
   805      */
   806     IMPORT_C CFbsBitmap* ForegroundBitmap() const;
   806     IMPORT_C CFbsBitmap* ForegroundBitmap() const;
   807     
   807     
       
   808     
   808 private:
   809 private:
   809 
   810 
       
   811     /**
       
   812      * Uploads foreground bitmap to texture.
       
   813      */
       
   814     void UpdateForegroundTexture(const TRect& aRect);
       
   815     
       
   816     /**
       
   817      * Actual upload foreground bitmap to texture.
       
   818      */
       
   819     void DoUpdateForegroundTextureL(const TRect& aRect);
       
   820     
   810     /**
   821     /**
   811      * Draws foreground texture.
   822      * Draws foreground texture.
   812      */     
   823      */     
   813     void DrawForegroundTexture();
   824     void DrawForegroundTexture();
   814 
   825