Home
last modified time | relevance | path

Searched refs:sinAngle (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkM44.cpp264 SkM44& SkM44::setRotateUnitSinCos(SkV3 axis, SkScalar sinAngle, SkScalar cosAngle) { in setRotateUnitSinCos() argument
271 SkScalar s = sinAngle; in setRotateUnitSinCos()
/third_party/skia/tests/
H A DM44Test.cpp146 SkScalar sinAngle, cosAngle; in DEF_TEST() member
171 m.setRotateUnitSinCos(r.aboutAxis, r.sinAngle, r.cosAngle); in DEF_TEST()
/third_party/skia/modules/canvaskit/
H A Dmatrix.js251 // This rotate can be used when you already have the cosAngle and sinAngle values
255 CanvasKit.M44.rotatedUnitSinCos = function(axisVec, sinAngle, cosAngle) {
260 var s = sinAngle;
/third_party/skia/include/core/
H A DSkM44.h308 SkM44& setRotateUnitSinCos(SkV3 axis, SkScalar sinAngle, SkScalar cosAngle);

Completed in 5 milliseconds