Searched refs:maInvalidateRegion (Results 1 – 2 of 2) sorted by relevance
2411 mpWindowImpl->maInvalidateRegion.Union( *pRegion ); in ImplCallPaint()2426 if ( !mpWindowImpl->maInvalidateRegion.IsEmpty() ) in ImplCallPaint()2447 mpWindowImpl->maInvalidateRegion.SetEmpty(); in ImplCallPaint()2619 mpWindowImpl->maInvalidateRegion.Union( *pRegion ); in ImplInvalidateFrameRegion()2636 pChildRegion = &mpWindowImpl->maInvalidateRegion; in ImplInvalidateFrameRegion()2774 Region aTempRegion = mpWindowImpl->maInvalidateRegion; in ImplMoveInvalidateRegion()2777 mpWindowImpl->maInvalidateRegion.Union( aTempRegion ); in ImplMoveInvalidateRegion()2836 mpWindowImpl->maInvalidateRegion.SetEmpty(); in ImplValidateFrameRegion()2843 Region aChildRegion = mpWindowImpl->maInvalidateRegion; in ImplValidateFrameRegion()2859 mpWindowImpl->maInvalidateRegion = aRect; in ImplValidateFrameRegion()[all …]
294 Region maInvalidateRegion; // region that has to be redrawn (frame coordinates) member in WindowImpl
Completed in 37 milliseconds