Searched refs:Rotation (Results 1 - 25 of 35) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/audio/
H A DListenerParam.java38 Rotation, enum constant in enum:ListenerParam
H A DListener.java106 renderer.updateListenerParam(this, ListenerParam.Rotation);
/external/chromium_org/ui/gfx/
H A Ddisplay.h25 // Screen Rotation in clock-wise degrees.
26 enum Rotation { enum in class:gfx::Display
74 Rotation rotation() const { return rotation_; }
75 void set_rotation(Rotation rotation) { rotation_ = rotation; }
125 Rotation rotation_;
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DAnimationFactory.java67 Translation, Rotation, Scale; enum constant in enum:AnimationFactory.Type
71 * Inner Rotation type class to kep track on a rotation Euler angle
73 protected class Rotation { class in class:AnimationFactory
88 public Rotation() { method in class:AnimationFactory.Rotation
146 protected Rotation[] keyFramesRotation;
177 keyFramesRotation = new Rotation[totalFrames];
178 keyFramesRotation[0] = new Rotation();
242 Rotation r = getRotationForFrame(keyFrameIndex);
248 * Rotation is expressed by Euler angles values in radians.<br>
263 * Rotation i
[all...]
/external/chromium_org/ash/display/
H A Ddisplay_info.h88 void set_rotation(gfx::Display::Rotation rotation) { rotation_ = rotation; }
89 gfx::Display::Rotation rotation() const { return rotation_; }
164 gfx::Display::Rotation rotation_;
H A Dmirror_window_controller.h73 gfx::Display::Rotation current_cursor_rotation_;
H A Ddisplay_manager.h157 void SetDisplayRotation(int64 display_id, gfx::Display::Rotation rotation);
168 gfx::Display::Rotation rotation,
H A Droot_window_transformers.cc26 DECLARE_WINDOW_PROPERTY_TYPE(gfx::Display::Rotation); variable
33 DEFINE_WINDOW_PROPERTY_KEY(gfx::Display::Rotation, kRotationPropertyKey,
H A Ddisplay_info.cc65 gfx::Display::Rotation rotation(gfx::Display::ROTATE_0);
H A Droot_window_transformers_unittest.cc111 gfx::Display::Rotation GetStoredRotation(int64 id) {
/external/ceres-solver/internal/ceres/
H A Drotation_test.cc198 TEST(Rotation, ZeroAngleAxisToQuaternion) {
208 TEST(Rotation, SmallAngleAxisToQuaternion) {
220 TEST(Rotation, TinyAngleAxisToQuaternion) {
232 TEST(Rotation, XRotationToQuaternion) {
242 TEST(Rotation, UnitQuaternionToAngleAxis) {
251 TEST(Rotation, YRotationQuaternionToAngleAxis) {
261 TEST(Rotation, ZRotationQuaternionToAngleAxis) {
270 TEST(Rotation, SmallQuaternionToAngleAxis) {
281 TEST(Rotation, TinyQuaternionToAngleAxis) {
291 TEST(Rotation, QuaternionToAngleAxisAngleIsLessThanP
[all...]
/external/chromium_org/ui/base/cursor/
H A Dcursor_loader_x11.h64 gfx::Display::Rotation rotation,
H A Dcursor_loader_x11.cc263 gfx::Display::Rotation rotation,
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp948 int Rotation = 0; local
975 Rotation = countTrailingZeros(Imm);
976 if (Rotation == 0) {
979 Rotation = RegWidth == 64 ? CountLeadingOnes_64(Imm)
981 Rotation = RepeatWidth - Rotation;
985 if (Rotation != 0 && Rotation != 64)
986 ReplicatedOnes = (ReplicatedMask >> Rotation)
987 | ((ReplicatedMask << (RepeatWidth - Rotation))
1054 int Rotation = (ImmR & (Width - 1)); local
[all...]
/external/chromium_org/ui/aura/test/
H A Dtest_screen.h34 void SetDisplayRotation(gfx::Display::Rotation rotation);
H A Dtest_screen.cc47 void TestScreen::SetDisplayRotation(gfx::Display::Rotation rotation) {
/external/chromium_org/chrome/browser/extensions/api/system_display/
H A Ddisplay_info_provider.cc15 // Converts Rotation enum to integer.
16 int RotationToDegrees(gfx::Display::Rotation rotation) {
H A Ddisplay_info_provider_chromeos.cc38 // Converts integer integer value in degrees to Rotation enum value.
39 gfx::Display::Rotation DegreesToRotation(int degrees) {
/external/chromium_org/webkit/common/cursors/
H A Dwebcursor.h185 gfx::Display::Rotation rotation_;
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DMotionTrack.java98 Rotation, enum constant in enum:MotionTrack.Direction
246 case Rotation:
385 * This can be used only if direction Type is Direction.PathAndRotation or Direction.Rotation
387 * With Rotation the rotation of the target will be set with the given Quaternion.
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.h121 Rotation saved_rotation;
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences.cc123 gfx::Display::Rotation rotation = gfx::Display::ROTATE_0;
129 rotation = static_cast<gfx::Display::Rotation>(rotation_value);
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
H A DAndroidAudioRenderer.java206 case Rotation:
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_options_handler.cc388 gfx::Display::Rotation new_rotation = gfx::Display::ROTATE_0;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_crtc.c89 Rotation rotation, int x, int y)

Completed in 890 milliseconds

12