Home
last modified time | relevance | path

Searched refs:SolidBrush_new (Results 1 – 4 of 4) sorted by relevance

/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 DPattern.java195 handle = Gdip.SolidBrush_new(foreColor); in Pattern()
H A DGC.java213 brush = Gdip.SolidBrush_new(color); in checkGC()
299 long brush = Gdip.SolidBrush_new(color); in checkGC()
H A DTextLayout.java544 return Gdip.SolidBrush_new(argb); in createGdipBrush()
/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.java1148 public static final native long SolidBrush_new(int color); in SolidBrush_new() method in Gdip