Searched refs:initFormat (Results 1 - 10 of 10) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBasicDiagnosticFormatter.java228 initFormat();
278 initFormat();
282 private void initFormat() { method in class:BasicDiagnosticFormatter.BasicConfiguration
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h134 void initFormat(ImageFormat * format, int redMask, int greenMask,
H A Djava_awt_SplashScreen.c66 initFormat(&splash->overlayFormat, 0xFF0000, 0xFF00, 0xFF, 0xFF000000);
H A Dsplashscreen_png.c156 initFormat(&srcFormat, 0xFF000000, 0x00FF0000, 0x0000FF00, 0x000000FF);
H A Dsplashscreen_jpeg.c186 initFormat(&srcFormat, 0x00FF0000, 0x0000FF00, 0x000000FF, 0x00000000);
H A Dsplashscreen_gfx_impl.c289 initFormat(ImageFormat * format, int redMask, int greenMask, int blueMask, function
H A Dsplashscreen_impl.c62 initFormat(&splash->imageFormat, QUAD_RED_MASK, QUAD_GREEN_MASK,
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c448 initFormat(&splash->screenFormat,
461 initFormat(&splash->screenFormat, 0, 0, 0, 0);
477 initFormat(&splash->screenFormat,
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.m140 initFormat(&splash->screenFormat, 0xff << 8,
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c442 initFormat(&splash->screenFormat, splash->visual->red_mask,
494 initFormat(&splash->screenFormat, 0, 0, 0, 0);

Completed in 59 milliseconds