Searched refs:aClipRgn (Results 1 – 3 of 3) sorted by relevance
1113 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() local1549 aClipRgn.Union( aRect ); in PreNotify()1560 aClipRgn.Union( aRect ); in PreNotify()1562 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 161 milliseconds