Lines Matching refs:widgetRect
244 QRect widgetRect = region2QRect(rControlRegion); in drawNativeControl() local
253 widgetRect = QRect( aButtonRect.Left(), aButtonRect.Top(), in drawNativeControl()
258 if (!m_image || m_image->size() != widgetRect.size()) in drawNativeControl()
263 m_image = new QImage( widgetRect.width(), in drawNativeControl()
264 widgetRect.height(), in drawNativeControl()
343 option.rect = QRect(0, 0, widgetRect.width(), widgetRect.height()); in drawNativeControl()
351 const int tw = widgetRect.width(); in drawNativeControl()
352 widgetRect.setWidth(kapp->style()->pixelMetric(QStyle::PM_ToolBarHandleExtent)); in drawNativeControl()
360 widgetRect.setWidth(tw); in drawNativeControl()
498 …XRectangle xRect = { widgetRect.left(), widgetRect.top(), widgetRect.width(), widgetRect.height() … 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()