summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2005-03-09 17:08:41 +0000
committerSilenio Quarti <silenio>2005-03-09 17:08:41 +0000
commitbbc94fee9f3d7d65d3eecf66cb87bfa9c3bfa00f (patch)
tree41029f34d7ee836bf4be4c6d01b9eea080c53f61 /bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
parent3daec5bcdac549554c8cbda138e2ff635c199aeb (diff)
downloadeclipse.platform.swt-bbc94fee9f3d7d65d3eecf66cb87bfa9c3bfa00f.tar.gz
eclipse.platform.swt-bbc94fee9f3d7d65d3eecf66cb87bfa9c3bfa00f.tar.xz
eclipse.platform.swt-bbc94fee9f3d7d65d3eecf66cb87bfa9c3bfa00f.zip
cairo 0.4.0
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
index dd9ff4ec8c..719dbe3391 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
@@ -149,8 +149,6 @@ public static final synchronized native void cairo_text_path (int /*long*/ ct,
public static final synchronized native void cairo_glyph_path (int /*long*/ ct, int /*long*/ glyphs, int num_glyphs);
public static final synchronized native void cairo_font_reference (int /*long*/ font);
public static final synchronized native void cairo_font_destroy (int /*long*/ font);
-public static final synchronized native void cairo_font_set_transform (int /*long*/ font, int /*long*/ matrix);
-public static final synchronized native void cairo_font_current_transform (int /*long*/ font, int /*long*/ matrix);
public static final synchronized native void cairo_show_surface (int /*long*/ cr, int /*long*/ surface, int width, int height);
public static final synchronized native int /*long*/ cairo_current_operator (int /*long*/ cr);
public static final synchronized native void cairo_current_rgb_color (int /*long*/ cr, double[] red, double[] green, double[] blue);