Lines Matching refs:downRect

2026 …        QRect downRect = proxy()->subControlRect(CC_SpinBox, &spinBoxCopy, SC_SpinBoxDown, widget);  in drawComplexControl()  local
2044 QRect updownRect = upRect.adjusted(0, -2, 0, downRect.height() + 2); in drawComplexControl()
2068 … cachePainter.fillRect(downRect.adjusted(0, 0, 0, 1), gradientStopColor.darker(110)); in drawComplexControl()
2070 … cachePainter.fillRect(downRect.adjusted(0, 0, 0, 1), d->innerContrastLine()); in drawComplexControl()
2088 … cachePainter.drawLine(upRect.right(), upRect.top() - 1, upRect.right(), downRect.bottom() + 1); in drawComplexControl()
2090 … cachePainter.drawLine(upRect.left(), upRect.top() - 1, upRect.left(), downRect.bottom() + 1); in drawComplexControl()
2095 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2102 …cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.left() + 1, downRect.bottom() … in drawComplexControl()
2103 … cachePainter.drawLine(downRect.left() + 1, downRect.top(), downRect.right(), downRect.top()); in drawComplexControl()
2105 …cachePainter.drawLine(downRect.left() + 1, downRect.bottom() + 1, downRect.right(), downRect.botto… in drawComplexControl()
2118 centerX = downRect.center().x(); in drawComplexControl()
2119 centerY = downRect.center().y(); in drawComplexControl()
2127 qt_fusion_draw_arrow(Qt::DownArrow, &cachePainter, option, downRect, in drawComplexControl()
2687 QRect downRect = scrollBarAddLine.adjusted(1, 1, -1, -1); in drawComplexControl() local
2690 painter->drawRect(downRect); in drawComplexControl()
2695 qt_fusion_draw_arrow(arrowType, painter, option, downRect, arrowColor); in drawComplexControl()