OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:real_gamma
(Results
1 - 1
of
1
) sorted by null
/external/libpng/contrib/libtests/
makepng.c
592
png_fixed_point
real_gamma
= 45455; /* For sRGB */
local
606
real_gamma
= gamma;
611
if (
real_gamma
== 45455) for (i=0; i<256; ++i)
619
/* Convert 'i' from sRGB (45455) to
real_gamma
, this makes
622
conv =
real_gamma
;
659
png_set_gAMA_fixed(png_ptr, info_ptr,
real_gamma
);
[
all
...]
Completed in 288 milliseconds