OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lin2srgb
(Results
1 - 1
of
1
) sorted by null
/external/pixman/demos/
srgb-test.c
22
lin2srgb
(float linear)
function
36
r =
lin2srgb
(r * a);
37
g =
lin2srgb
(g * a);
38
b =
lin2srgb
(b * a);
Completed in 93 milliseconds