Searched refs:BYTE_ORDER_NATIVE (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h38 BYTE_ORDER_NATIVE = 2 // exactly the same as the arch we're running this on enumerator in enum:__anon788
63 int byteOrder; // see BYTE_ORDER_LSBFIRST, BYTE_ORDER_MSBFIRST or BYTE_ORDER_NATIVE
H A Dsplashscreen_gfx_impl.h186 case BYTE_ORDER_NATIVE:
250 case BYTE_ORDER_NATIVE:
H A Dsplashscreen_gfx_impl.c294 format->byteOrder = BYTE_ORDER_NATIVE;
332 format->byteOrder = BYTE_ORDER_NATIVE;
H A Dsplashscreen_gif.c229 srcFormat.byteOrder = BYTE_ORDER_NATIVE;
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c313 if (byteOrder == BYTE_ORDER_NATIVE)
500 splash->screenFormat.byteOrder = BYTE_ORDER_NATIVE;

Completed in 27 milliseconds