Home
last modified time | relevance | path

Searched refs:CALLBACK_drawBackgroundInClipRect_ (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.java540 public static final native long CALLBACK_drawBackgroundInClipRect_(long func); in CALLBACK_drawBackgroundInClipRect_() 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.c331 static jintLong CALLBACK_drawBackgroundInClipRect_(jintLong func) { in CALLBACK_drawBackgroundInClipRect_() function
340 rc = (jlong)CALLBACK_drawBackgroundInClipRect_(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.java2545 long drawBackgroundInClipRectProc = OS.CALLBACK_drawBackgroundInClipRect_(proc3); in initClasses()