Home
last modified time | relevance | path

Searched refs:mpChildClipRegion (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dwindow.h295 …Region* mpChildClipRegion; // child clip region if CLIPCHILDREN is set (frame coordin… member in WindowImpl
/trunk/main/vcl/source/window/
H A Dwindow.cxx191 mpChildClipRegion = NULL; // Child-Clip-Region when ClipChildren in WindowImpl()
287 delete mpChildClipRegion; in ~WindowImpl()
2199 if ( mpWindowImpl->mpChildClipRegion ) in ImplInitWinChildClipRegion()
2201 delete mpWindowImpl->mpChildClipRegion; in ImplInitWinChildClipRegion()
2202 mpWindowImpl->mpChildClipRegion = NULL; in ImplInitWinChildClipRegion()
2207 if ( !mpWindowImpl->mpChildClipRegion ) in ImplInitWinChildClipRegion()
2208 mpWindowImpl->mpChildClipRegion = new Region( mpWindowImpl->maWinClipRegion ); in ImplInitWinChildClipRegion()
2210 *mpWindowImpl->mpChildClipRegion = mpWindowImpl->maWinClipRegion; in ImplInitWinChildClipRegion()
2212 ImplClipChilds( *mpWindowImpl->mpChildClipRegion ); in ImplInitWinChildClipRegion()
2226 if ( mpWindowImpl->mpChildClipRegion ) in ImplGetWinChildClipRegion()
[all …]

Completed in 48 milliseconds