Home
last modified time | relevance | path

Searched refs:setRotateDegreesAbout (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp107 r.setRotateDegreesAbout(0, 0, 1, fRotation.fZ); in totalMatrix()
109 r.setRotateDegreesAbout(0, 1, 0, fRotation.fY); in totalMatrix()
111 r.setRotateDegreesAbout(1, 0, 0, fRotation.fX); in totalMatrix()
150 rot.setRotateDegreesAbout(1, 0, 0, this->getRotation().fX); in totalMatrix()
152 rot.setRotateDegreesAbout(0, 1, 0, this->getRotation().fY); in totalMatrix()
154 rot.setRotateDegreesAbout(0, 0, 1, -this->getRotation().fZ); in totalMatrix()
/third_party/flutter/skia/tests/
DMatrix44Test.cpp178 mat->setRotateDegreesAbout(1, 2, 3, 45); in make_a()
261 rot.setRotateDegreesAbout(0, 0, -1, SkIntToScalar(common_angles[i])); in test_common_angles()
376 rotation.setRotateDegreesAbout(0, 0, 1, 90); in test_invert()
388 affine.setRotateDegreesAbout(0, 0, 1, 90); in test_invert()
764 transform.setRotateDegreesAbout(value.a, value.b, value.c, value.d); in test_preserves_2d_axis_alignment()
786 transform.setRotateDegreesAbout(value.x1, value.y1, value.z1, value.degrees1); in test_preserves_2d_axis_alignment()
787 transform2.setRotateDegreesAbout(value.x2, value.y2, value.z2, value.degrees2); in test_preserves_2d_axis_alignment()
795 transform2.setRotateDegreesAbout(0.0, 1.0, 0.0, 45.0); in test_preserves_2d_axis_alignment()
801 transform2.setRotateDegreesAbout(0.0, 0.0, 1.0, 90.0); in test_preserves_2d_axis_alignment()
845 rot.setRotateDegreesAbout(0, 0, -1, 90); in DEF_TEST()
[all …]
/third_party/flutter/skia/include/core/
DSkMatrix44.h357 void setRotateDegreesAbout(SkMScalar x, SkMScalar y, SkMScalar z, in setRotateDegreesAbout() function