Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1113 aClipRgn.Intersect( aRect ); in ImplPaint()
1115 aClipRgn.Intersect( rRect ); in ImplPaint()
1117 if( !aClipRgn.IsEmpty() ) in ImplPaint()
1209 aClipRgn.Intersect( rRect ); in ImplPaint()
1225 aClipRgn.Intersect( rRect ); in ImplPaint()
1226 if( bLayout || !aClipRgn.IsEmpty() ) in ImplPaint()
1539 Region aClipRgn; in PreNotify() local
1549 aClipRgn.Union( aRect ); in PreNotify()
1560 aClipRgn.Union( aRect ); in PreNotify()
1562 if( !aClipRgn.IsEmpty() ) in PreNotify()
[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()
/trunk/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()

Completed in 37 milliseconds