Home
last modified time | relevance | path

Searched refs:arrowRect (Results 1 – 25 of 135) sorted by relevance

123456

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_line.cpp226 totalRect = totalRect.united(arrowRect); in getBoundingRect()
231 totalRect = totalRect.united(arrowRect); in getBoundingRect()
274 totalRect = totalRect.united(arrowRect); in getOldBoundingRect()
335 QRectF arrowRect; in getStartArrowBoundingRect() local
363 return arrowRect; in getStartArrowBoundingRect()
368 QRectF arrowRect; in getStartArrowOldBoundingRect() local
396 return arrowRect; in getStartArrowOldBoundingRect()
401 QRectF arrowRect; in getEndArrowBoundingRect() local
428 return arrowRect; in getEndArrowBoundingRect()
433 QRectF arrowRect; in getEndArrowOldBoundingRect() local
[all …]
H A Dpageitem_polyline.cpp228 QRectF arrowRect = getStartArrowBoundingRect(); in getBoundingRect() local
229 totalRect = totalRect.united(arrowRect); in getBoundingRect()
233 QRectF arrowRect = getEndArrowBoundingRect(); in getBoundingRect() local
234 totalRect = totalRect.united(arrowRect); in getBoundingRect()
247 totalRect = totalRect.united(arrowRect); in getOldBoundingRect()
251 QRectF arrowRect = getEndArrowOldBoundingRect(); in getOldBoundingRect() local
252 totalRect = totalRect.united(arrowRect); in getOldBoundingRect()
264 QRectF arrowRect = getStartArrowBoundingRect(); in getVisualBoundingRect() local
265 totalRect = totalRect.united(arrowRect); in getVisualBoundingRect()
269 QRectF arrowRect = getEndArrowBoundingRect(); in getVisualBoundingRect() local
[all …]
H A Dpageitem_spiral.cpp361 QRectF arrowRect = getStartArrowBoundingRect(); in getBoundingRect() local
362 totalRect = totalRect.united(arrowRect); in getBoundingRect()
366 QRectF arrowRect = getEndArrowBoundingRect(); in getBoundingRect() local
367 totalRect = totalRect.united(arrowRect); in getBoundingRect()
380 totalRect = totalRect.united(arrowRect); in getOldBoundingRect()
384 QRectF arrowRect = getEndArrowOldBoundingRect(); in getOldBoundingRect() local
385 totalRect = totalRect.united(arrowRect); in getOldBoundingRect()
397 QRectF arrowRect = getStartArrowBoundingRect(); in getVisualBoundingRect() local
398 totalRect = totalRect.united(arrowRect); in getVisualBoundingRect()
402 QRectF arrowRect = getEndArrowBoundingRect(); in getVisualBoundingRect() local
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/
H A DMcaEditorNameList.cpp62 const QRectF arrowRect = calculateArrowRect(U2Region(rect.y(), rect.height())); in drawCollapsibleSequenceItem() local
64 drawArrow(painter, isReversed, arrowRect); in drawCollapsibleSequenceItem()
89 void McaEditorNameList::drawArrow(QPainter &painter, bool isReversed, const QRectF &arrowRect) { in drawArrow() argument
92 config.lineLength = arrowRect.width(); in drawArrow()
97 GraphUtils::drawArrow(painter, arrowRect, config); in drawArrow()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java520 lr.arrowRect.width = arrowSize.maxWidth; in prepareForLayout()
533 lr.arrowRect.y = (int)(lr.labelRect.y in alignAccCheckAndArrowVertically()
539 fixVerticalAlignment(lr, lr.arrowRect); in alignAccCheckAndArrowVertically()
560 lr.arrowRect.y += delta; in fixVerticalAlignment()
583 lr.arrowRect, lr.accRect); in doLTRColumnLayout()
1132 private Rectangle arrowRect; field in MenuItemLayoutHelper.LayoutResult
1140 arrowRect = new Rectangle(); in LayoutResult()
1151 this.arrowRect = arrowRect; in LayoutResult()
1188 return arrowRect; in getArrowRect()
1192 this.arrowRect = arrowRect; in setArrowRect()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java520 lr.arrowRect.width = arrowSize.maxWidth; in prepareForLayout()
533 lr.arrowRect.y = (int)(lr.labelRect.y in alignAccCheckAndArrowVertically()
539 fixVerticalAlignment(lr, lr.arrowRect); in alignAccCheckAndArrowVertically()
560 lr.arrowRect.y += delta; in fixVerticalAlignment()
583 lr.arrowRect, lr.accRect); in doLTRColumnLayout()
1132 private Rectangle arrowRect; field in MenuItemLayoutHelper.LayoutResult
1140 arrowRect = new Rectangle(); in LayoutResult()
1151 this.arrowRect = arrowRect; in LayoutResult()
1188 return arrowRect; in getArrowRect()
1192 this.arrowRect = arrowRect; in setArrowRect()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java520 lr.arrowRect.width = arrowSize.maxWidth; in prepareForLayout()
533 lr.arrowRect.y = (int)(lr.labelRect.y in alignAccCheckAndArrowVertically()
539 fixVerticalAlignment(lr, lr.arrowRect); in alignAccCheckAndArrowVertically()
560 lr.arrowRect.y += delta; in fixVerticalAlignment()
583 lr.arrowRect, lr.accRect); in doLTRColumnLayout()
1132 private Rectangle arrowRect; field in MenuItemLayoutHelper.LayoutResult
1140 arrowRect = new Rectangle(); in LayoutResult()
1151 this.arrowRect = arrowRect; in LayoutResult()
1188 return arrowRect; in getArrowRect()
1192 this.arrowRect = arrowRect; in setArrowRect()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java519 lr.arrowRect.width = arrowSize.maxWidth; in prepareForLayout()
532 lr.arrowRect.y = (int)(lr.labelRect.y in alignAccCheckAndArrowVertically()
538 fixVerticalAlignment(lr, lr.arrowRect); in alignAccCheckAndArrowVertically()
559 lr.arrowRect.y += delta; in fixVerticalAlignment()
582 lr.arrowRect, lr.accRect); in doLTRColumnLayout()
1131 private Rectangle arrowRect; field in MenuItemLayoutHelper.LayoutResult
1139 arrowRect = new Rectangle(); in LayoutResult()
1150 this.arrowRect = arrowRect; in LayoutResult()
1187 return arrowRect; in getArrowRect()
1191 this.arrowRect = arrowRect; in setArrowRect()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java520 lr.arrowRect.width = arrowSize.maxWidth; in prepareForLayout()
533 lr.arrowRect.y = (int)(lr.labelRect.y in alignAccCheckAndArrowVertically()
539 fixVerticalAlignment(lr, lr.arrowRect); in alignAccCheckAndArrowVertically()
560 lr.arrowRect.y += delta; in fixVerticalAlignment()
583 lr.arrowRect, lr.accRect); in doLTRColumnLayout()
1132 private Rectangle arrowRect; field in MenuItemLayoutHelper.LayoutResult
1140 arrowRect = new Rectangle(); in LayoutResult()
1151 this.arrowRect = arrowRect; in LayoutResult()
1188 return arrowRect; in getArrowRect()
1192 this.arrowRect = arrowRect; in setArrowRect()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java520 lr.arrowRect.width = arrowSize.maxWidth; in prepareForLayout()
533 lr.arrowRect.y = (int)(lr.labelRect.y in alignAccCheckAndArrowVertically()
539 fixVerticalAlignment(lr, lr.arrowRect); in alignAccCheckAndArrowVertically()
560 lr.arrowRect.y += delta; in fixVerticalAlignment()
583 lr.arrowRect, lr.accRect); in doLTRColumnLayout()
1132 private Rectangle arrowRect; field in MenuItemLayoutHelper.LayoutResult
1140 arrowRect = new Rectangle(); in LayoutResult()
1151 this.arrowRect = arrowRect; in LayoutResult()
1188 return arrowRect; in getArrowRect()
1192 this.arrowRect = arrowRect; in setArrowRect()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java520 lr.arrowRect.width = arrowSize.maxWidth; in prepareForLayout()
533 lr.arrowRect.y = (int)(lr.labelRect.y in alignAccCheckAndArrowVertically()
539 fixVerticalAlignment(lr, lr.arrowRect); in alignAccCheckAndArrowVertically()
560 lr.arrowRect.y += delta; in fixVerticalAlignment()
583 lr.arrowRect, lr.accRect); in doLTRColumnLayout()
1132 private Rectangle arrowRect; field in MenuItemLayoutHelper.LayoutResult
1140 arrowRect = new Rectangle(); in LayoutResult()
1151 this.arrowRect = arrowRect; in LayoutResult()
1188 return arrowRect; in getArrowRect()
1192 this.arrowRect = arrowRect; in setArrowRect()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java520 lr.arrowRect.width = arrowSize.maxWidth; in prepareForLayout()
533 lr.arrowRect.y = (int)(lr.labelRect.y in alignAccCheckAndArrowVertically()
539 fixVerticalAlignment(lr, lr.arrowRect); in alignAccCheckAndArrowVertically()
560 lr.arrowRect.y += delta; in fixVerticalAlignment()
583 lr.arrowRect, lr.accRect); in doLTRColumnLayout()
1132 private Rectangle arrowRect; field in MenuItemLayoutHelper.LayoutResult
1140 arrowRect = new Rectangle(); in LayoutResult()
1151 this.arrowRect = arrowRect; in LayoutResult()
1188 return arrowRect; in getArrowRect()
1192 this.arrowRect = arrowRect; in setArrowRect()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java520 lr.arrowRect.width = arrowSize.maxWidth; in prepareForLayout()
533 lr.arrowRect.y = (int)(lr.labelRect.y in alignAccCheckAndArrowVertically()
539 fixVerticalAlignment(lr, lr.arrowRect); in alignAccCheckAndArrowVertically()
560 lr.arrowRect.y += delta; in fixVerticalAlignment()
583 lr.arrowRect, lr.accRect); in doLTRColumnLayout()
1132 private Rectangle arrowRect; field in MenuItemLayoutHelper.LayoutResult
1140 arrowRect = new Rectangle(); in LayoutResult()
1151 this.arrowRect = arrowRect; in LayoutResult()
1188 return arrowRect; in getArrowRect()
1192 this.arrowRect = arrowRect; in setArrowRect()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java519 lr.arrowRect.width = arrowSize.maxWidth; in prepareForLayout()
532 lr.arrowRect.y = (int)(lr.labelRect.y in alignAccCheckAndArrowVertically()
538 fixVerticalAlignment(lr, lr.arrowRect); in alignAccCheckAndArrowVertically()
559 lr.arrowRect.y += delta; in fixVerticalAlignment()
582 lr.arrowRect, lr.accRect); in doLTRColumnLayout()
1131 private Rectangle arrowRect; field in MenuItemLayoutHelper.LayoutResult
1139 arrowRect = new Rectangle(); in LayoutResult()
1150 this.arrowRect = arrowRect; in LayoutResult()
1187 return arrowRect; in getArrowRect()
1191 this.arrowRect = arrowRect; in setArrowRect()
[all …]
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/widgets/
H A Dgroupedtoolbutton.cpp137 QRect arrowRect; in paintEvent() local
140 arrowRect = QRect(textRect.right() - 20, textRect.y(), 20, textRect.height()); in paintEvent()
141 textRect.setWidth(textRect.width() - arrowRect.width()); in paintEvent()
150 opt.rect = arrowRect; in paintEvent()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/widgets/
H A Dkmymoneycombo.cpp202 …QRect arrowRect = style()->subControlRect(QStyle::CC_ComboBox, &opt, QStyle::SC_ComboBoxArrow, thi… in isInArrowArea() local
206 arrowRect.setHeight(qMax(height() - (2 * arrowRect.y()), arrowRect.height())); in isInArrowArea()
210 arrowRect = rect(); in isInArrowArea()
212 return arrowRect.contains(mapFromGlobal(pos)); in isInArrowArea()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_arrow_button.cpp190 QRect arrowRect(contentsSize); in drawButtonLabel() local
191 arrowRect.moveCenter(r.center()); in drawButtonLabel()
192 arrowRect.setSize(arrow); in drawButtonLabel()
197 drawArrow(painter, arrowRect, d_data->arrowType); in drawButtonLabel()
208 arrowRect.translate(dx, dy); in drawButtonLabel()
210 arrowRect.moveBy(dx, dy); in drawButtonLabel()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_arrow_button.cpp190 QRect arrowRect(contentsSize); in drawButtonLabel() local
191 arrowRect.moveCenter(r.center()); in drawButtonLabel()
192 arrowRect.setSize(arrow); in drawButtonLabel()
197 drawArrow(painter, arrowRect, d_data->arrowType); in drawButtonLabel()
208 arrowRect.translate(dx, dy); in drawButtonLabel()
210 arrowRect.moveBy(dx, dy); in drawButtonLabel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3salnativewidgets-gtk.cxx645 arrowRect.Left(), arrowRect.Top(), in PaintScrollbar()
670 arrowRect.Left(), arrowRect.Top(), in PaintScrollbar()
697 arrowRect.Left(), arrowRect.Top(), in PaintScrollbar()
723 arrowRect.Left(), arrowRect.Top(), in PaintScrollbar()
994 arrowRect.Left(), arrowRect.Top(), in PaintScrollbar()
995 MIN(arrowRect.GetWidth(), arrowRect.GetHeight()) ); in PaintScrollbar()
1019 arrowRect.Left(), arrowRect.Top(), in PaintScrollbar()
1020 MIN(arrowRect.GetWidth(), arrowRect.GetHeight()) ); in PaintScrollbar()
1045 arrowRect.Left(), arrowRect.Top(), in PaintScrollbar()
1046 MIN(arrowRect.GetWidth(), arrowRect.GetHeight()) ); in PaintScrollbar()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/advanceddockingsystem/
H A Ddockoverlay.cpp305 QRectF arrowRect; in createHighDpiDropIndicatorPixmap() local
306 arrowRect.setSize(baseSize); in createHighDpiDropIndicatorPixmap()
307 arrowRect.setWidth(arrowRect.width() / 4.6); in createHighDpiDropIndicatorPixmap()
308 arrowRect.setHeight(arrowRect.height() / 2); in createHighDpiDropIndicatorPixmap()
309 arrowRect.moveCenter(QPointF(0, 0)); in createHighDpiDropIndicatorPixmap()
311 arrow << arrowRect.topLeft() << QPointF(arrowRect.right(), arrowRect.center().y()) in createHighDpiDropIndicatorPixmap()
312 << arrowRect.bottomLeft(); in createHighDpiDropIndicatorPixmap()
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_arrow_button.cpp177 QRect arrowRect( contentsSize ); in drawButtonLabel() local
178 arrowRect.moveCenter( r.center() ); in drawButtonLabel()
179 arrowRect.setSize( arrow ); in drawButtonLabel()
184 drawArrow( painter, arrowRect, d_data->arrowType ); in drawButtonLabel()
194 arrowRect.translate( dx, dy ); in drawButtonLabel()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_arrow_button.cpp177 QRect arrowRect( contentsSize ); in drawButtonLabel() local
178 arrowRect.moveCenter( r.center() ); in drawButtonLabel()
179 arrowRect.setSize( arrow ); in drawButtonLabel()
184 drawArrow( painter, arrowRect, d_data->arrowType ); in drawButtonLabel()
194 arrowRect.translate( dx, dy ); in drawButtonLabel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/
H A Dsalnativewidgets-gtk.cxx639 arrowRect.Left(), arrowRect.Top(), in PaintScrollbar()
640 MIN(arrowRect.GetWidth(), arrowRect.GetHeight()) ); in PaintScrollbar()
664 arrowRect.Left(), arrowRect.Top(), in PaintScrollbar()
665 MIN(arrowRect.GetWidth(), arrowRect.GetHeight()) ); in PaintScrollbar()
691 arrowRect.Left(), arrowRect.Top(), in PaintScrollbar()
692 MIN(arrowRect.GetWidth(), arrowRect.GetHeight()) ); in PaintScrollbar()
717 arrowRect.Left(), arrowRect.Top(), in PaintScrollbar()
718 MIN(arrowRect.GetWidth(), arrowRect.GetHeight()) ); in PaintScrollbar()
813 tools::Rectangle arrowRect; in PaintOneSpinButton() local
815 arrowRect.setX( buttonRect.Left() + (buttonRect.GetWidth() - arrowRect.GetWidth()) / 2 ); in PaintOneSpinButton()
[all …]
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dtiledproxystyle.cpp192 QRectF arrowRect; in qt_fusion_draw_arrow() local
193 arrowRect.setWidth(size); in qt_fusion_draw_arrow()
194 arrowRect.setHeight(arrowHeight * size / arrowWidth); in qt_fusion_draw_arrow()
196 arrowRect = QRectF(arrowRect.topLeft(), arrowRect.size().transposed()); in qt_fusion_draw_arrow()
197 arrowRect.moveTo((rect.width() - arrowRect.width()) / 2.0, in qt_fusion_draw_arrow()
198 (rect.height() - arrowRect.height()) / 2.0); in qt_fusion_draw_arrow()
204 …triangle << arrowRect.topLeft() << arrowRect.topRight() << QPointF(arrowRect.center().x(), arrowRe… in qt_fusion_draw_arrow()
207 …triangle << arrowRect.topLeft() << arrowRect.bottomLeft() << QPointF(arrowRect.right(), arrowRect.… in qt_fusion_draw_arrow()
210 …triangle << arrowRect.topRight() << arrowRect.bottomRight() << QPointF(arrowRect.left(), arrowRect in qt_fusion_draw_arrow()
213 …triangle << arrowRect.bottomLeft() << arrowRect.bottomRight() << QPointF(arrowRect.center().x(), a… in qt_fusion_draw_arrow()
/dports/databases/kexi/kexi-3.2.0/src/plugins/forms/widgets/
H A Dkexidbcombobox.cpp276 QRect arrowRect( in buttonGeometry() local
280 arrowRect = QStyle::visualRect( in buttonGeometry()
281 qApp->layoutDirection(), d->paintedCombo->geometry(), arrowRect); in buttonGeometry()
282arrowRect.setHeight(qMax(height() - (2 * arrowRect.y()), arrowRect.height())); // a fix for M… in buttonGeometry()
283 return arrowRect; in buttonGeometry()

123456