OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fHue
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/animator/
SkDrawColor.h
41
SkScalar
fHue
;
SkDrawColor.cpp
133
fHue
= fSaturation = fValue = SK_ScalarNaN;
147
copy->
fHue
=
fHue
;
173
if (SkScalarIsNaN(
fHue
) == false)
174
color = HSV_to_RGB(color, kGetHue,
fHue
);
256
fHue
= scalar;//RGB_to_HSV(color, kGetHue);
Completed in 17 milliseconds