OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linear_from_sRGB
(Results
1 - 4
of
4
) sorted by null
/external/libpng/contrib/tools/
sRGB.h
32
linear_from_sRGB
(double s)
cvtcolor.c
113
for (i=0; i<components; ++i) c[i] =
linear_from_sRGB
(c[i] / 255);
makesRGB.c
57
return 65535 *
linear_from_sRGB
(i/255.);
/external/libpng/contrib/libtests/
pngstest.c
162
sRGB_to_d[i] =
linear_from_sRGB
(i/255.);
265
pow(sRGB_from_linear(vd), 2.2) -
linear_from_sRGB
(pow(vd, 1/2.2)));
[
all
...]
Completed in 272 milliseconds