javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/internal/qt/graphics/OS.java
changeset 35 85266cc22c7f
parent 21 2a9601315dfc
child 48 e0d6e9bd3ca7
child 78 71ad690e91f5
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
    37     static final native void graphicsContext_drawRGB(int handle, byte[] rgbData, byte[] transparencyMask,int offset, int scanlenght, int x, int y, int width, int height, int manipulation, int format);
    37     static final native void graphicsContext_drawRGB(int handle, byte[] rgbData, byte[] transparencyMask,int offset, int scanlenght, int x, int y, int width, int height, int manipulation, int format);
    38     static final native void graphicsContext_drawRGB(int handle, short[] rgbData, int offset, int scanlenght, int x, int y, int width, int height, boolean processAlpha, int manipulation, int format);
    38     static final native void graphicsContext_drawRGB(int handle, short[] rgbData, int offset, int scanlenght, int x, int y, int width, int height, boolean processAlpha, int manipulation, int format);
    39     static final native void graphicsContext_drawRoundRect(int handle,int x,int y,int width,int height,int arcWidth,int arcHeight);
    39     static final native void graphicsContext_drawRoundRect(int handle,int x,int y,int width,int height,int arcWidth,int arcHeight);
    40     static final native void graphicsContext_drawString(int handle, String string, int x, int y, int width, int height, 
    40     static final native void graphicsContext_drawString(int handle, String string, int x, int y, int width, int height, 
    41                                                         int alignments, int flags, boolean isTransparent);
    41                                                         int alignments, int flags, boolean isTransparent);
       
    42     static final native void graphicsContext_drawWindowSurface(int handle, int surfaceHandle, int x, int y, int width, int height);
    42     static final native void graphicsContext_fillArc(int handle, int x, int y, int width, int height, int startAngle, int arcAngle);
    43     static final native void graphicsContext_fillArc(int handle, int x, int y, int width, int height, int startAngle, int arcAngle);
    43     static final native void graphicsContext_fillEllipse(int handle, int x, int y, int width, int height);
    44     static final native void graphicsContext_fillEllipse(int handle, int x, int y, int width, int height);
    44     static final native void graphicsContext_fillGradientRect(int handle, int x, int y, int width, int height, boolean vertical, boolean swapColors);
    45     static final native void graphicsContext_fillGradientRect(int handle, int x, int y, int width, int height, boolean vertical, boolean swapColors);
    45     static final native void graphicsContext_fillPolygon(int handle, int[]pointArray);
    46     static final native void graphicsContext_fillPolygon(int handle, int[]pointArray);
    46     static final native void graphicsContext_fillRect(int handle, int x, int y, int width, int height);
    47     static final native void graphicsContext_fillRect(int handle, int x, int y, int width, int height);