Searched refs:pLastRect (Results 1 – 4 of 4) sorted by relevance
520 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify() local521 if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()524 if( pLastRect ) in PreNotify()526 SetClipRegion( *pLastRect ); in PreNotify()527 Paint( *pLastRect ); in PreNotify()
919 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify() local920 … if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()934 if( pLastRect ) in PreNotify()936 SetClipRegion( *pLastRect ); in PreNotify()937 Paint( *pLastRect ); in PreNotify()
1398 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify() local1399 if( pRect != pLastRect || pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()1406 if ( pLastRect ) in PreNotify()1407 aClipRegion.Union( *pLastRect ); in PreNotify()1411 if ( bHas3Buttons && ( pRect == &maBtn1Rect || pLastRect == &maBtn1Rect ) ) in PreNotify()
1536 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify() local1537 if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()1540 if( pLastRect ) in PreNotify()1545 Rectangle aRect(*pLastRect); in PreNotify()
Completed in 41 milliseconds