Searched refs:button22BoundRect (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 1392 Rectangle button22BoundRect = pScrollbarVal->maButton2Rect; // forward in NWPaintGTKScrollbar() local 1413 button22BoundRect.Move( -rControlRectangle.Left(), -rControlRectangle.Top() ); in NWPaintGTKScrollbar() 1478 …button22BoundRect.Move( stepper_size+(trough_border+1)/2, (scrollbarRect.GetHeight() - slider_widt… in NWPaintGTKScrollbar() 1483 … button22BoundRect.Move( (trough_border+1)/2, (scrollbarRect.GetHeight() - slider_width) / 2 ); in NWPaintGTKScrollbar() 1487 button22BoundRect.SetSize( Size( stepper_size, slider_width ) ); in NWPaintGTKScrollbar() 1528 …button22BoundRect.Move( (scrollbarRect.GetWidth() - slider_width) / 2, stepper_size+(trough_border… in NWPaintGTKScrollbar() 1533 … button22BoundRect.Move( (scrollbarRect.GetWidth() - slider_width) / 2, (trough_border+1)/2 ); in NWPaintGTKScrollbar() 1537 button22BoundRect.SetSize( Size( slider_width, stepper_size ) ); in NWPaintGTKScrollbar() 1674 x+hShim+button22BoundRect.Left(), y+vShim+button22BoundRect.Top(), in NWPaintGTKScrollbar() 1675 button22BoundRect.GetWidth(), button22BoundRect.GetHeight() ); in NWPaintGTKScrollbar() [all …]
|
Completed in 34 milliseconds