Home
last modified time | relevance | path

Searched refs:rotateZ (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DparserRegularExpressionDivideAmbiguity5.types2 model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180);
3 >model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180) : any
15 >rotateZ * Math.PI / 180 : number
16 >rotateZ * Math.PI : number
17 >rotateZ : any
DparserRegularExpressionDivideAmbiguity5.errors.txt3 …essions/parserRegularExpressionDivideAmbiguity5.ts(1,42): error TS2304: Cannot find name 'rotateZ'.
7 model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180);
13 !!! error TS2304: Cannot find name 'rotateZ'.
DparserRegularExpressionDivideAmbiguity5.js2 model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180);
5 model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180);
DparserRegularExpressionDivideAmbiguity5.symbols2 model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180);
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Drotate_vector.hpp82 GLM_FUNC_DECL tvec3<T, P> rotateZ(
103 GLM_FUNC_DECL tvec4<T, P> rotateZ(
Drotate_vector.inl110 GLM_FUNC_QUALIFIER tvec3<T, P> rotateZ function
158 GLM_FUNC_QUALIFIER tvec4<T, P> rotateZ function
Dmatrix_decompose.inl144 // ret.rotateZ = atan2(Row[0][1], Row[0][0]);
147 // ret.rotateZ = 0;
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RegularExpressions/
DparserRegularExpressionDivideAmbiguity5.ts1 model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180);
/third_party/flutter/flutter/packages/flutter/test/animation/
Dtween_test.dart76 final Matrix4 c = a.clone()..rotateZ(1.0);
82 a.clone()..rotateZ(0.5)
/third_party/skia/include/utils/
DSkCamera.h83 void rotateZ(SkScalar deg);
/third_party/flutter/flutter/examples/layers/widgets/
Dspinning_mixed.dart88 transformBox.rotateZ(delta);
/third_party/flutter/skia/include/utils/
DSkCamera.h130 void rotateZ(SkScalar deg);
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java163 public Matrix rotateZ(float rad) { in rotateZ() method in Matrix
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Drotated_box.dart85 ..rotateZ(_kQuarterTurnsInRadians * (quarterTurns % 4))
Dproxy_box.dart2118 void rotateZ(double radians) {
2119 _transform.rotateZ(radians);
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dlistener_test.dart286 ..rotateZ(math.pi / 2), // 90 degrees clockwise around Container origin
324 ..rotateZ(-math.pi / 2)
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/geometry/
Dmatrix_utils_transform_bench.dart29 Matrix4.identity()..scale(1.2, 1.3, 1.0)..rotateZ(0.1),
/third_party/skia/src/utils/
DSkCamera.cpp214 void Sk3DView::rotateZ(SkScalar deg) { in rotateZ() function in Sk3DView
/third_party/flutter/skia/src/utils/
DSkCamera.cpp373 void Sk3DView::rotateZ(SkScalar deg) { in rotateZ() function in Sk3DView
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Drecording_canvas.dart130 _paintBounds.rotateZ(radians);
1359 void rotateZ(double radians) {
1363 _currentMatrix.rotateZ(radians);
Dvector_math.dart537 void rotateZ(double angle) {
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dtext_selection.dart400 ..rotateZ(math.pi)
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/
Dtransformations_demo_gesture_transformable.dart391 ..rotateZ(-rotation)
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js3062 rotateZ: ANGLE_VALIDATOR, property
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dbasic.dart1025 /// transform: Matrix4.skewY(0.3)..rotateZ(-math.pi / 12.0),

12