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:36 using:
17 ./bin/update_pch canvas vclcanvas --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_vclcanvas.hxx "make canvas.build" --find-conflicts
23 #include <sal/config.h>
28 #include <boost/cast.hpp>
29 #endif // PCH_LEVEL >= 1
31 #include <osl/diagnose.h>
32 #include <rtl/instance.hxx>
33 #include <rtl/math.hxx>
34 #include <sal/log.hxx>
35 #include <vcl/BitmapAlphaClampFilter.hxx>
36 #include <vcl/BitmapMonochromeFilter.hxx>
37 #include <vcl/BitmapReadAccess.hxx>
38 #include <vcl/BitmapTools.hxx>
39 #include <vcl/alpha.hxx>
40 #include <vcl/bitmapex.hxx>
41 #include <vcl/canvastools.hxx>
42 #include <vcl/dibtools.hxx>
43 #include <vcl/gradient.hxx>
44 #include <vcl/metric.hxx>
45 #include <vcl/outdev.hxx>
46 #include <vcl/skia/SkiaHelper.hxx>
47 #include <vcl/svapp.hxx>
48 #include <vcl/virdev.hxx>
49 #include <vcl/window.hxx>
50 #endif // PCH_LEVEL >= 2
52 #include <basegfx/matrix/b2dhommatrix.hxx>
53 #include <basegfx/numeric/ftools.hxx>
54 #include <basegfx/point/b2dpoint.hxx>
55 #include <basegfx/polygon/b2dlinegeometry.hxx>
56 #include <basegfx/polygon/b2dpolygon.hxx>
57 #include <basegfx/polygon/b2dpolygontools.hxx>
58 #include <basegfx/range/b2drectangle.hxx>
59 #include <basegfx/tuple/b2dtuple.hxx>
60 #include <basegfx/utils/canvastools.hxx>
61 #include <basegfx/utils/keystoplerp.hxx>
62 #include <basegfx/utils/lerp.hxx>
63 #include <basegfx/utils/tools.hxx>
64 #include <basegfx/utils/unopolypolygon.hxx>
65 #include <basegfx/vector/b2dsize.hxx>
66 #include <com/sun/star/awt/XTopWindow.hpp>
67 #include <com/sun/star/drawing/LineCap.hpp>
68 #include <com/sun/star/lang/NoSupportException.hpp>
69 #include <com/sun/star/rendering/CompositeOperation.hpp>
70 #include <com/sun/star/rendering/PanoseProportion.hpp>
71 #include <com/sun/star/rendering/PathCapType.hpp>
72 #include <com/sun/star/rendering/PathJoinType.hpp>
73 #include <com/sun/star/rendering/RenderState.hpp>
74 #include <com/sun/star/rendering/RepaintResult.hpp>
75 #include <com/sun/star/rendering/TextDirection.hpp>
76 #include <com/sun/star/rendering/TexturingMode.hpp>
77 #include <com/sun/star/rendering/ViewState.hpp>
78 #include <com/sun/star/rendering/XCanvas.hpp>
79 #include <comphelper/sequence.hxx>
80 #include <cppuhelper/supportsservice.hxx>
81 #include <i18nlangtag/languagetag.hxx>
82 #include <toolkit/helper/vclunohelper.hxx>
83 #include <tools/diagnose_ex.h>
84 #include <tools/long.hxx>
85 #include <tools/poly.hxx>
86 #include <tools/stream.hxx>
87 #endif // PCH_LEVEL >= 3
89 #include <canvas/canvastools.hxx>
90 #include <parametricpolypolygon.hxx>
91 #endif // PCH_LEVEL >= 4
93 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */