diff -r 57d26d31c595 -r 5dafecb0892a uiacceltk/hitchcock/coretoolkit/src/HuiCmdBufferBrush.cpp --- a/uiacceltk/hitchcock/coretoolkit/src/HuiCmdBufferBrush.cpp Tue Sep 28 14:40:28 2010 +0300 +++ b/uiacceltk/hitchcock/coretoolkit/src/HuiCmdBufferBrush.cpp Thu Oct 14 18:35:08 2010 +0300 @@ -81,7 +81,7 @@ { TRect rect = iBuffers[i].iBoundingRectangle; - RDebug::Print(_L("TP: ClearBackground %d"), iLayerId); + //RDebug::Print(_L("TP: ClearBackground %d"), iLayerId); ClearBackground(aGc, rect); rect.iTl.iX += brushRect.iTl.iX; @@ -152,7 +152,7 @@ } -void CHuiCmdBufferBrush::ClearBackground(CHuiGc &aGc, TRect aRectangle) const +void CHuiCmdBufferBrush::ClearBackground(CHuiGc & /*aGc*/, TRect aRectangle) const { //void DrawRects(RArray& aRects); #if 0 @@ -173,10 +173,10 @@ } } void CHuiCmdBufferBrush::DrawDrawingCommands(TInt aAction, CHuiGc &aGc, TRect aClippingRectangle, - TPtrC8 aCommands, CHuiCanvasCommandBuffer *buf, const TRegion ®) const + TPtrC8 aCommands, CHuiCanvasCommandBuffer *buf, const TRegion & /*reg*/) const { TRect rect = aClippingRectangle; - RDebug::Print(_L("TP: DrawDrawingCommands (%d,%d)-(%d,%d)"), rect.iTl.iX, rect.iTl.iY, rect.iBr.iX, rect.iBr.iY); + //RDebug::Print(_L("TP: DrawDrawingCommands (%d,%d)-(%d,%d)"), rect.iTl.iX, rect.iTl.iY, rect.iBr.iX, rect.iBr.iY); //iCanvasWsGc.EnableUpdateRegion(reg /*buf->iUpdateRegion*/, EFalse /*aClearBeforeHandlingBuffers*/); @@ -184,9 +184,9 @@ //iCanvasWsGc.DisableUpdateRegion(); } -void CHuiCmdBufferBrush::CopyBuffer(CHuiGc &aGc, TRect aRectangle) const +void CHuiCmdBufferBrush::CopyBuffer(CHuiGc & /*aGc*/, TRect /*aRectangle*/) const { - RDebug::Print(_L("TP: CopyBuffer")); + //RDebug::Print(_L("TP: CopyBuffer")); } void CHuiCmdBufferBrush::Flush() const @@ -208,7 +208,7 @@ { return 1.0; } -void CHuiCmdBufferBrush::EffectSetOpacity(TReal32 aOpacity) +void CHuiCmdBufferBrush::EffectSetOpacity(TReal32 /*aOpacity*/) { // empty }