Home
last modified time | relevance | path

Searched refs:cosine (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/utils/
DSkColorMatrix.cpp32 void SkColorMatrix::setSinCos(Axis axis, SkScalar sine, SkScalar cosine) { in setSinCos() argument
43 fMat[index[0]] = cosine; in setSinCos()
46 fMat[index[3]] = cosine; in setSinCos()
/external/skia/src/core/
DSkCordic.cpp221 float cosine = cosf(radian); local
229 error = fabsf(cosine - cosine2);
231 SkDebugf("cos error : angle = %g ; cos = %g ; cordic = %g\n", angle, cosine, cosine2);
/external/skia/include/effects/
DSkColorMatrix.h40 void setSinCos(Axis, SkScalar sine, SkScalar cosine);
/external/skia/src/animator/
DSkAnimateSchema.xsd748 <!-- @attribute acos A function that returns the arc cosine of its argument. -->
758 <!-- @attribute cos A function that returns the cosine of its argument. -->