OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YfromRGB
(Results
1 - 3
of
3
) sorted by null
/external/libpng/contrib/tools/
sRGB.h
42
YfromRGB
(double r, double g, double b)
cvtcolor.c
143
c[0] =
YfromRGB
(c[0], c[1], c[2]);
/external/libpng/contrib/libtests/
pngstest.c
230
return
YfromRGB
(r, g, b);
1312
sRGB(
YfromRGB
(sRGB_to_d[in->r], sRGB_to_d[in->g], sRGB_to_d[in->b]));
1330
out->r = out->g = out->b = sRGB(
YfromRGB
(
1338
out->r = out->g = out->b = sRGB(a *
YfromRGB
(sRGB_to_d[in->r],
[
all
...]
Completed in 326 milliseconds