summaryrefslogtreecommitdiff
path: root/canvas/source/tools/surface.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/tools/surface.cxx')
-rw-r--r--canvas/source/tools/surface.cxx37
1 files changed, 0 insertions, 37 deletions
diff --git a/canvas/source/tools/surface.cxx b/canvas/source/tools/surface.cxx
index 27b615d8d98a..3ec52b6b5c92 100644
--- a/canvas/source/tools/surface.cxx
+++ b/canvas/source/tools/surface.cxx
@@ -28,11 +28,6 @@
namespace canvas
{
-
-
- // Surface::Surface
-
-
Surface::Surface( const PageManagerSharedPtr& rPageManager,
const IColorBufferSharedPtr& rColorBuffer,
const ::basegfx::B2IPoint& rPos,
@@ -46,29 +41,17 @@ namespace canvas
{
}
-
- // Surface::~Surface
-
-
Surface::~Surface()
{
if(mpFragment)
mpPageManager->free(mpFragment);
}
-
- // Surface::getUVCoords
-
-
void Surface::setColorBufferDirty()
{
mbIsDirty=true;
}
-
- // Surface::getUVCoords
-
-
basegfx::B2DRectangle Surface::getUVCoords() const
{
::basegfx::B2ISize aPageSize(mpPageManager->getPageSize());
@@ -89,10 +72,6 @@ namespace canvas
(oy+sy)/ph );
}
-
- // Surface::getUVCoords
-
-
basegfx::B2DRectangle Surface::getUVCoords( const ::basegfx::B2IPoint& rPos,
const ::basegfx::B2ISize& rSize ) const
{
@@ -111,10 +90,6 @@ namespace canvas
(oy+sy)/ph );
}
-
- // Surface::draw
-
-
bool Surface::draw( double fAlpha,
const ::basegfx::B2DPoint& rPos,
const ::basegfx::B2DHomMatrix& rTransform )
@@ -211,10 +186,6 @@ namespace canvas
return !(pRenderModule->isError());
}
-
- // Surface::drawRectangularArea
-
-
bool Surface::drawRectangularArea(
double fAlpha,
const ::basegfx::B2DPoint& rPos,
@@ -337,10 +308,6 @@ namespace canvas
return !(pRenderModule->isError());
}
-
- // Surface::drawWithClip
-
-
bool Surface::drawWithClip( double fAlpha,
const ::basegfx::B2DPoint& rPos,
const ::basegfx::B2DPolygon& rClipPoly,
@@ -445,10 +412,6 @@ namespace canvas
return !(pRenderModule->isError());
}
-
- // Surface::prepareRendering
-
-
void Surface::prepareRendering()
{
mpPageManager->validatePages();