Lines Matching refs:width

438     QPixmap  qPixmap( pWidget->width(), pWidget->height() );  in drawStyledWidget()
440 QRect qRect( 0, 0, pWidget->width(), pWidget->height() ); in drawStyledWidget()
477 qWidgetPos.x(), qWidgetPos.y(), qRect.width(), qRect.height(), in drawStyledWidget()
761 pProgress->setProgress( nProgressWidth, qRect.width() ); in drawStyledWidget()
778 0, 0, qRect.width(), qRect.height(), in drawStyledWidget()
811 if ( qNormalSize.width() == qDefSize.width() ) in pushButton()
843 qRect.moveBy( ( qOldRect.width() - qRect.width() ) / 2, in radioButton()
872 qRect.moveBy( ( qOldRect.width() - qRect.width() ) / 2, in checkBox()
1262 if ( qRectAddLine.width() > qRectSubLine.width() ) in hitTestNativeControl()
1285 qRectAddLine.setWidth( qRectAddLine.width() / 2 ); in hitTestNativeControl()
1302 qRectAddLine.setLeft( qRectAddLine.left() + qRectAddLine.width() / 2 ); in hitTestNativeControl()
1686 Size aBSize( qBoundingRect.width(), qBoundingRect.height() ); in getNativeControlRegion()
1691 Size aSize( qRect.width(), qRect.height() ); in getNativeControlRegion()
1769 aInfo.m_eWidth = psp::width::UltraCondensed; in toFont()
1771 aInfo.m_eWidth = psp::width::ExtraCondensed; in toFont()
1773 aInfo.m_eWidth = psp::width::Condensed; in toFont()
1775 aInfo.m_eWidth = psp::width::SemiCondensed; in toFont()
1777 aInfo.m_eWidth = psp::width::Normal; in toFont()
1779 aInfo.m_eWidth = psp::width::SemiExpanded; in toFont()
1781 aInfo.m_eWidth = psp::width::Expanded; in toFont()
1783 aInfo.m_eWidth = psp::width::ExtraExpanded; in toFont()
1785 aInfo.m_eWidth = psp::width::UltraExpanded; in toFont()
1809 if( aInfo.m_eWidth != psp::width::Unknown ) in toFont()