Home
last modified time | relevance | path

Searched refs:widgetBounds (Results 1 – 22 of 22) sorted by relevance

/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/plugins/stone-phaser/
H A DPhaserUI.cpp122 auto widgetBounds = in onDisplay() local
134 widgetBounds(fToggleButtonForParameter[StonePhaserDsp::p_color]).off_by({0, 4}), in onDisplay()
138 widgetBounds(fSliderForParameter[StonePhaserDsp::p_feedback_depth]).off_by({0, 4}), in onDisplay()
142 widgetBounds(fSliderForParameter[StonePhaserDsp::p_feedback_hpf_cutoff]).off_by({0, 4}), in onDisplay()
146 widgetBounds(fSliderForParameter[StonePhaserDsp::p_mix]).off_by({0, 4}), in onDisplay()
151 widgetBounds(fSliderForParameter[StonePhaserDsp::p_stereo_phase]).off_by({0, 4}), in onDisplay()
156 widgetBounds(fSliderForParameter[StonePhaserDsp::p_lfo_frequency]).off_by({0, 4}), in onDisplay()
160 widgetBounds(fIndicatorForParameter[StonePhaserDsp::p_bypass]).off_by({0, 21}), in onDisplay()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/GUI/Base/
H A DEZgui.sc55 var widgetBounds, labelBounds, tmp;
59 widgetBounds= Rect( // fit to full width
65 labelBounds = Rect(0, 0, widgetBounds.width, labelSize.y); //fit to full width
67 widgetBounds = Rect( // fit to full remaining
73 labelBounds = Rect(0, 0, labelSize.x, widgetBounds.height ) // to left
76 ^[labelBounds, widgetBounds].collect { |v| v.moveBy(margin.x, margin.y) }
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dspreadsheetviewer.cpp654 void SpreadsheetViewer::setAutoPanSpeed(const QRect &widgetBounds, in setAutoPanSpeed() argument
658 if (mousePos.x() < widgetBounds.left()) in setAutoPanSpeed()
659 speed.setX(-getAutoPanSpeed(widgetBounds.left() - mousePos.x())); in setAutoPanSpeed()
660 else if (mousePos.x() > widgetBounds.right()) in setAutoPanSpeed()
661 speed.setX(getAutoPanSpeed(mousePos.x() - widgetBounds.right())); in setAutoPanSpeed()
662 if (mousePos.y() < widgetBounds.top()) in setAutoPanSpeed()
663 speed.setY(-getAutoPanSpeed(widgetBounds.top() - mousePos.y())); in setAutoPanSpeed()
664 else if (mousePos.y() > widgetBounds.bottom()) in setAutoPanSpeed()
665 speed.setY(getAutoPanSpeed(mousePos.y() - widgetBounds.bottom())); in setAutoPanSpeed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/
H A DQuickMenuCreator.java224 private Point[] getIncludedPositions(Rectangle[] rectangles, Rectangle widgetBounds) { in getIncludedPositions() argument
227 Rectangle intersect = widgetBounds.intersection(rectangle); in getIncludedPositions()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxsheetviewer.cpp626 void XsheetViewer::setAutoPanSpeed(const QRect &widgetBounds, in setAutoPanSpeed() argument
630 if (mousePos.x() < widgetBounds.left()) in setAutoPanSpeed()
631 speed.setX(-getAutoPanSpeed(widgetBounds.left() - mousePos.x())); in setAutoPanSpeed()
632 else if (mousePos.x() > widgetBounds.right()) in setAutoPanSpeed()
633 speed.setX(getAutoPanSpeed(mousePos.x() - widgetBounds.right())); in setAutoPanSpeed()
634 if (mousePos.y() < widgetBounds.top()) in setAutoPanSpeed()
635 speed.setY(-getAutoPanSpeed(widgetBounds.top() - mousePos.y())); in setAutoPanSpeed()
636 else if (mousePos.y() > widgetBounds.bottom()) in setAutoPanSpeed()
637 speed.setY(getAutoPanSpeed(mousePos.y() - widgetBounds.bottom())); in setAutoPanSpeed()
H A Dxsheetviewer.h677 void setAutoPanSpeed(const QRect &widgetBounds, const QPoint &mousePos);
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/windows/
H A Dplotwindow.py592 self.painthelper.widgetBounds(axis), p)
667 bounds = self.painthelper.widgetBounds(axis)
909 ix, dir, self.painthelper.widgetBounds(
933 self.painthelper.widgetBounds(w),
1374 self.painthelper.widgetBounds(axis), p)
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/document/
H A Dpainthelper.py332 def widgetBounds(self, widget): member in PaintHelper
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dspreadsheetviewer.h422 void setAutoPanSpeed(const QRect &widgetBounds, const QPoint &mousePos);
/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Ddocumentwidget.c4006 iRect widgetBounds; member
4150 init_Rect(0, visPos.y + domainHeight, d->widgetBounds.size.x, warnHeight); in drawBannerRun_DrawContext_()
4221 (iRect){ visPos, init_I2(width_Rect(d->widgetBounds), run->visBounds.size.y) }; in drawRun_DrawContext_()
4222 footerBack.pos.x = left_Rect(d->widgetBounds); in drawRun_DrawContext_()
4232 iRect wideRect = { init_I2(left_Rect(d->widgetBounds), visPos.y), in drawRun_DrawContext_()
4233 init_I2(width_Rect(d->widgetBounds) + in drawRun_DrawContext_()
4281 iRect bannerBack = initCorners_Rect(topLeft_Rect(d->widgetBounds), in drawRun_DrawContext_()
4451 if (tx + textSize.x > right_Rect(d->widgetBounds)) { in drawRun_DrawContext_()
4452 tx = right_Rect(d->widgetBounds) - textSize.x; in drawRun_DrawContext_()
4638 ctx->widgetBounds = moved_Rect(ctxWidgetBounds, init_I2(0, -buf->origin)); in render_DocumentWidget_()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsDOMWindowUtils.cpp2054 LayoutDeviceIntRect widgetBounds = widget->GetClientBounds(); in SendQueryContentEvent() local
2055 widgetBounds.MoveTo(0, 0); in SendQueryContentEvent()
2059 NS_ENSURE_TRUE(popupFrame || widgetBounds.Contains(pt), NS_ERROR_FAILURE); in SendQueryContentEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsDOMWindowUtils.cpp1768 LayoutDeviceIntRect widgetBounds = widget->GetClientBounds(); in SendQueryContentEvent() local
1769 widgetBounds.MoveTo(0, 0); in SendQueryContentEvent()
1773 NS_ENSURE_TRUE(popupFrame || widgetBounds.Contains(pt), NS_ERROR_FAILURE); in SendQueryContentEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsDOMWindowUtils.cpp1914 LayoutDeviceIntRect widgetBounds = widget->GetClientBounds(); in SendQueryContentEvent() local
1915 widgetBounds.MoveTo(0, 0); in SendQueryContentEvent()
1919 NS_ENSURE_TRUE(popupFrame || widgetBounds.Contains(pt), NS_ERROR_FAILURE); in SendQueryContentEvent()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsDOMWindowUtils.cpp2313 LayoutDeviceIntRect widgetBounds = widget->GetClientBounds(); in SendQueryContentEvent() local
2314 widgetBounds.MoveTo(0, 0); in SendQueryContentEvent()
2318 NS_ENSURE_TRUE(popupFrame || widgetBounds.Contains(pt), NS_ERROR_FAILURE); in SendQueryContentEvent()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsDOMWindowUtils.cpp2384 LayoutDeviceIntRect widgetBounds = widget->GetClientBounds(); in SendQueryContentEvent() local
2385 widgetBounds.MoveTo(0, 0); in SendQueryContentEvent()
2389 NS_ENSURE_TRUE(popupFrame || widgetBounds.Contains(pt), NS_ERROR_FAILURE); in SendQueryContentEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsDOMWindowUtils.cpp2313 LayoutDeviceIntRect widgetBounds = widget->GetClientBounds(); in SendQueryContentEvent() local
2314 widgetBounds.MoveTo(0, 0); in SendQueryContentEvent()
2318 NS_ENSURE_TRUE(popupFrame || widgetBounds.Contains(pt), NS_ERROR_FAILURE); in SendQueryContentEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsLayoutUtils.cpp8077 LayoutDeviceIntRect widgetBounds = widget->GetBounds(); in UpdateCompositionBoundsForRCDRSF() local
8078 widgetBounds.MoveTo(0, 0); in UpdateCompositionBoundsForRCDRSF()
8081 widgetBounds, in UpdateCompositionBoundsForRCDRSF()
8199 LayoutDeviceIntRect widgetBounds = widget->GetBounds(); in CalculateRootCompositionSize() local
8201 ViewAs<ScreenPixel>(widgetBounds.Size(), in CalculateRootCompositionSize()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsLayoutUtils.cpp8238 LayoutDeviceIntRect widgetBounds = widget->GetBounds(); in UpdateCompositionBoundsForRCDRSF() local
8239 widgetBounds.MoveTo(0, 0); in UpdateCompositionBoundsForRCDRSF()
8241 widgetBounds, in UpdateCompositionBoundsForRCDRSF()
8362 LayoutDeviceIntRect widgetBounds = widget->GetBounds(); in CalculateRootCompositionSize() local
8364 widgetBounds.Size(), in CalculateRootCompositionSize()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsLayoutUtils.cpp8325 LayoutDeviceIntRect widgetBounds = widget->GetBounds(); in CalculateBoundingCompositionSize() local
8327 widgetBounds.Size(), in CalculateBoundingCompositionSize()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsLayoutUtils.cpp8251 LayoutDeviceIntRect widgetBounds = widget->GetBounds(); in CalculateBoundingCompositionSize() local
8253 widgetBounds.Size(), in CalculateBoundingCompositionSize()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsLayoutUtils.cpp8325 LayoutDeviceIntRect widgetBounds = widget->GetBounds(); in CalculateBoundingCompositionSize() local
8327 widgetBounds.Size(), in CalculateBoundingCompositionSize()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsLayoutUtils.cpp8697 LayoutDeviceIntRect widgetBounds = widget->GetBounds(); in CalculateRootCompositionSize() local
8699 widgetBounds.Size(), in CalculateRootCompositionSize()