Searched defs:grayscale (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_globals.h100 int grayscale; member in struct:__anon682
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpegdecoder.c504 int grayscale; local
569 grayscale = (cinfo.out_color_space == JCS_GRAYSCALE);
584 grayscale, hasalpha, buffered_mode);
591 if (grayscale) {
610 if (!grayscale && !hasalpha) {
664 if (grayscale) {
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DTextRenderer.cpp785 jboolean grayscale; local
795 grayscale = (ginfo->rowBytes == ginfo->width);
817 if (grayscale) {
818 // grayscale or monochrome glyph data
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLTextRenderer.c192 * otherwise we will simply store the grayscale/monochrome glyph images
595 // for grayscale/monochrome text, the current OpenGL source color
1086 jboolean grayscale, ok; local
1096 grayscale = (ginfo->rowBytes == ginfo->width);
1118 if (grayscale) {
1119 // grayscale or monochrome glyph data
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp780 int grayscale = AwtWin32GraphicsDevice::GetGrayness(screen); local
781 if (grayscale != GS_NOTGRAY) {
805 int grayscale = AwtWin32GraphicsDevice::GetGrayness(screen); local
806 if (grayscale != GS_NOTGRAY) {

Completed in 438 milliseconds