Home
last modified time | relevance | path

Searched refs:buttonRect (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1724 Rectangle buttonRect; in NWGetScrollButtonRect() local
1774 return( buttonRect ); in NWGetScrollButtonRect()
2022 Rectangle buttonRect; in NWGetSpinButtonRect() local
2035 buttonRect.Bottom() = buttonRect.Top() + (aAreaRect.GetHeight() / 2); in NWGetSpinButtonRect()
2044 buttonRect.Right() = buttonRect.Left()-1; in NWGetSpinButtonRect()
2050 return( buttonRect ); in NWGetSpinButtonRect()
2064 Rectangle buttonRect; in NWPaintOneSpinButton() local
2079 buttonRect.GetWidth(), buttonRect.GetHeight() ); in NWPaintOneSpinButton()
2108 Rectangle buttonRect; in NWPaintGTKComboBox() local
2159 buttonRect.GetWidth(), buttonRect.GetHeight() ); in NWPaintGTKComboBox()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx487 Rectangle buttonRect = rControlRegion; in drawNativeControl() local
488 HIRect rc = ImplGetHIRectFromRectangle(buttonRect); in drawNativeControl()
647 AquaBlinker::Blink( mpFrame, buttonRect ); in drawNativeControl()
1207 buttonRect.Intersection( Rectangle( Point( static_cast<long int>(aRect.origin.x), in drawNativeControl()
1213 … RefreshRect( buttonRect.Left(), buttonRect.Top(), buttonRect.GetWidth(), buttonRect.GetHeight() ); in drawNativeControl()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx1152 Rectangle buttonRect = rControlRegion; in drawNativeControl() local
1154 rc.left = buttonRect.Left(); in drawNativeControl()
1155 rc.right = buttonRect.Right()+1; in drawNativeControl()
1156 rc.top = buttonRect.Top(); in drawNativeControl()
1157 rc.bottom = buttonRect.Bottom()+1; in drawNativeControl()

Completed in 40 milliseconds