1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #ifndef INCLUDED_CANVAS_SOURCE_OPENGL_OGL_CANVASTOOLS_HXX
11 #define INCLUDED_CANVAS_SOURCE_OPENGL_OGL_CANVASTOOLS_HXX
13 #include <sal/config.h>
16 namespace com
{ namespace sun
{ namespace star
{ namespace rendering
{
26 void renderComplexPolyPolygon( const ::basegfx::B2DPolyPolygon
& rPolyPoly
);
27 void renderPolyPolygon( const ::basegfx::B2DPolyPolygon
& rPolyPoly
);
28 void setupState( const ::basegfx::B2DHomMatrix
& rTransform
,
29 unsigned int eSrcBlend
,
30 unsigned int eDstBlend
,
31 const ::com::sun::star::rendering::ARGBColor
& rColor
);
33 void renderOSD( const std::vector
<double>& rNumbers
, double scale
);
38 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */