/third_party/typescript/tests/baselines/reference/ |
D | parserRegularExpressionDivideAmbiguity5.types | 2 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
|
D | parserRegularExpressionDivideAmbiguity5.errors.txt | 3 …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'.
|
D | parserRegularExpressionDivideAmbiguity5.js | 2 model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180); 5 model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180);
|
D | parserRegularExpressionDivideAmbiguity5.symbols | 2 model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180);
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | rotate_vector.hpp | 82 GLM_FUNC_DECL tvec3<T, P> rotateZ( 103 GLM_FUNC_DECL tvec4<T, P> rotateZ(
|
D | rotate_vector.inl | 110 GLM_FUNC_QUALIFIER tvec3<T, P> rotateZ function 158 GLM_FUNC_QUALIFIER tvec4<T, P> rotateZ function
|
D | matrix_decompose.inl | 144 // ret.rotateZ = atan2(Row[0][1], Row[0][0]); 147 // ret.rotateZ = 0;
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RegularExpressions/ |
D | parserRegularExpressionDivideAmbiguity5.ts | 1 model.rotate(0, rotateY * Math.PI / 180, rotateZ * Math.PI / 180);
|
/third_party/flutter/flutter/packages/flutter/test/animation/ |
D | tween_test.dart | 76 final Matrix4 c = a.clone()..rotateZ(1.0); 82 a.clone()..rotateZ(0.5)
|
/third_party/skia/include/utils/ |
D | SkCamera.h | 83 void rotateZ(SkScalar deg);
|
/third_party/flutter/flutter/examples/layers/widgets/ |
D | spinning_mixed.dart | 88 transformBox.rotateZ(delta);
|
/third_party/flutter/skia/include/utils/ |
D | SkCamera.h | 130 void rotateZ(SkScalar deg);
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Matrix.java | 163 public Matrix rotateZ(float rad) { in rotateZ() method in Matrix
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | rotated_box.dart | 85 ..rotateZ(_kQuarterTurnsInRadians * (quarterTurns % 4))
|
D | proxy_box.dart | 2118 void rotateZ(double radians) { 2119 _transform.rotateZ(radians);
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | listener_test.dart | 286 ..rotateZ(math.pi / 2), // 90 degrees clockwise around Container origin 324 ..rotateZ(-math.pi / 2)
|
/third_party/flutter/flutter/dev/benchmarks/microbenchmarks/lib/geometry/ |
D | matrix_utils_transform_bench.dart | 29 Matrix4.identity()..scale(1.2, 1.3, 1.0)..rotateZ(0.1),
|
/third_party/skia/src/utils/ |
D | SkCamera.cpp | 214 void Sk3DView::rotateZ(SkScalar deg) { in rotateZ() function in Sk3DView
|
/third_party/flutter/skia/src/utils/ |
D | SkCamera.cpp | 373 void Sk3DView::rotateZ(SkScalar deg) { in rotateZ() function in Sk3DView
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | recording_canvas.dart | 130 _paintBounds.rotateZ(radians); 1359 void rotateZ(double radians) { 1363 _currentMatrix.rotateZ(radians);
|
D | vector_math.dart | 537 void rotateZ(double angle) {
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | text_selection.dart | 400 ..rotateZ(math.pi)
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/ |
D | transformations_demo_gesture_transformable.dart | 391 ..rotateZ(-rotation)
|
/third_party/weex-loader/deps/weex-styler/lib/ |
D | validator.js | 3062 rotateZ: ANGLE_VALIDATOR, property
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | basic.dart | 1025 /// transform: Matrix4.skewY(0.3)..rotateZ(-math.pi / 12.0),
|