Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/unx/gtk/
H A Dgtkgdi.hxx94 const Rectangle& rControlRectangle,
99 const Rectangle& rControlRectangle,
104 const Rectangle& rControlRectangle,
109 const Rectangle& rControlRectangle,
114 const Rectangle& rControlRectangle,
119 const Rectangle& rControlRectangle,
124 const Rectangle& rControlRectangle,
129 const Rectangle& rControlRectangle,
134 const Rectangle& rControlRectangle,
140 const Rectangle& rControlRectangle,
[all …]
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1090 const Rectangle& rControlRectangle, in NWPaintGTKButton() argument
1109 x = rControlRectangle.Left(); in NWPaintGTKButton()
1110 y = rControlRectangle.Top(); in NWPaintGTKButton()
1111 w = rControlRectangle.GetWidth(); in NWPaintGTKButton()
1112 h = rControlRectangle.GetHeight(); in NWPaintGTKButton()
1259 const Rectangle& rControlRectangle, in NWPaintGTKRadio() argument
1278 x = rControlRectangle.Left() + (rControlRectangle.GetWidth()-indicator_size)/2; in NWPaintGTKRadio()
1279 y = rControlRectangle.Top() + (rControlRectangle.GetHeight()-indicator_size)/2; in NWPaintGTKRadio()
1317 const Rectangle& rControlRectangle, in NWPaintGTKCheck() argument
1337 x = rControlRectangle.Left() + (rControlRectangle.GetWidth()-indicator_size)/2; in NWPaintGTKCheck()
[all …]