uiacceltk/hitchcock/coretoolkit/inc/huicanvaswspainter.h
branchRCL_3
changeset 7 88b23e2e82e1
parent 6 10534483575f
child 10 7c5dd702d6d3
equal deleted inserted replaced
6:10534483575f 7:88b23e2e82e1
   156     /**
   156     /**
   157      * Returns reference to canvas gc which is used by this painter.
   157      * Returns reference to canvas gc which is used by this painter.
   158      */
   158      */
   159     virtual CHuiCanvasGc& CanvasGc() const;
   159     virtual CHuiCanvasGc& CanvasGc() const;
   160     CHuiCanvasWsGc *CanvasWsGc() const { return iCanvasWsGc; }
   160     CHuiCanvasWsGc *CanvasWsGc() const { return iCanvasWsGc; }
       
   161 
   161 private:
   162 private:
   162 
   163 
   163     /**
   164     /**
   164 	 * From MHuiMemoryLevelObserver
   165 	 * From MHuiMemoryLevelObserver
   165 	 */
   166 	 */
   319 	#ifdef __ALF_SYMBIAN_RWINDOW_CLEARING_BUG_WORKAROUND__
   320 	#ifdef __ALF_SYMBIAN_RWINDOW_CLEARING_BUG_WORKAROUND__
   320     TRgb iTestBrushColor;
   321     TRgb iTestBrushColor;
   321     TRect iTestFullDisplayRect;
   322     TRect iTestFullDisplayRect;
   322     #endif
   323     #endif
   323 	
   324 	
       
   325 	TRgb iBrushColor;
       
   326 	
   324 	// Stream read optimizations
   327 	// Stream read optimizations
   325     struct TStructBitBlitRect
   328     struct TStructBitBlitRect
   326         {
   329         {
   327         TPoint iPoint;
   330         TPoint iPoint;
   328         TInt iBitmapHandle;
   331         TInt iBitmapHandle;