/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
H A D | dlg.r | 52 gray,
125 gray,
192 gray,
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | antlr.r | 105 gray,
415 gray,
442 gray,
541 gray,
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIImageTools.cpp | 66 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 D | readpng.c | 163 *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 D | readpng2.c | 422 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 D | rpng2-win.c | 886 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 D | rpng2-x.c | 991 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 D | pngrtran.c | 96 * 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 D | pngwtran.c | 240 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 D | pngwutil.c | 880 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 D | example.c | 643 sig_bit.gray = true_bit_depth;
|
H A D | pngrutil.c | 703 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 D | png.h | 487 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 D | UIMachineView.cpp | 1139 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 D | details.css | 62 border-color: gray;
|
H A D | common.css | 429 border-color: gray;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | icm.h | 57 WORD gray; member in struct:GRAYCOLOR 115 struct GRAYCOLOR gray; member in union:tagCOLOR
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | icm.h | 57 WORD gray; member in struct:GRAYCOLOR 115 struct GRAYCOLOR gray; member in union:tagCOLOR
|
/vbox/src/VBox/Frontends/VirtualBox/src/converter/ |
H A D | UIConverterBackendCOM.cpp | 67 case KMachineState_PoweredOff: return QColor(Qt::gray);
|