Searched refs:actual_format (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DWindowPropertyGetter.java34 private final long actual_format = unsafe.allocateMemory(4); field in class:WindowPropertyGetter
67 actual_format, nitems_ptr, bytes_after}, new long[] {data}));
107 actual_type, actual_format, nitems_ptr,
138 return unsafe.getInt(actual_format);
207 Native.putInt(actual_format, entry.getFormat());
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c388 int actual_format; local
401 &actual_type, &actual_format, nitems_ptr, &bytes_after,
409 if (actual_type != XA_ATOM || actual_format != 32) {
438 int actual_format; local
453 &actual_type, &actual_format, &nitems, &bytes_after,
460 if (actual_type != property_type || actual_format != 8) {
485 int actual_format; local
500 &actual_type, &actual_format, &nitems, &bytes_after,
507 if (actual_type != property_type || actual_format != 32) {
698 int actual_format; local
794 int actual_format; local
889 int actual_format; local
1082 int actual_format; local
1699 int actual_format; local
1782 int actual_format; local
[all...]
H A Dawt_xembed_server.c674 int actual_format; local
681 &actual_format, &nitems, &bytes_after,
687 if (actual_type == XA_XEmbedInfo && actual_format == 32
H A DX11Color.c1305 int actual_format; local
1311 &actual_format, &nitems, &bytes_after,
1316 &actual_type, &actual_format, &nitems,
H A Dawt_MToolkit.c2395 int actual_format; local
2432 &actual_type, &actual_format, &nitems, &bytes_after,
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c212 int status, actual_format; local
222 &actual_type, &actual_format, &nitems,
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c829 jlong actual_format, jlong nitems_ptr, jlong bytes_after, jlong data_ptr)
834 (int *) jlong_to_ptr(actual_format), (unsigned long *) jlong_to_ptr(nitems_ptr),
851 int actual_format; local
859 &actual_type, &actual_format, &nitems, &bytes_after,
865 if (actual_type != XA_STRING || actual_format != 8) {
826 Java_sun_awt_X11_XlibWrapper_XGetWindowProperty(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property, jlong long_offset, jlong long_length, jlong delete, jlong req_type, jlong actual_type, jlong actual_format, jlong nitems_ptr, jlong bytes_after, jlong data_ptr) argument

Completed in 48 milliseconds