Lines Matching refs:mpChildClipRegion
191 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()
2227 return mpWindowImpl->mpChildClipRegion; in ImplGetWinChildClipRegion()