Searched refs:widgetRect (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/unx/kde4/ |
H A D | KDESalGraphics.cxx | 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() 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() [all …]
|
/trunk/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 2382 Rectangle widgetRect; in NWPaintGTKListBox() local 2409 widgetRect = pixmapRect; in NWPaintGTKListBox() 2442 x+(widgetRect.Left() - pixmapRect.Left()), in NWPaintGTKListBox() 2443 y+(widgetRect.Top() - pixmapRect.Top()), in NWPaintGTKListBox() 2444 widgetRect.GetWidth(), widgetRect.GetHeight() ); in NWPaintGTKListBox() 2445 … aIndicatorRect = NWGetListBoxIndicatorRect( m_nScreen, nType, nPart, widgetRect, nState, in NWPaintGTKListBox() 2459 x+(widgetRect.Left() - pixmapRect.Left()), y+(widgetRect.Top() - pixmapRect.Top()), in NWPaintGTKListBox() 2460 widgetRect.GetWidth(), widgetRect.GetHeight() ); in NWPaintGTKListBox()
|
Completed in 38 milliseconds