VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics/shaderlib/wine/include/gdiplusgpstubs.h@ 85637

Last change on this file since 85637 was 53206, checked in by vboxsync, 10 years ago

Devices/vmsvga: header fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 KB
Line 
1/*
2 * Copyright (C) 2007 Google (Evan Stade)
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19/*
20 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
21 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
23 * a choice of LGPL license versions is made available with the language indicating
24 * that LGPLv2 or any later version may be used, or where a choice of which version
25 * of the LGPL is applied is otherwise unspecified.
26 */
27
28#ifndef _GDIPLUSGPSTUBS_H
29#define _GDIPLUSGPSTUBS_H
30
31#ifdef __cplusplus
32
33class GpGraphics {};
34class GpPen {};
35class GpBrush {};
36class GpHatch : public GpBrush {};
37class GpSolidFill : public GpBrush {};
38class GpPath {};
39class GpMatrix {};
40class GpPathIterator {};
41class GpCustomLineCap {};
42class GpAdjustableArrowCap : public GpCustomLineCap {};
43class GpImage {};
44class GpMetafile : public GpImage {};
45class GpImageAttributes {};
46class GpCachedBitmap {};
47class GpBitmap : public GpImage {};
48class GpPathGradient : public GpBrush {};
49class GpLineGradient : public GpBrush {};
50class GpTexture : public GpBrush {};
51class GpFont {};
52class GpFontCollection {};
53class GpFontFamily {};
54class GpStringFormat {};
55class GpRegion {};
56class CGpEffect {};
57
58#else /* end of c++ declarations */
59
60typedef struct GpGraphics GpGraphics;
61typedef struct GpPen GpPen;
62typedef struct GpBrush GpBrush;
63typedef struct GpHatch GpHatch;
64typedef struct GpSolidFill GpSolidFill;
65typedef struct GpPath GpPath;
66typedef struct GpMatrix GpMatrix;
67typedef struct GpPathIterator GpPathIterator;
68typedef struct GpCustomLineCap GpCustomLineCap;
69typedef struct GpAdjustableArrowCap GpAdjustableArrowCap;
70typedef struct GpImage GpImage;
71typedef struct GpMetafile GpMetafile;
72typedef struct GpImageAttributes GpImageAttributes;
73typedef struct GpCachedBitmap GpCachedBitmap;
74typedef struct GpBitmap GpBitmap;
75typedef struct GpPathGradient GpPathGradient;
76typedef struct GpLineGradient GpLineGradient;
77typedef struct GpTexture GpTexture;
78typedef struct GpFont GpFont;
79typedef struct GpFontCollection GpFontCollection;
80typedef struct GpFontFamily GpFontFamily;
81typedef struct GpStringFormat GpStringFormat;
82typedef struct GpRegion GpRegion;
83typedef struct CGpEffect CGpEffect;
84
85#endif /* end of c declarations */
86
87typedef Status GpStatus;
88typedef Unit GpUnit;
89typedef BrushType GpBrushType;
90typedef PointF GpPointF;
91typedef FillMode GpFillMode;
92typedef PathData GpPathData;
93typedef LineCap GpLineCap;
94typedef RectF GpRectF;
95typedef Rect GpRect;
96typedef LineJoin GpLineJoin;
97typedef DashCap GpDashCap;
98typedef DashStyle GpDashStyle;
99typedef MatrixOrder GpMatrixOrder;
100typedef Point GpPoint;
101typedef WrapMode GpWrapMode;
102typedef Color GpColor;
103typedef FlushIntention GpFlushIntention;
104typedef CoordinateSpace GpCoordinateSpace;
105typedef PenAlignment GpPenAlignment;
106typedef PenType GpPenType;
107
108#endif
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette