Searched defs:gamma (Results 1 - 25 of 49) sorted by relevance

12

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dreadpng.c184 double gamma; local
216 * this file may have come from--so if it doesn't have a file gamma, don't
219 if (png_get_gAMA(png_ptr, info_ptr, &gamma))
220 png_set_gamma(png_ptr, display_exponent, gamma);
H A Dreadpng2.c361 double gamma; local
461 * such images have a file gamma of 0.45455, which corresponds to a PC-like
467 * "gamma" value for the entire display system, i.e., the product of
470 if (png_get_gAMA(png_ptr, info_ptr, &gamma))
471 png_set_gamma(png_ptr, mainprog_ptr->display_exponent, gamma);
H A Dwritepng.h67 double gamma; member in struct:_mainprog_info
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dvdif.h68 CARD32 NumberOptions; /* optinal sections (gamma table) */
168 xf86VdifGammaPtr *gamma; member in struct:_vdif
H A Dedid.h357 float gamma; member in struct:disp_features
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/ddc/
H A Dvdif.h68 CARD32 NumberOptions; /* optinal sections (gamma table) */
168 xf86VdifGammaPtr *gamma; member in struct:_vdif
H A Dedid.h326 float gamma; member in struct:disp_features
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dvdif.h69 CARD32 NumberOptions; /* optinal sections (gamma table) */
169 xf86VdifGammaPtr *gamma; member in struct:_vdif
H A Dedid.h358 float gamma; member in struct:disp_features
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dvdif.h69 CARD32 NumberOptions; /* optinal sections (gamma table) */
169 xf86VdifGammaPtr *gamma; member in struct:_vdif
H A Dedid.h358 float gamma; member in struct:disp_features
/vbox/src/libs/libpng-1.2.8/
H A Dpngset.c144 double gamma; local
152 png_warning(png_ptr, "Limiting gamma to 21474.83");
153 gamma=21474.83;
156 gamma=file_gamma;
157 info_ptr->gamma = (float)gamma;
159 info_ptr->int_gamma = (int)(gamma*100000.+.5);
162 if(gamma == 0.0)
163 png_warning(png_ptr, "Setting gamma=0");
170 png_fixed_point gamma; local
[all...]
H A Dpngtest.c831 png_fixed_point gamma; local
833 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma))
835 png_set_gAMA_fixed(write_ptr, write_info_ptr, gamma);
855 double gamma; local
857 if (png_get_gAMA(read_ptr, read_info_ptr, &gamma))
859 png_set_gAMA(write_ptr, write_info_ptr, gamma);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_priv.h1013 uint32_t gamma; /* gamma value x 1000 */ member in struct:__anon6792
H A Dedid.h417 float gamma; member in struct:disp_features
H A Dxf86str.h209 /* The permitted gamma range is 1 / GAMMA_MAX <= g <= GAMMA_MAX */
224 Gamma gamma; /* Gamma of the monitor */ member in struct:__anon6957
703 Gamma gamma; /* Gamma of the monitor */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_priv.h1030 uint32_t gamma; /* gamma value x 1000 */ member in struct:__anon7111
H A Dedid.h417 float gamma; member in struct:disp_features
H A Dxf86str.h209 /* The permitted gamma range is 1 / GAMMA_MAX <= g <= GAMMA_MAX */
224 Gamma gamma; /* Gamma of the monitor */ member in struct:__anon7268
702 Gamma gamma; /* Gamma of the monitor */ member in struct:_ScrnInfoRec
/vbox/include/iprt/nocrt/
H A Dmath.h295 double RT_NOCRT(gamma)(double);
321 * Reentrant version of gamma & lgamma; passes signgam back by reference
413 * Float versions of reentrant version of gamma & lgamma; passes
647 # define gamma RT_NOCRT(gamma) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dedid.h355 float gamma; member in struct:disp_features
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dedid.h415 float gamma; member in struct:disp_features
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dedid.h415 float gamma; member in struct:disp_features
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dedid.h421 float gamma; member in struct:disp_features
H A Dxf86str.h207 /* The permitted gamma range is 1 / GAMMA_MAX <= g <= GAMMA_MAX */
222 Gamma gamma; /* Gamma of the monitor */ member in struct:__anon8947
719 Gamma gamma; /* Gamma of the monitor */ member in struct:_ScrnInfoRec

Completed in 5088 milliseconds

12