Home
last modified time | relevance | path

Searched refs:rotateX (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Drotate_vector.hpp68 GLM_FUNC_DECL tvec3<T, P> rotateX(
89 GLM_FUNC_DECL tvec4<T, P> rotateX(
Drotate_vector.inl78 GLM_FUNC_QUALIFIER tvec3<T, P> rotateX function
126 GLM_FUNC_QUALIFIER tvec4<T, P> rotateX function
Dmatrix_decompose.inl143 // ret.rotateX = atan2(Row[1][2], Row[2][2]);
146 // ret.rotateX = atan2(-Row[2][0], Row[1][1]);
/third_party/skia/samplecode/
DSampleCamera.cpp51 view.rotateX(fRX); in onDrawContent()
DSampleAndroidShadows.cpp275 view.rotateX(fAnimAngle); in onDrawContent()
/third_party/flutter/skia/samplecode/
DSampleCamera.cpp51 view.rotateX(fRX); in onDrawContent()
DSampleAndroidShadows.cpp276 view.rotateX(fAnimAngle); in onDrawContent()
/third_party/skia/include/utils/
DSkCamera.h81 void rotateX(SkScalar deg);
/third_party/flutter/skia/include/utils/
DSkCamera.h128 void rotateX(SkScalar deg);
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java143 public Matrix rotateX(float rad) { in rotateX() method in Matrix
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/geometry/
Dmatrix_utils_transform_bench.dart36 _makePerspective( 1.0, math.pi / 4.0, 0.1)..rotateX(0.1),
/third_party/skia/src/utils/
DSkCamera.cpp206 void Sk3DView::rotateX(SkScalar deg) { in rotateX() function in Sk3DView
/third_party/flutter/flutter/packages/flutter/test/painting/
Dmatrix_utils_test.dart36 test.rotateX(2.0);
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DCubeActivity.java50 return new Matrix().rotateY(rotY).rotateX(rotX).translate(0, 0, scale); in asMatrix()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dtransformed_scrollable_test.dart149 ..rotateX(math.pi / 4),
/third_party/flutter/skia/src/utils/
DSkCamera.cpp365 void Sk3DView::rotateX(SkScalar deg) { in rotateX() function in Sk3DView
/third_party/freetype/docs/reference/assets/stylesheets/
Dapplication.adb8469c.css1 …d-nav__toggle:checked~.md-nav__link:after{-webkit-transform:rotateX(180deg);transform:rotateX(180d…
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js3060 rotateX: ANGLE_VALIDATOR, property
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dproxy_box.dart2104 void rotateX(double radians) {
2105 _transform.rotateX(radians);