Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1383 Rectangle pixmapRect, scrollbarRect; in NWPaintGTKScrollbar() local
1425 scrollbarRect = pixmapRect; in NWPaintGTKScrollbar()
1427 if ( (scrollbarRect.GetWidth() <= 1) || (scrollbarRect.GetHeight() <= 1) ) in NWPaintGTKScrollbar()
1457 scrollbarRect.Move( 0, vShim ); in NWPaintGTKScrollbar()
1458 scrollbarRect.SetSize( Size( scrollbarRect.GetWidth(), sliderHeight ) ); in NWPaintGTKScrollbar()
1469 (scrollbarRect.GetHeight() - slider_width) / 2 ); in NWPaintGTKScrollbar()
1472 button11BoundRect.Move( trough_border, (scrollbarRect.GetHeight() - slider_width) / 2 ); in NWPaintGTKScrollbar()
1478 …button22BoundRect.Move( stepper_size+(trough_border+1)/2, (scrollbarRect.GetHeight() - slider_widt… in NWPaintGTKScrollbar()
1479 … button21BoundRect.Move( (trough_border+1)/2, (scrollbarRect.GetHeight() - slider_width) / 2 ); in NWPaintGTKScrollbar()
1483 … button22BoundRect.Move( (trough_border+1)/2, (scrollbarRect.GetHeight() - slider_width) / 2 ); in NWPaintGTKScrollbar()
[all …]