LibreOffice Module canvas (master) 1
precompiled_cairocanvas.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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/.
8 */
9
10/*
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).
15
16 Generated on 2021-03-08 13:11:37 using:
17 ./bin/update_pch canvas cairocanvas --cutoff=1 --exclude:system --include:module --include:local
18
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
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <cairo.h>
27#include <math.h>
28#include <memory>
29#include <tuple>
30#include <boost/cast.hpp>
31#endif // PCH_LEVEL >= 1
32#if PCH_LEVEL >= 2
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>
44#include <vcl/sysdata.hxx>
45#include <vcl/virdev.hxx>
46#endif // PCH_LEVEL >= 2
47#if PCH_LEVEL >= 3
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>
81#include <tools/stream.hxx>
82#endif // PCH_LEVEL >= 3
83#if PCH_LEVEL >= 4
85#include <parametricpolypolygon.hxx>
86#include <verifyinput.hxx>
87#endif // PCH_LEVEL >= 4
88
89/* vim:set shiftwidth=4 softtabstop=4 expandtab: */