Searched defs:gray (Results 1 - 8 of 8) sorted by relevance

/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/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/libs/libpng-1.2.8/contrib/gregbook/
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 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/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

Completed in 74 milliseconds