Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx589 Region aPaintRegion( rRect ); in ImplDrawBackground() local
593 aPaintRegion.Intersect( pThis->GetActiveClipRegion() ); in ImplDrawBackground()
596 pThis->IntersectClipRegion( aPaintRegion ); in ImplDrawBackground()
603 ImplDrawTransparentBackground( pThis, aPaintRegion ); in ImplDrawBackground()
605 ImplDrawConstantBackground( pThis, aPaintRegion, bIsInPopupMode ); in ImplDrawBackground()
614 bNativeOk = ImplDrawNativeBackground( pThis, aPaintRegion ); in ImplDrawBackground()
621 ImplDrawTransparentBackground( pThis, aPaintRegion ); in ImplDrawBackground()
H A Dwindow.cxx2436 Region aPaintRegion( mpWindowImpl->maInvalidateRegion ); in ImplCallPaint() local
2437 Rectangle aPaintRect = aPaintRegion.GetBoundRect(); in ImplCallPaint()
2443 ImplReMirror( aPaintRegion ); in ImplCallPaint()
2446 mpWindowImpl->mpPaintRegion = &aPaintRegion; in ImplCallPaint()
6268 Region aPaintRegion(true); in GetPaintRegion() local
6269 return aPaintRegion; in GetPaintRegion()

Completed in 69 milliseconds