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/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h
58
#define
sk_float_cos
(x) (float)::cos(x)
macro
72
#define
sk_float_cos
(x) cosf(x)
macro
SkScalar.h
166
#define SkScalarCos(radians) (float)
sk_float_cos
(radians)
/external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.h
151
(0.54f + 0.46f *
sk_float_cos
(xpi / fWidth))); // hamming(x)
SkMath.cpp
166
*cosValue =
sk_float_cos
(radians);
Completed in 48 milliseconds