Lines Matching refs:scrollbarRect

1383 	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()
1495 …&& ((scrollbarRect.GetWidth()-button1BoundRect.GetWidth()-button2BoundRect.GetWidth()) > min_slide… in NWPaintGTKScrollbar()
1501 thumbRect.Move( 0, (scrollbarRect.GetHeight() - slider_width) / 2 ); in NWPaintGTKScrollbar()
1508 scrollbarRect.Move( hShim, 0 ); in NWPaintGTKScrollbar()
1509 scrollbarRect.SetSize( Size( sliderWidth, scrollbarRect.GetHeight() ) ); in NWPaintGTKScrollbar()
1519 button12BoundRect.Move( (scrollbarRect.GetWidth() - slider_width) / 2, in NWPaintGTKScrollbar()
1522 button11BoundRect.Move( (scrollbarRect.GetWidth() - slider_width) / 2, trough_border ); in NWPaintGTKScrollbar()
1528 …button22BoundRect.Move( (scrollbarRect.GetWidth() - slider_width) / 2, stepper_size+(trough_border… in NWPaintGTKScrollbar()
1529 … button21BoundRect.Move( (scrollbarRect.GetWidth() - slider_width) / 2, (trough_border+1)/2 ); in NWPaintGTKScrollbar()
1533 … button22BoundRect.Move( (scrollbarRect.GetWidth() - slider_width) / 2, (trough_border+1)/2 ); in NWPaintGTKScrollbar()
1545 …&& ((scrollbarRect.GetHeight()-button1BoundRect.GetHeight()-button2BoundRect.GetHeight()) > min_sl… in NWPaintGTKScrollbar()
1551 thumbRect.Move( (scrollbarRect.GetWidth() - slider_width) / 2, 0 ); in NWPaintGTKScrollbar()
1564 scrollbarValues->page_size = scrollbarRect.GetWidth() / 2; in NWPaintGTKScrollbar()
1571 scrollbarValues->page_size = scrollbarRect.GetHeight() / 2; in NWPaintGTKScrollbar()
1601 scrollbarRect.GetWidth(), scrollbarRect.GetHeight() ); in NWPaintGTKScrollbar()
1608 scrollbarRect.GetWidth(), scrollbarRect.GetHeight() ); in NWPaintGTKScrollbar()