Searched refs:aClipPath (Results 1 – 6 of 6) sorted by relevance
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()
167 Gdiplus::GraphicsPath aClipPath; in fillLinearGradient() local168 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()
754 … GraphicsPathSharedPtr aClipPath( tools::graphicsPathFromXPolyPolygon2D( viewState.Clip ) ); in setupGraphicsState() local760 Gdiplus::Ok == rGraphics->SetClip( aClipPath.get(), in setupGraphicsState()787 … GraphicsPathSharedPtr aClipPath( tools::graphicsPathFromXPolyPolygon2D( renderState.Clip ) ); in setupGraphicsState() local793 Gdiplus::Ok == rGraphics->SetClip( aClipPath.get(), in setupGraphicsState()
988 if ( aClipPath.bNeedsUpdate ) in UpdateClipRegion()990 aClipPath.bNeedsUpdate = sal_False; in UpdateClipRegion()995 switch ( aClipPath.GetType() ) in UpdateClipRegion()1190 if ( aClipPath.GetType() == COMPLEX ) in DrawRect()1350 if ( aClipPath.GetType() == COMPLEX ) in DrawPolygon()1398 if ( aClipPath.GetType() == COMPLEX ) in DrawPolyPolygon()1640 if ( aClipPath.GetType() == COMPLEX ) in ImplDrawBitmap()2164 pSave->aClipPath = aClipPath; in Push()2206 if ( ! ( aClipPath == pSave->aClipPath ) ) in Pop()2208 aClipPath = pSave->aClipPath; in Pop()[all …]
464 WinMtfClipPath aClipPath; member538 WinMtfClipPath aClipPath; member in WinMtfOutput
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()
Completed in 47 milliseconds