Searched refs:aPaintRgn (Results 1 – 4 of 4) sorted by relevance
420 const Region aPaintRgn( ( (Window*) this )->GetPaintRegion() ); in DrawTransparent() local422 if( !aPaintRgn.IsNull() ) in DrawTransparent()423 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawTransparent()667 const Region aPaintRgn( ( (Window*) this )->GetPaintRegion() ); in DrawTransparent() local669 if( !aPaintRgn.IsNull() ) in DrawTransparent()670 aDstRect.Intersection( LogicToPixel( aPaintRgn.GetBoundRect() ) ); in DrawTransparent()
945 const Region aPaintRgn( ( (Window*) this )->GetPaintRegion() ); in DrawGradient() local947 if( !aPaintRgn.IsNull() ) in DrawGradient()948 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawGradient()
2203 const Region aPaintRgn( ( (Window*) this )->GetPaintRegion() ); in ImplDrawAlpha() local2205 if( !aPaintRgn.IsNull() ) in ImplDrawAlpha()2206 aDstRect.Intersection( LogicToPixel( aPaintRgn.GetBoundRect() ) ); in ImplDrawAlpha()
607 const Region aPaintRgn( ( (Window*) pOut )->GetPaintRegion() ); in ImplCreateOutput() local608 if( !aPaintRgn.IsNull() ) in ImplCreateOutput()609 aOutRect.Intersection( pOut->LogicToPixel( aPaintRgn.GetBoundRect() ) ); in ImplCreateOutput()
Completed in 47 milliseconds