Searched refs:aClipPath (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/canvas/source/directx/ |
| H A D | dx_spritehelper.cxx | 149 ::basegfx::B2DPolyPolygon aClipPath; // empty for no clip in redraw() 159 aClipPath = tools::polyPolygonFromXPolyPolygon2D( xClip ); in redraw() 161 const sal_Int32 nNumClipPolygons( aClipPath.count() ); in redraw() 169 if( ::basegfx::tools::isRectangle( aClipPath.getB2DPolygon( 0 ) ) ) in redraw() 180 if( !aClipPath.count() ) in redraw() 190 ::basegfx::tools::getRange( aClipPath ) ); in redraw() 200 mpBitmap->draw(fAlpha,rPos,aClipPath,rTransform); in redraw() 205 if( aClipPath.count() ) in redraw()
|
| H A D | dx_canvashelper_texturefill.cxx | 167 Gdiplus::GraphicsPath aClipPath; in fillLinearGradient() local 168 aClipPath.AddLine( static_cast<Gdiplus::REAL>(aLeftTop.getX()), in fillLinearGradient() 172 aClipPath.AddLine( static_cast<Gdiplus::REAL>(aRightBottom.getX()), in fillLinearGradient() 176 aClipPath.CloseFigure(); in fillLinearGradient() 180 if( Gdiplus::Ok != rGraphics->SetClip( &aClipPath, in fillLinearGradient()
|
| H A D | dx_canvashelper.cxx | 754 … GraphicsPathSharedPtr aClipPath( tools::graphicsPathFromXPolyPolygon2D( viewState.Clip ) ); in setupGraphicsState() local 760 Gdiplus::Ok == rGraphics->SetClip( aClipPath.get(), in setupGraphicsState() 787 … GraphicsPathSharedPtr aClipPath( tools::graphicsPathFromXPolyPolygon2D( renderState.Clip ) ); in setupGraphicsState() local 793 Gdiplus::Ok == rGraphics->SetClip( aClipPath.get(), in setupGraphicsState()
|
| /trunk/main/svtools/source/filter/wmf/ |
| H A D | winmtf.cxx | 891 aClipPath.IntersectClipRect( ImplMap( rRect ) ); in IntersectClipRect() 898 aClipPath.ExcludeClipRect( ImplMap( rRect ) ); in ExcludeClipRect() 905 aClipPath.MoveClipRegion( ImplMap( rSize ) ); in MoveClipRegion() 911 aClipPath.SetClipPath( rPolyPolygon, nClippingMode ); in SetClipPath() 915 aClipPath.SetClipPath( ImplMap( aPP ), nClippingMode ); in SetClipPath() 988 if ( aClipPath.bNeedsUpdate ) in UpdateClipRegion() 990 aClipPath.bNeedsUpdate = sal_False; in UpdateClipRegion() 995 switch ( aClipPath.GetType() ) in UpdateClipRegion() 1007 Rectangle aClipRect( aClipPath.GetClipPath().GetBoundRect() ); in UpdateClipRegion() 1190 if ( aClipPath.GetType() == COMPLEX ) in DrawRect() [all …]
|
| H A D | winmtf.hxx | 464 WinMtfClipPath aClipPath; member 538 WinMtfClipPath aClipPath; member in WinMtfOutput
|
| /trunk/main/canvas/source/tools/ |
| H A D | canvascustomspritehelper.cxx | 62 ::basegfx::B2DPolyPolygon aClipPath( in updateClipState() 66 aClipPath.transform( maTransform ); in updateClipState() 71 ::basegfx::tools::getRange( aClipPath ) ); in updateClipState() 101 ::basegfx::tools::isRectangle( aClipPath.getB2DPolygon(0) ) ); in updateClipState()
|