OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_float_cos
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/core/
SkMath.cpp
145
*cosValue =
sk_float_cos
(radians);
SkBitmapFilter.h
187
(0.54f + 0.46f *
sk_float_cos
(xpi / fWidth))); // hamming(x)
/external/skia/include/private/
SkFloatingPoint.h
61
#define
sk_float_cos
(x) cosf(x)
macro
/external/skia/include/core/
SkScalar.h
54
#define SkScalarCos(radians) (float)
sk_float_cos
(radians)
Completed in 187 milliseconds