Home
last modified time | relevance | path

Searched refs:GRADIENT_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 DGRADIENT_RECT.java19 public static final int sizeof = OS.GRADIENT_RECT_sizeof ();
H A DOS.java2003 public static final native int GRADIENT_RECT_sizeof (); in GRADIENT_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.h480 #define GRADIENT_RECT_sizeof() sizeof(GRADIENT_RECT) macro
485 #define GRADIENT_RECT_sizeof() 0 macro
H A Dos.c2217 rc = (jint)GRADIENT_RECT_sizeof(); in OS_NATIVE()