Home
last modified time | relevance | path

Searched refs:RECT_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 DRECT.java21 public static final int sizeof = OS.RECT_sizeof ();
H A DOS.java2068 public static final native int RECT_sizeof (); in RECT_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.h1224 #define RECT_sizeof() sizeof(RECT) macro
1229 #define RECT_sizeof() 0 macro
H A Dos.c7411 rc = (jint)RECT_sizeof(); in OS_NATIVE()