Home
last modified time | relevance | path

Searched refs:sk_float_sin (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/gm/
Daddarc.cpp290 centerY + innerRadius * sk_float_sin(startAngles[i]));
292 centerY + outerRadius * sk_float_sin(startAngles[i]));
298 centerY + innerRadius * sk_float_sin(endAngle));
/third_party/skia/include/core/
DSkScalar.h44 #define SkScalarSin(radians) (float)sk_float_sin(radians)
/third_party/skia/modules/particles/src/
DSkParticleEffect.cpp407 float s = sk_float_sin(fState.fSpin * deltaTime), in advanceTime()
473 float s = sk_float_sin(spin * deltaTime), in advanceTime()
/third_party/skia/include/private/
DSkFloatingPoint.h46 #define sk_float_sin(x) sinf(x) macro
/third_party/skia/src/core/
DSkM44.cpp365 float cot = sk_float_cos(halfAngle) / sk_float_sin(halfAngle); in Perspective()
/third_party/skia/tests/
DSkVMTest.cpp2083 test(rad, sk_float_sin(rad), tol, [](skvm::F32 x) { in DEF_TEST()