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/.
11 This file has been autogenerated by update_pch.sh. It is possible to edit it
12 manually (such as when an include file has been moved/renamed/removed). All such
13 manual changes will be rewritten by the next run of update_pch.sh (which presumably
14 also fixes all possible problems, so it's usually better to use it).
16 Generated on 2021-03-08 13:11:37 using:
17 ./bin/update_pch canvas cairocanvas --cutoff=1 --exclude:system --include:module --include:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./canvas/inc/pch/precompiled_cairocanvas.hxx "make canvas.build" --find-conflicts
23 #include <sal/config.h>
30 #include <boost/cast.hpp>
31 #endif // PCH_LEVEL >= 1
33 #include <osl/mutex.hxx>
34 #include <rtl/instance.hxx>
35 #include <rtl/math.hxx>
36 #include <sal/log.hxx>
37 #include <vcl/BitmapTools.hxx>
38 #include <vcl/bitmapex.hxx>
39 #include <vcl/cairo.hxx>
40 #include <vcl/canvastools.hxx>
41 #include <vcl/dibtools.hxx>
42 #include <vcl/metric.hxx>
43 #include <vcl/skia/SkiaHelper.hxx>
44 #include <vcl/sysdata.hxx>
45 #include <vcl/virdev.hxx>
46 #endif // PCH_LEVEL >= 2
48 #include <basegfx/matrix/b2dhommatrix.hxx>
49 #include <basegfx/numeric/ftools.hxx>
50 #include <basegfx/point/b2dpoint.hxx>
51 #include <basegfx/polygon/b2dpolygon.hxx>
52 #include <basegfx/polygon/b2dpolypolygon.hxx>
53 #include <basegfx/range/b2irange.hxx>
54 #include <basegfx/utils/canvastools.hxx>
55 #include <basegfx/utils/keystoplerp.hxx>
56 #include <basegfx/utils/lerp.hxx>
57 #include <basegfx/utils/unopolypolygon.hxx>
58 #include <com/sun/star/awt/Rectangle.hpp>
59 #include <com/sun/star/awt/XTopWindow.hpp>
60 #include <com/sun/star/lang/NoSupportException.hpp>
61 #include <com/sun/star/rendering/ColorComponentTag.hpp>
62 #include <com/sun/star/rendering/ColorSpaceType.hpp>
63 #include <com/sun/star/rendering/CompositeOperation.hpp>
64 #include <com/sun/star/rendering/IntegerBitmapLayout.hpp>
65 #include <com/sun/star/rendering/PanoseProportion.hpp>
66 #include <com/sun/star/rendering/PathCapType.hpp>
67 #include <com/sun/star/rendering/PathJoinType.hpp>
68 #include <com/sun/star/rendering/RenderingIntent.hpp>
69 #include <com/sun/star/rendering/RepaintResult.hpp>
70 #include <com/sun/star/rendering/TextDirection.hpp>
71 #include <com/sun/star/rendering/TexturingMode.hpp>
72 #include <com/sun/star/rendering/XCanvas.hpp>
73 #include <com/sun/star/rendering/XIntegerBitmapColorSpace.hpp>
74 #include <com/sun/star/util/Endianness.hpp>
75 #include <comphelper/sequence.hxx>
76 #include <cppuhelper/implbase.hxx>
77 #include <cppuhelper/supportsservice.hxx>
78 #include <i18nlangtag/languagetag.hxx>
79 #include <toolkit/helper/vclunohelper.hxx>
80 #include <tools/diagnose_ex.h>
81 #include <tools/stream.hxx>
82 #endif // PCH_LEVEL >= 3
84 #include <canvas/canvastools.hxx>
85 #include <parametricpolypolygon.hxx>
86 #include <verifyinput.hxx>
87 #endif // PCH_LEVEL >= 4
89 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */