OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sk_float_sin
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/core/
SkFloatingPoint.h
42
#define
sk_float_sin
(x) (float)::sin(x)
macro
56
#define
sk_float_sin
(x) sinf(x)
macro
SkScalar.h
158
#define SkScalarSin(radians) (float)
sk_float_sin
(radians)
/external/skia/src/core/
SkMath.cpp
408
float sinValue =
sk_float_sin
(radians);
Completed in 757 milliseconds