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

/openjdk9/jdk/src/java.desktop/share/native/libawt/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:__anon839
/openjdk9/jdk/src/java.desktop/unix/classes/sun/font/
H A DXRGlyphCacheEntry.java189 boolean grayscale = isGrayscale(listContainsLCDGlyphs);
190 return grayscale ? getPaddedWidth(grayscale) : getWidth() * 4;
/openjdk9/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djpegdecoder.c515 int grayscale; local
580 grayscale = (cinfo.out_color_space == JCS_GRAYSCALE);
595 grayscale, hasalpha, buffered_mode);
602 if (grayscale) {
621 if (!grayscale && !hasalpha) {
675 if (grayscale) {
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsDevice.h46 int GetGrayness() { return colorData->grayscale; }
H A Dawt_Win32GraphicsDevice.cpp84 colorData->grayscale = GS_NOTGRAY;
327 } else if (colorData->grayscale == GS_STATICGRAY) {
382 if (colorData->grayscale == GS_INDEXGRAY) {
460 * Called from AwtPalette code when it is determined what grayscale
465 colorData->grayscale = grayValue;
802 * Return the grayscale value for the indicated device.
H A Dawt_Component.cpp793 int grayscale = AwtWin32GraphicsDevice::GetGrayness(screen); local
794 if (grayscale != GS_NOTGRAY) {
818 int grayscale = AwtWin32GraphicsDevice::GetGrayness(screen); local
819 if (grayscale != GS_NOTGRAY) {
/openjdk9/jdk/src/java.desktop/unix/native/common/awt/
H A DX11Color.c507 awt_data->awtImage->clrdata.grayscale = 1;
656 if (awt_data->awtImage->clrdata.grayscale) {
1081 if (allocAllGray && (aData->awtImage->clrdata.grayscale == 0)) {
1088 HW is jumpered for a grayscale monitor, but the default
1090 will be called with aData->awtImage->clrdata.grayscale == 0,
1095 aData->awtImage->clrdata.grayscale == 0, we fall into this
1096 code to set aData->awtImage->clrdata.grayscale = 1 and do
1097 other things needed for the grayscale case.
1104 aData->awtImage->clrdata.grayscale = 1;
1145 if (aData->awtImage->clrdata.grayscale) {
[all...]
/openjdk9/jdk/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLTextRenderer.c170 * otherwise we will simply store the grayscale/monochrome glyph images
486 // for grayscale/monochrome text, the current OpenGL source color
1031 jboolean grayscale, ok; local
1041 grayscale = (ginfo->rowBytes == ginfo->width);
1063 if (grayscale) {
1064 // grayscale or monochrome glyph data
/openjdk9/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DTextRenderer.cpp785 jboolean grayscale; local
795 grayscale = (ginfo->rowBytes == ginfo->width);
817 if (grayscale) {
818 // grayscale or monochrome glyph data

Completed in 76 milliseconds