Home
last modified time | relevance | path

Searched refs:aClipRgn (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dtabctrl.cxx1114 Region aClipRgn( GetActiveClipRegion() ); in ImplPaint() local
1115 aClipRgn.Intersect( aRect ); in ImplPaint()
1117 aClipRgn.Intersect( rRect ); in ImplPaint()
1119 if( !aClipRgn.IsEmpty() ) in ImplPaint()
1208 Region aClipRgn( GetActiveClipRegion() ); in ImplPaint() local
1209 aClipRgn.Intersect( pItem->maRect ); in ImplPaint()
1211 aClipRgn.Intersect( rRect ); in ImplPaint()
1212 if( bLayout || !aClipRgn.IsEmpty() ) in ImplPaint()
1224 Region aClipRgn( GetActiveClipRegion() ); in ImplPaint() local
1225 aClipRgn.Intersect( pCurItem->maRect ); in ImplPaint()
[all …]
H A Dedit.cxx1117 Region aClipRgn = GetPaintRegion(); in ImplClearBackground() local
1118 if( !aClipRgn.IsNull() ) in ImplClearBackground()
1126 Rectangle aBounds( aClipRgn.GetBoundRect() ); in ImplClearBackground()
1128 aClipRgn.Move( xNew - aBounds.Left(), 0 ); in ImplClearBackground()
1133 aClipRgn.Move( aBorderOffs.X(), aBorderOffs.Y() ); in ImplClearBackground()
1140 aClipRgn.Move( aBorderOffs.X(), aBorderOffs.Y() ); in ImplClearBackground()
1144 pBorder->SetClipRegion( aClipRgn ); in ImplClearBackground()
/AOO41X/main/vcl/source/window/
H A Ddockmgr.cxx659 Region aClipRgn( aRect ); in DrawBorder() local
670 aClipRgn.Exclude( aItemClipRect ); in DrawBorder()
671 SetClipRegion( aClipRgn ); in DrawBorder()