Lines Matching refs:arrowRect
1400 Rectangle arrowRect; in NWPaintGTKScrollbar() local
1631 NWCalcArrowRect( button11BoundRect, arrowRect ); in NWPaintGTKScrollbar()
1634 x+hShim+arrowRect.Left(), y+vShim+arrowRect.Top(), in NWPaintGTKScrollbar()
1635 arrowRect.GetWidth(), arrowRect.GetHeight() ); in NWPaintGTKScrollbar()
1646 NWCalcArrowRect( button12BoundRect, arrowRect ); in NWPaintGTKScrollbar()
1649 x+hShim+arrowRect.Left(), y+vShim+arrowRect.Top(), in NWPaintGTKScrollbar()
1650 arrowRect.GetWidth(), arrowRect.GetHeight() ); in NWPaintGTKScrollbar()
1662 NWCalcArrowRect( button21BoundRect, arrowRect ); in NWPaintGTKScrollbar()
1665 x+hShim+arrowRect.Left(), y+vShim+arrowRect.Top(), in NWPaintGTKScrollbar()
1666 arrowRect.GetWidth(), arrowRect.GetHeight() ); in NWPaintGTKScrollbar()
1677 NWCalcArrowRect( button22BoundRect, arrowRect ); in NWPaintGTKScrollbar()
1680 x+hShim+arrowRect.Left(), y+vShim+arrowRect.Top(), in NWPaintGTKScrollbar()
1681 arrowRect.GetWidth(), arrowRect.GetHeight() ); in NWPaintGTKScrollbar()
2067 Rectangle arrowRect; in NWPaintOneSpinButton() local
2083 arrowRect.SetSize( Size( arrowSize, arrowSize ) ); in NWPaintOneSpinButton()
2084 arrowRect.setX( buttonRect.Left() + (buttonRect.GetWidth() - arrowRect.GetWidth()) / 2 ); in NWPaintOneSpinButton()
2086 arrowRect.setY( buttonRect.Top() + (buttonRect.GetHeight() - arrowRect.GetHeight()) / 2 + 1); in NWPaintOneSpinButton()
2088 arrowRect.setY( buttonRect.Top() + (buttonRect.GetHeight() - arrowRect.GetHeight()) / 2 - 1); in NWPaintOneSpinButton()
2092 (arrowRect.Left() - aAreaRect.Left()), (arrowRect.Top() - aAreaRect.Top()), in NWPaintOneSpinButton()
2093 arrowRect.GetWidth(), arrowRect.GetHeight() ); in NWPaintOneSpinButton()
2111 Rectangle arrowRect; in NWPaintGTKComboBox() local
2138 arrowRect.SetSize( Size( (gint)(MIN_ARROW_SIZE * ARROW_EXTENT), in NWPaintGTKComboBox()
2140 …arrowRect.SetPos( Point( buttonRect.Left() + (gint)((buttonRect.GetWidth() - arrowRect.GetWidth())… in NWPaintGTKComboBox()
2141 … buttonRect.Top() + (gint)((buttonRect.GetHeight() - arrowRect.GetHeight()) / 2) ) ); in NWPaintGTKComboBox()
2168 … x+(arrowRect.Left() - pixmapRect.Left()), y+(arrowRect.Top() - pixmapRect.Top()), in NWPaintGTKComboBox()
2169 arrowRect.GetWidth(), arrowRect.GetHeight() ); in NWPaintGTKComboBox()