/third_party/flutter/flutter/packages/flutter/test/material/ |
D | user_accounts_drawer_header_test.dart | 112 expect(transformWidget.transform.getRotation()[0], 1.0); 113 expect(transformWidget.transform.getRotation()[4], 1.0); 125 expect(transformWidget.transform.getRotation()[0], -1.0); 126 expect(transformWidget.transform.getRotation()[4], -1.0); 138 expect(transformWidget.transform.getRotation()[0], 1.0); 139 expect(transformWidget.transform.getRotation()[4], 1.0); 163 expect(transformWidget.transform.getRotation()[0], 1.0); 164 expect(transformWidget.transform.getRotation()[4], 1.0); 174 expect(transformWidget.transform.getRotation()[0], 1.0); 175 expect(transformWidget.transform.getRotation()[4], 1.0); [all …]
|
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/ |
D | DisplayRotationHelper.java | 89 int displayRotation = display.getRotation(); in updateSessionIfNeeded() 98 public int getRotation() { in getRotation() method in DisplayRotationHelper 99 return display.getRotation(); in getRotation()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieAdapter.cpp | 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()
|
D | Skottie.cpp | 151 const auto& r = adapter->getRotation(); in attachMatrix3D() 157 const auto& r = adapter->getRotation(); in attachMatrix3D() 163 const auto& r = adapter->getRotation(); in attachMatrix3D()
|
D | SkottieProperty.cpp | 96 fNode->getRotation(), in get()
|
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | BatchRunConfiguration.java | 59 public String getRotation() { in getRotation() method in BatchRunConfiguration
|
D | DeqpTestRunner.java | 1357 if (!BatchRunConfiguration.ROTATION_UNSPECIFIED.equals(runConfig.getRotation())) { in isSupportedRunConfiguration() 1360 if (isPortraitClassRotation(runConfig.getRotation()) && in isSupportedRunConfiguration() 1364 if (isLandscapeClassRotation(runConfig.getRotation()) && in isSupportedRunConfiguration() 1612 if (!runConfig.getRotation().isEmpty()) { in getRunConfigDisplayCmdLine() 1617 deqpCmdLine.append(runConfig.getRotation()); in getRunConfigDisplayCmdLine()
|
/third_party/skia/experimental/skrive/src/ |
D | Component.cpp | 67 SkMatrix::RotateDeg(node->getRotation() ) * in ScopedTransformContext()
|
/third_party/skia/modules/skottie/src/ |
D | Transform.h | 51 float getRotation() const { return fRotation; } in getRotation() function
|
D | SkottieProperty.cpp | 103 fNode->getRotation(), in get()
|
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/ |
D | HelloArActivity.java | 329 int displayRotation = getWindowManager().getDefaultDisplay().getRotation(); in onDrawFrame()
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/ |
D | FlutterView.java | 504 int rotation = activity.getWindowManager().getDefaultDisplay().getRotation(); in calculateShouldZeroSides()
|
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/ |
D | SDLActivity.java | 1399 switch (mDisplay.getRotation()) { in onSensorChanged()
|
/third_party/cups-filters/ |
D | NEWS | 3332 - pdftopdf: getRotation now handles unusual cases more graceful
|