Home
last modified time | relevance | path

Searched refs:Graphics_GetSmoothingMode (Results 1 – 3 of 3) 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.java515 public static final native int Graphics_GetSmoothingMode(long graphics); in Graphics_GetSmoothingMode() 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 DTextLayout.java939 int smoothingMode = Gdip.Graphics_GetSmoothingMode(graphics); in drawBorderGDIP()
1459 int smoothingMode = Gdip.Graphics_GetSmoothingMode(graphics); in drawUnderlineGDIP()
H A DGC.java2520 int smoothingMode = Gdip.Graphics_GetSmoothingMode(gdipGraphics);
3207 int mode = Gdip.Graphics_GetSmoothingMode(data.gdipGraphics);