Searched refs:cosine (Results 1 – 4 of 4) sorted by relevance
32 void SkColorMatrix::setSinCos(Axis axis, SkScalar sine, SkScalar cosine) { in setSinCos() argument43 fMat[index[0]] = cosine; in setSinCos()46 fMat[index[3]] = cosine; in setSinCos()
221 float cosine = cosf(radian); local229 error = fabsf(cosine - cosine2);231 SkDebugf("cos error : angle = %g ; cos = %g ; cordic = %g\n", angle, cosine, cosine2);
40 void setSinCos(Axis, SkScalar sine, SkScalar cosine);
748 <!-- @attribute acos A function that returns the arc cosine of its argument. -->758 <!-- @attribute cos A function that returns the cosine of its argument. -->