Home
last modified time | relevance | path

Searched refs:arrowWidgetRect (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp1529 QRect arrowWidgetRect; in drawComplexControl() local
1536 arrowWidgetRect = QRect(gtkArrow->allocation.x, gtkArrow->allocation.y, in drawComplexControl()
1544 qMin(arrowWidgetRect.width(), arrowWidgetRect.height())); in drawComplexControl()
1547 arrowRect.moveCenter(arrowWidgetRect.center()); in drawComplexControl()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp1980 QRect arrowWidgetRect; in drawComplexControl() local
1989arrowWidgetRect = QRect(allocation.x, allocation.y, allocation.width, allocation.height); in drawComplexControl()
1996 qMin(arrowWidgetRect.width(), arrowWidgetRect.height())); in drawComplexControl()
1999 arrowRect.moveCenter(arrowWidgetRect.center()); in drawComplexControl()