Lines Matching refs:aIndicatorRect
1016 Rectangle aIndicatorRect( Point( 0, in getNativeControlRegion() local
1019 rNativeContentRegion = aIndicatorRect; in getNativeControlRegion()
1035 Rectangle aIndicatorRect( Point( 0, in getNativeControlRegion() local
1038 rNativeContentRegion = aIndicatorRect; in getNativeControlRegion()
2383 Rectangle aIndicatorRect; in NWPaintGTKListBox() local
2445 … aIndicatorRect = NWGetListBoxIndicatorRect( m_nScreen, nType, nPart, widgetRect, nState, in NWPaintGTKListBox()
2449 x+(aIndicatorRect.Left() - pixmapRect.Left()), in NWPaintGTKListBox()
2450 y+(aIndicatorRect.Top() - pixmapRect.Top()), in NWPaintGTKListBox()
2451 aIndicatorRect.GetWidth(), aIndicatorRect.GetHeight() ); in NWPaintGTKListBox()
3187 Rectangle aIndicatorRect; in NWGetListBoxIndicatorRect() local
3209 aIndicatorRect.SetSize( Size( width, height ) ); in NWGetListBoxIndicatorRect()
3210 …aIndicatorRect.SetPos( Point( aAreaRect.Left() + aAreaRect.GetWidth() - width - right - gWidgetDat… in NWGetListBoxIndicatorRect()
3214 if ( aIndicatorRect.GetHeight() % 2 ) in NWGetListBoxIndicatorRect()
3215 aIndicatorRect.Move( 0, 1 ); in NWGetListBoxIndicatorRect()
3222 return( aIndicatorRect ); in NWGetListBoxIndicatorRect()