Home
last modified time | relevance | path

Searched refs:CALLBACK_cacheDisplayInRect_toBitmapImageRep_ (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.java526 public static final native long CALLBACK_cacheDisplayInRect_toBitmapImageRep_(long func); in CALLBACK_cacheDisplayInRect_toBitmapImageRep_() 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.c147 static jintLong CALLBACK_cacheDisplayInRect_toBitmapImageRep_(jintLong func) { in CALLBACK_cacheDisplayInRect_toBitmapImageRep_() function
156 rc = (jlong)CALLBACK_cacheDisplayInRect_toBitmapImageRep_(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.java2541 …long cacheDisplayInRect_toBitmapImageRepProc = OS.CALLBACK_cacheDisplayInRect_toBitmapImageRep_ (p… in initClasses()