Home
last modified time | relevance | path

Searched refs:CALLBACK_cellSize (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/cocoa/org/eclipse/swt/internal/cocoa/
H A DOS.java530 public static final native long CALLBACK_cellSize(long func); in CALLBACK_cellSize() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/
H A Dos.c223 static jintLong CALLBACK_cellSize(jintLong func) { in CALLBACK_cellSize() function
232 rc = (jlong)CALLBACK_cellSize(arg0); in OS_NATIVE()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DDisplay.java2520 long cellSizeProc = OS.CALLBACK_cellSize (proc2); in initClasses()