Home
last modified time | relevance | path

Searched refs:LOGFONT_sizeof (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 PI/win32/org/eclipse/swt/internal/win32/
H A DLOGFONT.java31 public static final int sizeof = OS.LOGFONT_sizeof ();
H A DOS.java2017 public static final native int LOGFONT_sizeof (); in LOGFONT_sizeof() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_structs.h636 #define LOGFONT_sizeof() sizeof(LOGFONT) macro
641 #define LOGFONT_sizeof() 0 macro
H A Dos.c4880 rc = (jint)LOGFONT_sizeof(); in OS_NATIVE()