Searched refs:gray (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Ddlg.r52 gray,
125 gray,
192 gray,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dantlr.r105 gray,
415 gray,
442 gray,
541 gray,
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIImageTools.cpp66 const int gray = qGray(sl[x]) / 2; local
67 sl[x] = qRgba(gray, gray, gray, qAlpha(sl[x]));
79 const int gray = (2 * qGray(sl[x])) / 3; local
80 sl[x] = qRgba(gray, gray, gray, qAlpha(sl[x]));
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dreadpng.c163 *red = *green = *blue = pBackground->gray? 255 : 0;
165 *red = *green = *blue = (255/3) * pBackground->gray;
167 *red = *green = *blue = (255/15) * pBackground->gray;
H A Dreadpng2.c422 mainprog_ptr->bg_blue = pBackground->gray? 255 : 0;
425 mainprog_ptr->bg_blue = (255/3) * pBackground->gray;
428 mainprog_ptr->bg_blue = (255/15) * pBackground->gray;
H A Drpng2-win.c886 double freq, rotate, saturate, gray, intensity; local
909 gray = 0.0;
919 gray = (double)MAX(ABS(y), ABS(x)) / grayspot;
920 gray = MIN(1.0, gray);
923 gray * saturate;
926 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
H A Drpng2-x.c991 double freq, rotate, saturate, gray, intensity; local
1014 gray = 0.0;
1024 gray = (double)MAX(ABS(y), ABS(x)) / grayspot;
1025 gray = MIN(1.0, gray);
1028 gray * saturate;
1031 s = gray * ((double)(ABS(x)+ABS(y)) / (double)(hw + hh));
/vbox/src/libs/libpng-1.2.8/
H A Dpngrtran.c96 * might actually be gray yet not be flagged as such. This is not a problem
712 png_ptr->background.gray *= (png_uint_16)0xff;
714 = png_ptr->background.blue = png_ptr->background.gray;
717 png_ptr->background.gray *= (png_uint_16)0x55;
719 = png_ptr->background.blue = png_ptr->background.gray;
722 png_ptr->background.gray *= (png_uint_16)0x11;
724 = png_ptr->background.blue = png_ptr->background.gray;
729 = png_ptr->background.blue = png_ptr->background.gray;
912 png_ptr->background_1.gray = (png_uint_16)(pow(
913 (double)png_ptr->background.gray /
3623 png_uint_16 gray = (png_uint_16)(trans_value ? trans_value->gray : 0); local
[all...]
H A Dpngwtran.c240 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
241 shift_dec[channels] = bit_depth->gray;
259 if (bit_depth->gray == 1 && row_info->bit_depth == 2)
261 else if (row_info->bit_depth == 4 && bit_depth->gray == 3)
H A Dpngwutil.c880 if (sbit->gray == 0 || sbit->gray > png_ptr->usr_bit_depth)
885 buf[0] = sbit->gray;
1048 if(tran->gray >= (1 << png_ptr->bit_depth))
1054 png_save_uint_16(buf, tran->gray);
1119 if(back->gray >= (1 << png_ptr->bit_depth))
1125 png_save_uint_16(buf, back->gray);
H A Dexample.c643 sig_bit.gray = true_bit_depth;
H A Dpngrutil.c703 png_ptr->sig_bit.gray = buf[0];
1268 png_ptr->trans_values.gray = png_get_uint_16(buf);
1400 png_ptr->background.gray = png_get_uint_16(buf);
H A Dpng.h487 png_uint_16 gray; /* for use in grayscale files */ member in struct:png_color_16_struct
497 png_byte gray; /* for use in grayscale files */ member in struct:png_color_8_struct
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp1139 int gray = qGray(img.pixel (x, y)) / 2; local
1140 img.setPixel(x, y, qRgb (gray, gray, gray));
1154 int gray = (2 * qGray (img.pixel (x, y))) / 3; local
1155 img.setPixel(x, y, qRgb (gray, gray, gray));
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Ddetails.css62 border-color: gray;
H A Dcommon.css429 border-color: gray;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dicm.h57 WORD gray; member in struct:GRAYCOLOR
115 struct GRAYCOLOR gray; member in union:tagCOLOR
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dicm.h57 WORD gray; member in struct:GRAYCOLOR
115 struct GRAYCOLOR gray; member in union:tagCOLOR
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendCOM.cpp67 case KMachineState_PoweredOff: return QColor(Qt::gray);

Completed in 2009 milliseconds