Lines Matching refs:width
218 aFrame.setFrameRect( QRect(0, 0, image->width(), image->height()) ); in lcl_drawFrame()
263 m_image = new QImage( widgetRect.width(), in drawNativeControl()
343 option.rect = QRect(0, 0, widgetRect.width(), widgetRect.height()); in drawNativeControl()
351 const int tw = widgetRect.width(); in drawNativeControl()
498 …XRectangle xRect = { widgetRect.left(), widgetRect.top(), widgetRect.width(), widgetRect.height() … in drawNativeControl()
504 if( xRect.width > 2*nFrameWidth && xRect.height > 2*nFrameWidth ) in drawNativeControl()
506 xRect.width -= 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()
668 cbo.rect = QRect(0, 0, contentRect.width(), contentRect.height()); in getNativeControlRegion()
680 QSize aContentSize( contentRect.width(), nHeight ); in getNativeControlRegion()
716 sbo.rect = QRect(0, 0, contentRect.width(), contentRect.height()); in getNativeControlRegion()
808 … contentRect = QRect(boundingRect.left(), boundingRect.top(), boundingRect.width(), w); in getNativeControlRegion()
891 Size aBSize( boundingRect.width(), boundingRect.height() );
896 Size aSize( contentRect.width(), contentRect.height() );