Home
last modified time | relevance | path

Searched refs:Graphics_DrawPath (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/gdip/
H A DGdip.java389 public static final native int Graphics_DrawPath(long graphics, long pen, long path); in Graphics_DrawPath() method in Gdip
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DGC.java734 Gdip.Graphics_DrawPath(gdipGraphics, data.gdipPen, path); in drawArcInPixels()
1724 Gdip.Graphics_DrawPath(gdipGraphics, data.gdipPen, path.handle);
2034 Gdip.Graphics_DrawPath(gdipGraphics, pen, path);