Home
last modified time | relevance | path

Searched refs:handedness (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dpane.c49 pane_handedness2char( PaneHandedness handedness ) in pane_handedness2char() argument
51 switch( handedness ) { in pane_handedness2char()
95 return( pane->handedness == PANE_HIDE_RIGHT ? in pane_open_position()
183 pane->handedness == PANE_HIDE_LEFT && in pane_notify_position_cb()
187 pane->handedness == PANE_HIDE_RIGHT && in pane_notify_position_cb()
195 pane->handedness = PANE_HIDE_LEFT; in pane_init()
319 if( pane->handedness == PANE_HIDE_LEFT ) in pane_set_child()
449 pane, pane_handedness2char( handedness ) ); in pane_link()
452 pane->handedness = handedness; in pane_link()
457 pane_new( PaneHandedness handedness ) in pane_new() argument
[all …]
H A Dpane.h48 PaneHandedness handedness; /* Hide on left or right */ member
93 Pane *pane_new( PaneHandedness handedness );
/dports/graphics/embree/embree-3.13.2/tutorials/common/tutorial/
H A Dcamera.h37 : from(0.0001f,0.0001f,-3.0f), to(0,0,0), up(0,1,0), fov(90), handedness(RIGHT_HANDED) {} in Camera()
39 … Camera (const Vec3fa& from, const Vec3fa& to, const Vec3fa& up, float fov, Handedness handedness) in Camera()
40 : from(from), to(to), up(up), fov(fov), handedness(handedness) {} in Camera()
42 Camera (const SceneGraph::PerspectiveCameraData& cam, Handedness handedness) in Camera()
43 : from(cam.from), to(cam.to), up(cam.up), fov(cam.fov), handedness(handedness) {} in Camera()
53 << (handedness == LEFT_HANDED ? "--lefthanded" : "--righthanded"); in str()
63 if (handedness == RIGHT_HANDED) in camera2world()
93 if (handedness == RIGHT_HANDED) dtheta *= -1.0f; in rotate()
105 if (handedness == RIGHT_HANDED) dtheta *= -1.0f; in rotateOrbit()
127 Handedness handedness; member
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A Drotation.cpp505 *thetaFB *= -handedness; in DecomposeRotation()
506 *thetaLR *= -handedness; in DecomposeRotation()
507 *thetaTw *= -handedness; in DecomposeRotation()
522 *thetaSw *= -handedness; in DecomposeRotation()
523 *thetaFB *= -handedness; in DecomposeRotation()
524 *thetaLR *= -handedness; in DecomposeRotation()
535 *thetaSw *= -handedness; in DecomposeRotation()
536 *thetaLR *= -handedness; in DecomposeRotation()
537 *thetaTw *= -handedness; in DecomposeRotation()
548 *thetaSw *= -handedness; in DecomposeRotation()
[all …]
H A DwrapRotation.cpp61 double handedness, in _DecomposeRotation3() argument
69 GfRotation::DecomposeRotation(rot, TwAxis, FBAxis, LRAxis, handedness, in _DecomposeRotation3()
85 double handedness, in _DecomposeRotation() argument
107 rot, TwAxis, FBAxis, LRAxis, handedness, in _DecomposeRotation()
/dports/science/py-ase/ase-3.22.0/ase/test/cell/
H A Dtest_cell.py31 assert cell.handedness == 1
33 assert cell.handedness == -1
35 assert cell.handedness == 0
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dfret-diagrams-left-handed.ly17 \once \override TextScript.fret-diagram-details.handedness = #LEFT
23 \once \override TextScript.fret-diagram-details.handedness = #LEFT
29 \once \override TextScript.fret-diagram-details.handedness = #LEFT
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dfret-diagrams-left-handed.ly17 \once \override TextScript.fret-diagram-details.handedness = #LEFT
23 \once \override TextScript.fret-diagram-details.handedness = #LEFT
29 \once \override TextScript.fret-diagram-details.handedness = #LEFT
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/util/
H A Dgamepad_builder.cc17 GamepadHand MojoToGamepadHandedness(device::mojom::XRHandedness handedness) { in MojoToGamepadHandedness() argument
18 switch (handedness) { in MojoToGamepadHandedness()
34 device::mojom::XRHandedness handedness) { in GamepadBuilder() argument
40 gamepad_.hand = MojoToGamepadHandedness(handedness); in GamepadBuilder()
H A Dxr_standard_gamepad_builder.cc9 device::mojom::XRHandedness handedness) in XRStandardGamepadBuilder() argument
10 : handedness_(handedness) {} in XRStandardGamepadBuilder()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/util/
H A Dgamepad_builder.cc16 GamepadHand MojoToGamepadHandedness(device::mojom::XRHandedness handedness) { in MojoToGamepadHandedness() argument
17 switch (handedness) { in MojoToGamepadHandedness()
33 device::mojom::XRHandedness handedness) { in GamepadBuilder() argument
39 gamepad_.hand = MojoToGamepadHandedness(handedness); in GamepadBuilder()
H A Dxr_standard_gamepad_builder.cc9 device::mojom::XRHandedness handedness) in XRStandardGamepadBuilder() argument
10 : handedness_(handedness) {} in XRStandardGamepadBuilder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/
H A Dmixed_reality_input_helper.cc47 const mojom::XRHandedness& handedness) { in GetWebXRGamepad() argument
48 XRStandardGamepadBuilder builder(handedness); in GetWebXRGamepad()
157 mojom::XRHandedness WindowsToMojoHandedness(Handedness handedness) { in WindowsToMojoHandedness() argument
158 switch (handedness) { in WindowsToMojoHandedness()
330 description->handedness = mojom::XRHandedness::NONE; in ParseWindowsSourceState()
333 description->handedness = WindowsToMojoHandedness(source->Handedness()); in ParseWindowsSourceState()
350 input_state->gamepad = GetWebXRGamepad(state, description->handedness); in ParseWindowsSourceState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/windows_mixed_reality/
H A Dmixed_reality_input_helper.cc47 const mojom::XRHandedness& handedness) { in GetWebXRGamepad() argument
48 XRStandardGamepadBuilder builder(handedness); in GetWebXRGamepad()
157 mojom::XRHandedness WindowsToMojoHandedness(Handedness handedness) { in WindowsToMojoHandedness() argument
158 switch (handedness) { in WindowsToMojoHandedness()
330 description->handedness = mojom::XRHandedness::NONE; in ParseWindowsSourceState()
333 description->handedness = WindowsToMojoHandedness(source->Handedness()); in ParseWindowsSourceState()
350 input_state->gamepad = GetWebXRGamepad(state, description->handedness); in ParseWindowsSourceState()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webxr/
H A DgetInputPose_handedness.https.html.ini2 [XRInputSources properly communicate their handedness - webgl2]
5 [XRInputSources properly communicate their handedness - webgl]
H A Devents_input_source_recreation.https.html.ini2 [Input sources are re-created when handedness or target ray mode changes - webgl2]
5 [Input sources are re-created when handedness or target ray mode changes - webgl]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/webxr/
H A DgetInputPose_handedness.https.html.ini2 [XRInputSources properly communicate their handedness - webgl2]
5 [XRInputSources properly communicate their handedness - webgl]
H A Devents_input_source_recreation.https.html.ini2 [Input sources are re-created when handedness or target ray mode changes - webgl2]
5 [Input sources are re-created when handedness or target ray mode changes - webgl]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webxr/
H A DgetInputPose_handedness.https.html.ini2 [XRInputSources properly communicate their handedness - webgl2]
5 [XRInputSources properly communicate their handedness - webgl]
H A Devents_input_source_recreation.https.html.ini2 [Input sources are re-created when handedness or target ray mode changes - webgl2]
5 [Input sources are re-created when handedness or target ray mode changes - webgl]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/xr/
H A Dxr_input_source.cc89 updated_source->state_.handedness = desc->handedness; in CreateOrUpdateFrom()
136 const String XRInputSource::handedness() const { in handedness() function in blink::XRInputSource
137 switch (state_.handedness) { in handedness()
146 NOTREACHED() << "Unknown handedness: " << state_.handedness; in handedness()
184 if (state->description->handedness != state_.handedness) { in InvalidatesSameObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/xr/
H A Dxr_input_source.cc90 updated_source->state_.handedness = desc->handedness; in CreateOrUpdateFrom()
137 const String XRInputSource::handedness() const { in handedness() function in blink::XRInputSource
138 switch (state_.handedness) { in handedness()
147 NOTREACHED() << "Unknown handedness: " << state_.handedness; in handedness()
185 if (state->description->handedness != state_.handedness) { in InvalidatesSameObject()
/dports/misc/usd/USD-21.11/pxr/base/gf/testenv/
H A DtestGfDecomposeRotation.py107 handedness = 1.0,
125 handedness = 1.0,
540 handedness = 1,
557 handedness = 1,
575 handedness = 1,
593 handedness = 1,
611 handedness = 1,
629 handedness = 1,
647 handedness = 1,
676 handedness = 1)
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/XNAT/Core/
H A DctkXnatSubject.h75 QString handedness() const;
76 void setHandedness(const QString& handedness);
/dports/science/py-ase/ase-3.22.0/ase/geometry/
H A Dminkowski_reduction.py259 if _cell.handedness != Cell(_rcell).handedness:
265 if cell.handedness != Cell(op @ cell).handedness:

12345678910>>...17