summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c
diff options
context:
space:
mode:
authorAnatoly Spektor <aspektor@redhat.com>2012-10-12 10:37:12 -0400
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2012-10-17 10:34:22 -0400
commitb178ded274cefa13fff8fc6fb8115ee14a844dc8 (patch)
tree1b0bbd83824435229f7e6ecc4157d85590ceb9a4 /bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c
parentdf55805e4a74ab0fc8f545a1792d755c95a4e419 (diff)
downloadeclipse.platform.swt-b178ded274cefa13fff8fc6fb8115ee14a844dc8.tar.gz
eclipse.platform.swt-b178ded274cefa13fff8fc6fb8115ee14a844dc8.tar.xz
eclipse.platform.swt-b178ded274cefa13fff8fc6fb8115ee14a844dc8.zip
Replace GdkRegion with Cairo methods for GTK + 3.0 and higher
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c
index dce4e6c014..971d91071b 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c
@@ -115,6 +115,20 @@ char * Cairo_nativeFunctionNames[] = {
"_1cairo_1push_1group",
"_1cairo_1rectangle",
"_1cairo_1reference",
+ "_1cairo_1region_1contains_1point",
+ "_1cairo_1region_1contains_1rectangle",
+ "_1cairo_1region_1create",
+ "_1cairo_1region_1create_1rectangle",
+ "_1cairo_1region_1destroy",
+ "_1cairo_1region_1get_1extents",
+ "_1cairo_1region_1get_1rectangle",
+ "_1cairo_1region_1intersect",
+ "_1cairo_1region_1is_1empty",
+ "_1cairo_1region_1num_1rectangles",
+ "_1cairo_1region_1subtract",
+ "_1cairo_1region_1translate",
+ "_1cairo_1region_1union",
+ "_1cairo_1region_1union_1rectangle",
"_1cairo_1rel_1curve_1to",
"_1cairo_1rel_1line_1to",
"_1cairo_1rel_1move_1to",
@@ -177,6 +191,7 @@ char * Cairo_nativeFunctionNames[] = {
"cairo_1font_1extents_1t_1sizeof",
"cairo_1path_1data_1t_1sizeof",
"cairo_1path_1t_1sizeof",
+ "cairo_1rectangle_1int_1t_1sizeof",
"cairo_1text_1extents_1t_1sizeof",
"cairo_1version",
#ifndef JNI64
@@ -190,6 +205,11 @@ char * Cairo_nativeFunctionNames[] = {
"memmove__Lorg_eclipse_swt_internal_cairo_cairo_1path_1t_2JJ",
#endif
#ifndef JNI64
+ "memmove__Lorg_eclipse_swt_internal_cairo_cairo_1rectangle_1int_1t_2II",
+#else
+ "memmove__Lorg_eclipse_swt_internal_cairo_cairo_1rectangle_1int_1t_2JJ",
+#endif
+#ifndef JNI64
"memmove___3DII",
#else
"memmove___3DJJ",