OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sin_hue
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/output/
render_surface_filters.cc
77
float
sin_hue
= sinf(hue * kPi / 180.f);
local
78
matrix[0] = 0.213f + cos_hue * 0.787f -
sin_hue
* 0.213f;
79
matrix[1] = 0.715f - cos_hue * 0.715f -
sin_hue
* 0.715f;
80
matrix[2] = 0.072f - cos_hue * 0.072f +
sin_hue
* 0.928f;
82
matrix[5] = 0.213f - cos_hue * 0.213f +
sin_hue
* 0.143f;
83
matrix[6] = 0.715f + cos_hue * 0.285f +
sin_hue
* 0.140f;
84
matrix[7] = 0.072f - cos_hue * 0.072f -
sin_hue
* 0.283f;
86
matrix[10] = 0.213f - cos_hue * 0.213f -
sin_hue
* 0.787f;
87
matrix[11] = 0.715f - cos_hue * 0.715f +
sin_hue
* 0.715f;
88
matrix[12] = 0.072f + cos_hue * 0.928f +
sin_hue
* 0.072f
[
all
...]
Completed in 273 milliseconds