Home
last modified time | relevance | path

Searched refs:GdiplusStartupInput_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/library/
H A Dgdip_structs.h48 #define GdiplusStartupInput_sizeof() sizeof(GdiplusStartupInput) macro
53 #define GdiplusStartupInput_sizeof() 0 macro
H A Dgdip.cpp444 rc = (jint)GdiplusStartupInput_sizeof(); in Gdip_NATIVE()
/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 DGdiplusStartupInput.java25 public static final int sizeof = Gdip.GdiplusStartupInput_sizeof ();
H A DGdip.java145 public static final native int GdiplusStartupInput_sizeof(); in GdiplusStartupInput_sizeof() method in Gdip