multimediacommscontroller/mmcccontroller/src/mccscreen.cpp
branchRCL_3
changeset 10 267e1b1adf0c
parent 8 f9c1f5f9ce0b
child 45 3f7c7e6eea8a
equal deleted inserted replaced
8:f9c1f5f9ce0b 10:267e1b1adf0c
   793 		TRect vfRect( TPoint( 0, 0 ), iArea );
   793 		TRect vfRect( TPoint( 0, 0 ), iArea );
   794         iGraphicsContext->Activate( *iRw ); 
   794         iGraphicsContext->Activate( *iRw ); 
   795         iRw->Invalidate( vfRect );
   795         iRw->Invalidate( vfRect );
   796         iRw->BeginRedraw( vfRect );
   796         iRw->BeginRedraw( vfRect );
   797         iGraphicsContext->CancelClippingRect();
   797         iGraphicsContext->CancelClippingRect();
       
   798         iGraphicsContext->SetDrawMode( CGraphicsContext::EDrawModeWriteAlpha );
   798         iGraphicsContext->SetBrushStyle( CGraphicsContext::ESolidBrush );
   799         iGraphicsContext->SetBrushStyle( CGraphicsContext::ESolidBrush );
   799         iGraphicsContext->SetBrushColor( TRgb( 255, 255, 255, 0 ) );
   800         iGraphicsContext->SetBrushColor( TRgb( 255, 255, 255, 0 ) );
   800         iGraphicsContext->DrawRect( vfRect );
   801         iGraphicsContext->DrawRect( vfRect );
   801         iRw->EndRedraw();
   802         iRw->EndRedraw();
   802         iGraphicsContext->Deactivate();
   803         iGraphicsContext->Deactivate();