Searched refs:aClipRgn (Results 1 – 3 of 3) sorted by relevance
1115 aClipRgn.Intersect( aRect ); in ImplPaint()1117 aClipRgn.Intersect( rRect ); in ImplPaint()1119 if( !aClipRgn.IsEmpty() ) in ImplPaint()1211 aClipRgn.Intersect( rRect ); in ImplPaint()1227 aClipRgn.Intersect( rRect ); in ImplPaint()1228 if( bLayout || !aClipRgn.IsEmpty() ) in ImplPaint()1541 Region aClipRgn; in PreNotify() local1551 aClipRgn.Union( aRect ); in PreNotify()1562 aClipRgn.Union( aRect ); in PreNotify()1564 if( !aClipRgn.IsEmpty() ) in PreNotify()[all …]
1117 Region aClipRgn = GetPaintRegion(); in ImplClearBackground() local1118 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()
659 Region aClipRgn( aRect ); in DrawBorder() local670 aClipRgn.Exclude( aItemClipRect ); in DrawBorder()671 SetClipRegion( aClipRgn ); in DrawBorder()
Completed in 44 milliseconds