Home
last modified time | relevance | path

Searched refs:aPaintRgn (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx420 const Region aPaintRgn( ( (Window*) this )->GetPaintRegion() ); in DrawTransparent() local
422 if( !aPaintRgn.IsNull() ) in DrawTransparent()
423 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawTransparent()
667 const Region aPaintRgn( ( (Window*) this )->GetPaintRegion() ); in DrawTransparent() local
669 if( !aPaintRgn.IsNull() ) in DrawTransparent()
670 aDstRect.Intersection( LogicToPixel( aPaintRgn.GetBoundRect() ) ); in DrawTransparent()
H A Doutdev4.cxx945 const Region aPaintRgn( ( (Window*) this )->GetPaintRegion() ); in DrawGradient() local
947 if( !aPaintRgn.IsNull() ) in DrawGradient()
948 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawGradient()
H A Doutdev2.cxx2212 const Region aPaintRgn( ( (Window*) this )->GetPaintRegion() ); in ImplDrawAlpha() local
2214 if( !aPaintRgn.IsNull() ) in ImplDrawAlpha()
2215 aDstRect.Intersection( LogicToPixel( aPaintRgn.GetBoundRect() ) ); in ImplDrawAlpha()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx607 const Region aPaintRgn( ( (Window*) pOut )->GetPaintRegion() ); in ImplCreateOutput() local
608 if( !aPaintRgn.IsNull() ) in ImplCreateOutput()
609 aOutRect.Intersection( pOut->LogicToPixel( aPaintRgn.GetBoundRect() ) ); in ImplCreateOutput()

Completed in 44 milliseconds