Home
last modified time | relevance | path

Searched refs:FontFamily_delete (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.java294 public static final native void FontFamily_delete(long family); in FontFamily_delete() 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.java329 Gdip.FontFamily_delete(family[0]); in addStringInPixels()
H A DGC.java557 Gdip.FontFamily_delete(family); in createGdipFont()
560 Gdip.FontFamily_delete(family); in createGdipFont()
585 if (family != 0) Gdip.FontFamily_delete(family); in createGdipFont()