Searched refs:grayscale (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_fsdither.h60 /* Include the specific implementations for color and grayscale displays */
67 int grayscale;
71 if (grayscale = clrdata->grayscale) { \
80 if (grayscale) { \
89 if (grayscale) { \
98 if (grayscale) { \
H A Dimg_orddither.h42 * Encoding macros for RGB colormapped or grayscale displays.
64 * Include the specific implementation for grayscale displays.
71 int grayscale; \
78 if (grayscale = clrdata->grayscale) { \
87 if (grayscale) { \
96 if (grayscale) { \
105 if (grayscale) { \
H A Dimg_globals.h100 int grayscale; member in struct:__anon682
H A DREADME236 grayscale dithering to improve the output match when the gray
270 #include "img_orddither.h" /* color or grayscale dithering */
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java189 boolean grayscale = isGrayscale(listContainsLCDGlyphs);
190 return grayscale ? getPaddedWidth(grayscale) : getWidth() * 4;
/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/windows/
H A Dawt_Win32GraphicsDevice.h46 int GetGrayness() { return colorData->grayscale; }
H A Dawt_Win32GraphicsDevice.cpp79 colorData->grayscale = GS_NOTGRAY;
322 } else if (colorData->grayscale == GS_STATICGRAY) {
384 if (colorData->grayscale == GS_INDEXGRAY) {
460 * Called from AwtPalette code when it is determined what grayscale
465 colorData->grayscale = grayValue;
750 * Return the grayscale value for the indicated device.
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) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c507 awt_data->awtImage->clrdata.grayscale = 1;
656 if (awt_data->awtImage->clrdata.grayscale) {
1073 if (allocAllGray && (aData->awtImage->clrdata.grayscale == 0)) {
1080 HW is jumpered for a grayscale monitor, but the default
1082 will be called with aData->awtImage->clrdata.grayscale == 0,
1087 aData->awtImage->clrdata.grayscale == 0, we fall into this
1088 code to set aData->awtImage->clrdata.grayscale = 1 and do
1089 other things needed for the grayscale case.
1096 aData->awtImage->clrdata.grayscale = 1;
1137 if (aData->awtImage->clrdata.grayscale) {
[all...]
/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

Completed in 94 milliseconds