Lines Matching refs:height

218 		aFrame.setFrameRect( QRect(0, 0, image->width(), image->height()) );  in lcl_drawFrame()
264 widgetRect.height(), in drawNativeControl()
343 option.rect = QRect(0, 0, widgetRect.width(), widgetRect.height()); in drawNativeControl()
498 …Rectangle xRect = { widgetRect.left(), widgetRect.top(), widgetRect.width(), widgetRect.height() }; in drawNativeControl()
504 if( xRect.width > 2*nFrameWidth && xRect.height > 2*nFrameWidth ) in drawNativeControl()
507 xRect.height -= 2*nFrameWidth; in drawNativeControl()
539 option.rect = QRect(0, 0, widgetRect.width(), widgetRect.height()); in drawNativeControl()
569 … gc, 0, 0, widgetRect.width(), widgetRect.height(), widgetRect.left(), widgetRect.top()); in drawNativeControl()
621 int nFontHeight = kapp->fontMetrics().height(); in getNativeControlRegion()
629 if( boundingRect.height() < nMinHeight ) in getNativeControlRegion()
631 int delta = nMinHeight - boundingRect.height(); in getNativeControlRegion()
668 cbo.rect = QRect(0, 0, contentRect.width(), contentRect.height()); in getNativeControlRegion()
679 int nHeight = kapp->fontMetrics().height(); in getNativeControlRegion()
683 if( aMinSize.height() > contentRect.height() ) in getNativeControlRegion()
684 contentRect.adjust( 0, 0, 0, aMinSize.height() - contentRect.height() ); in getNativeControlRegion()
716 sbo.rect = QRect(0, 0, contentRect.width(), contentRect.height()); in getNativeControlRegion()
754 contentRect.setWidth(contentRect.height()); in getNativeControlRegion()
759 contentRect.setWidth(contentRect.height()); in getNativeControlRegion()
802 … contentRect = QRect(boundingRect.left(), boundingRect.top(), w, boundingRect.height()); in getNativeControlRegion()
891 Size aBSize( boundingRect.width(), boundingRect.height() );
896 Size aSize( contentRect.width(), contentRect.height() );