]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/library/gdip_structs.h
Remove invalid SHA-256-Digests
[simantics/platform.git] / bundles / org.eclipse.swt.win32.win32.x86_64 / library / gdip_structs.h
1 /*******************************************************************************
2  * Copyright (c) 2000, 2016 IBM Corporation and others.
3  *
4  * This program and the accompanying materials
5  * are made available under the terms of the Eclipse Public License 2.0
6  * which accompanies this distribution, and is available at
7  * https://www.eclipse.org/legal/epl-2.0/
8  *
9  * SPDX-License-Identifier: EPL-2.0
10  *
11  * Contributors:
12  *    IBM Corporation - initial API and implementation
13  *******************************************************************************/
14
15 /* Note: This file was auto-generated by org.eclipse.swt.tools.internal.JNIGenerator */
16 /* DO NOT EDIT - your changes will be lost. */
17
18 #include "gdip.h"
19
20 #ifndef NO_BitmapData
21 void cacheBitmapDataFields(JNIEnv *env, jobject lpObject);
22 BitmapData *getBitmapDataFields(JNIEnv *env, jobject lpObject, BitmapData *lpStruct);
23 void setBitmapDataFields(JNIEnv *env, jobject lpObject, BitmapData *lpStruct);
24 #define BitmapData_sizeof() sizeof(BitmapData)
25 #else
26 #define cacheBitmapDataFields(a,b)
27 #define getBitmapDataFields(a,b,c) NULL
28 #define setBitmapDataFields(a,b,c)
29 #define BitmapData_sizeof() 0
30 #endif
31
32 #ifndef NO_ColorPalette
33 void cacheColorPaletteFields(JNIEnv *env, jobject lpObject);
34 ColorPalette *getColorPaletteFields(JNIEnv *env, jobject lpObject, ColorPalette *lpStruct);
35 void setColorPaletteFields(JNIEnv *env, jobject lpObject, ColorPalette *lpStruct);
36 #define ColorPalette_sizeof() sizeof(ColorPalette)
37 #else
38 #define cacheColorPaletteFields(a,b)
39 #define getColorPaletteFields(a,b,c) NULL
40 #define setColorPaletteFields(a,b,c)
41 #define ColorPalette_sizeof() 0
42 #endif
43
44 #ifndef NO_GdiplusStartupInput
45 void cacheGdiplusStartupInputFields(JNIEnv *env, jobject lpObject);
46 GdiplusStartupInput *getGdiplusStartupInputFields(JNIEnv *env, jobject lpObject, GdiplusStartupInput *lpStruct);
47 void setGdiplusStartupInputFields(JNIEnv *env, jobject lpObject, GdiplusStartupInput *lpStruct);
48 #define GdiplusStartupInput_sizeof() sizeof(GdiplusStartupInput)
49 #else
50 #define cacheGdiplusStartupInputFields(a,b)
51 #define getGdiplusStartupInputFields(a,b,c) NULL
52 #define setGdiplusStartupInputFields(a,b,c)
53 #define GdiplusStartupInput_sizeof() 0
54 #endif
55
56 #ifndef NO_PointF
57 void cachePointFFields(JNIEnv *env, jobject lpObject);
58 PointF *getPointFFields(JNIEnv *env, jobject lpObject, PointF *lpStruct);
59 void setPointFFields(JNIEnv *env, jobject lpObject, PointF *lpStruct);
60 #define PointF_sizeof() sizeof(PointF)
61 #else
62 #define cachePointFFields(a,b)
63 #define getPointFFields(a,b,c) NULL
64 #define setPointFFields(a,b,c)
65 #define PointF_sizeof() 0
66 #endif
67
68 #ifndef NO_Rect
69 void cacheRectFields(JNIEnv *env, jobject lpObject);
70 Rect *getRectFields(JNIEnv *env, jobject lpObject, Rect *lpStruct);
71 void setRectFields(JNIEnv *env, jobject lpObject, Rect *lpStruct);
72 #define Rect_sizeof() sizeof(Rect)
73 #else
74 #define cacheRectFields(a,b)
75 #define getRectFields(a,b,c) NULL
76 #define setRectFields(a,b,c)
77 #define Rect_sizeof() 0
78 #endif
79
80 #ifndef NO_RectF
81 void cacheRectFFields(JNIEnv *env, jobject lpObject);
82 RectF *getRectFFields(JNIEnv *env, jobject lpObject, RectF *lpStruct);
83 void setRectFFields(JNIEnv *env, jobject lpObject, RectF *lpStruct);
84 #define RectF_sizeof() sizeof(RectF)
85 #else
86 #define cacheRectFFields(a,b)
87 #define getRectFFields(a,b,c) NULL
88 #define setRectFFields(a,b,c)
89 #define RectF_sizeof() 0
90 #endif
91