Home
last modified time | relevance | path

Searched refs:rightBounds (Results 1 – 25 of 89) sorted by relevance

1234

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/vr/
H A DVRDisplayPresentation.cpp52 Rect rightBounds(0.5, 0.0, 0.5, 1.0);
54 rightBounds.x = layer.mRightBounds[0];
55 rightBounds.y = layer.mRightBounds[1];
56 rightBounds.width = layer.mRightBounds[2];
57 rightBounds.height = layer.mRightBounds[3];
73 …(manager->CreateVRLayer(mDisplayClient->GetDisplayInfo().GetDisplayID(), leftBounds, rightBounds));
/dports/www/firefox/firefox-99.0/gfx/vr/
H A DVRDisplayPresentation.cpp54 Rect rightBounds(0.5, 0.0, 0.5, 1.0); in UpdateXRWebGLLayer() local
56 vrLayer->Initialize(canvasElement, leftBounds, rightBounds); in UpdateXRWebGLLayer()
92 Rect rightBounds(0.5, 0.0, 0.5, 1.0); in CreateLayers() local
94 rightBounds.SetRect(layer.mRightBounds[0], layer.mRightBounds[1], in CreateLayers()
114 vrLayer->Initialize(canvasElement, leftBounds, rightBounds); in CreateLayers()
118 mLayers[iLayer]->Initialize(canvasElement, leftBounds, rightBounds); in CreateLayers()
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/
H A DVRDisplayPresentation.cpp56 Rect rightBounds(0.5, 0.0, 0.5, 1.0); in UpdateXRWebGLLayer() local
58 vrLayer->Initialize(canvasElement, leftBounds, rightBounds); in UpdateXRWebGLLayer()
94 Rect rightBounds(0.5, 0.0, 0.5, 1.0); in CreateLayers() local
96 rightBounds.SetRect(layer.mRightBounds[0], layer.mRightBounds[1], in CreateLayers()
119 vrLayer->Initialize(canvasElement, leftBounds, rightBounds); in CreateLayers()
123 mLayers[iLayer]->Initialize(canvasElement, leftBounds, rightBounds); in CreateLayers()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/
H A DVRDisplayPresentation.cpp55 Rect rightBounds(0.5, 0.0, 0.5, 1.0); in UpdateXRWebGLLayer() local
57 vrLayer->Initialize(canvasElement, leftBounds, rightBounds); in UpdateXRWebGLLayer()
93 Rect rightBounds(0.5, 0.0, 0.5, 1.0); in CreateLayers() local
95 rightBounds.SetRect(layer.mRightBounds[0], layer.mRightBounds[1], in CreateLayers()
118 vrLayer->Initialize(canvasElement, leftBounds, rightBounds); in CreateLayers()
122 mLayers[iLayer]->Initialize(canvasElement, leftBounds, rightBounds); in CreateLayers()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/vr/
H A DVRDisplayPresentation.cpp56 Rect rightBounds(0.5, 0.0, 0.5, 1.0); in UpdateXRWebGLLayer() local
58 vrLayer->Initialize(canvasElement, leftBounds, rightBounds); in UpdateXRWebGLLayer()
94 Rect rightBounds(0.5, 0.0, 0.5, 1.0); in CreateLayers() local
96 rightBounds.SetRect(layer.mRightBounds[0], layer.mRightBounds[1], in CreateLayers()
119 vrLayer->Initialize(canvasElement, leftBounds, rightBounds); in CreateLayers()
123 mLayers[iLayer]->Initialize(canvasElement, leftBounds, rightBounds); in CreateLayers()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/vr/
H A DVRDisplayPresentation.cpp62 Rect rightBounds(0.5, 0.0, 0.5, 1.0); in CreateLayers() local
64 rightBounds.SetRect(layer.mRightBounds[0], layer.mRightBounds[1], in CreateLayers()
91 vrLayer->Initialize(canvasElement, leftBounds, rightBounds); in CreateLayers()
95 mLayers[iLayer]->Initialize(canvasElement, leftBounds, rightBounds); in CreateLayers()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/startrek/
H A Dspace.cpp315 int16 *rightBounds = new int16[SCREEN_HEIGHT]; in drawR3Shape() local
320 rightBounds[y] = _starfieldRect.left - 1; in drawR3Shape()
374 if (rightBound > rightBounds[y]) in drawR3Shape()
375 rightBounds[y] = rightBound; in drawR3Shape()
382 if (leftBounds[shpImageTop] > rightBounds[shpImageTop]) in drawR3Shape()
388 if (leftBounds[shpImageBottom] > rightBounds[shpImageBottom]) in drawR3Shape()
452 int16 rowWidth = rightBounds[y] - leftBound; in drawR3Shape()
490 delete[] rightBounds; in drawR3Shape()
/dports/games/scummvm/scummvm-2.5.1/engines/startrek/
H A Dspace.cpp323 int16 *rightBounds = new int16[SCREEN_HEIGHT]; in drawR3Shape() local
328 rightBounds[y] = _starfieldRect.left - 1; in drawR3Shape()
382 if (rightBound > rightBounds[y]) in drawR3Shape()
383 rightBounds[y] = rightBound; in drawR3Shape()
390 if (leftBounds[shpImageTop] > rightBounds[shpImageTop]) in drawR3Shape()
396 if (leftBounds[shpImageBottom] > rightBounds[shpImageBottom]) in drawR3Shape()
460 int16 rowWidth = rightBounds[y] - leftBound; in drawR3Shape()
498 delete[] rightBounds; in drawR3Shape()
/dports/devel/flexdock/flexdock-1.2.4/src/java/dockbar/org/flexdock/dockbar/layout/
H A DDockbarLayoutManager.java66 …Rectangle rightBounds = SwingUtilities.convertRectangle(rightEdge.getParent(), rightEdge.getBounds… in getLayoutArea() local
70 int rightX = rightBounds.x + rightBounds.width; in getLayoutArea()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/window/
H A DToolTip.java373 Point rightBounds = new Point(tipSize.x + location.x, tipSize.y in fixupDisplayBounds() local
397 if (!(bounds.contains(location) && bounds.contains(rightBounds))) { in fixupDisplayBounds()
398 if (rightBounds.x > bounds.x + bounds.width) { in fixupDisplayBounds()
399 location.x -= rightBounds.x - (bounds.x + bounds.width); in fixupDisplayBounds()
402 if (rightBounds.y > bounds.y + bounds.height) { in fixupDisplayBounds()
403 location.y -= rightBounds.y - (bounds.y + bounds.height); in fixupDisplayBounds()
/dports/graphics/embree/embree-3.13.2/kernels/builders/
H A Dheuristic_binning.h164 …e SplitInfoT (size_t leftCount, const BBox& leftBounds, size_t rightCount, const BBox& rightBounds) in SplitInfoT()
165 : leftCount(leftCount), rightCount(rightCount), leftBounds(leftBounds), rightBounds(rightBounds) {} in SplitInfoT()
169 BBox leftBounds,rightBounds; member
411 BBox rightBounds = empty; in getSplitInfo() local
414 rightBounds.extend(bounds(i,split.dim)); in getSplitInfo()
416 new (&info) SplitInfoT<BBox>(leftCount,leftBounds,rightCount,rightBounds); in getSplitInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/webidls/
H A DVRLayer.webidl12 sequence<float> rightBounds;
/dports/devel/emscripten/emscripten-2.0.3/system/include/emscripten/
H A Dvr.h76 float rightBounds[4]; member
/dports/graphics/embree/embree-3.13.2/include/embree3/
H A Drtcore_builder.h38 …nsion, float position, struct RTCBounds* leftBounds, struct RTCBounds* rightBounds, void* userPtr);
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebvr.tentative.idl80 …* If the number of values in the leftBounds/rightBounds arrays is not 0 or 4 for any of the passed…
111 sequence<float> rightBounds = [];
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dwebvr.tentative.idl80 …* If the number of values in the leftBounds/rightBounds arrays is not 0 or 4 for any of the passed…
111 sequence<float> rightBounds = [];
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebvr.tentative.idl80 …* If the number of values in the leftBounds/rightBounds arrays is not 0 or 4 for any of the passed…
111 sequence<float> rightBounds = [];
/dports/graphics/embree/embree-3.13.2/doc/src/api/
H A DrtcBuildBVH.md51 struct RTCBounds* rightBounds,
187 primitive (`leftBounds` and `rightBounds` arguments).
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/
H A DCoolBar.java529 Rectangle rightBounds = right.internalGetBounds(); in moveRight() local
530 if (x + item.internalGetMinimumWidth() > rightBounds.x) { in moveRight()
531 int shift = x + item.internalGetMinimumWidth() - rightBounds.x; in moveRight()
533 rightBounds = right.internalGetBounds(); in moveRight()
535 width = rightBounds.x - x; in moveRight()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DCoolBar.java529 Rectangle rightBounds = right.internalGetBounds(); in moveRight() local
530 if (x + item.internalGetMinimumWidth() > rightBounds.x) { in moveRight()
531 int shift = x + item.internalGetMinimumWidth() - rightBounds.x; in moveRight()
533 rightBounds = right.internalGetBounds(); in moveRight()
535 width = rightBounds.x - x; in moveRight()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dvrdisplay.rs402 rightBounds: Some(bounds_to_vec(&layer.right_bounds)), in GetLayers()
636 parse_bounds(&layer.rightBounds, &mut data.right_bounds)?; in validate_layer()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/webidl/
H A DVRDisplay.webidl41 * rightBounds: [0.5, 0.0, 0.5, 1.0]
44 sequence<float> rightBounds = [];
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DVRDisplay.webidl41 * rightBounds: [0.5, 0.0, 0.5, 1.0]
44 sequence<float> rightBounds = [];
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DVRDisplay.webidl41 * rightBounds: [0.5, 0.0, 0.5, 1.0]
44 sequence<float> rightBounds = [];
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DVRDisplay.webidl41 * rightBounds: [0.5, 0.0, 0.5, 1.0]
44 sequence<float> rightBounds = [];

1234