Home
last modified time | relevance | path

Searched refs:GraphicsPath_GetBounds (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.java752 public static final native int GraphicsPath_GetBounds(long path, RectF bounds, long matrix, long pe… in GraphicsPath_GetBounds() 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 DPath.java463 Gdip.GraphicsPath_GetBounds(handle, rect, 0, 0); in getBoundsInPixels()