summaryrefslogtreecommitdiff
path: root/canvas/source/tools/surfaceproxy.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/tools/surfaceproxy.cxx')
-rw-r--r--canvas/source/tools/surfaceproxy.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/canvas/source/tools/surfaceproxy.cxx b/canvas/source/tools/surfaceproxy.cxx
index e35ad4d490dc..fd5b8e2f833e 100644
--- a/canvas/source/tools/surfaceproxy.cxx
+++ b/canvas/source/tools/surfaceproxy.cxx
@@ -27,10 +27,6 @@
namespace canvas
{
-
- // SurfaceProxy::SurfaceProxy
-
-
SurfaceProxy::SurfaceProxy( const canvas::IColorBufferSharedPtr& pBuffer,
const PageManagerSharedPtr& pPageManager ) :
mpPageManager( pPageManager ),
@@ -83,20 +79,12 @@ namespace canvas
}
}
-
- // SurfaceProxy::setColorBufferDirty
-
-
void SurfaceProxy::setColorBufferDirty()
{
for( const auto& rSurfacePtr : maSurfaceList )
rSurfacePtr->setColorBufferDirty();
}
-
- // SurfaceProxy::draw
-
-
bool SurfaceProxy::draw( double fAlpha,
const ::basegfx::B2DPoint& rPos,
const ::basegfx::B2DHomMatrix& rTransform )
@@ -107,10 +95,6 @@ namespace canvas
return true;
}
-
- // SurfaceProxy::draw
-
-
bool SurfaceProxy::draw( double fAlpha,
const ::basegfx::B2DPoint& rPos,
const ::basegfx::B2DRange& rArea,
@@ -122,10 +106,6 @@ namespace canvas
return true;
}
-
- // SurfaceProxy::draw
-
-
bool SurfaceProxy::draw( double fAlpha,
const ::basegfx::B2DPoint& rPos,
const ::basegfx::B2DPolyPolygon& rClipPoly,