Home
last modified time | relevance | path

Searched refs:rClipRect (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/basebmp/inc/basebmp/
H A Dclippedlinerenderer.hxx198 const basegfx::B2IRange& rClipRect, in renderClippedLine() argument
207 rClipRect); in renderClippedLine()
209 rClipRect); in renderClippedLine()
260 rClipRect.getMinX(), basegfx::tools::RectClipFlags::LEFT, in renderClippedLine()
261 rClipRect.getMaxX(), basegfx::tools::RectClipFlags::RIGHT, in renderClippedLine()
262 rClipRect.getMinY(), basegfx::tools::RectClipFlags::TOP, in renderClippedLine()
263 rClipRect.getMaxY(), basegfx::tools::RectClipFlags::BOTTOM, in renderClippedLine()
336 rClipRect.getMinY(), basegfx::tools::RectClipFlags::TOP, in renderClippedLine()
337 rClipRect.getMaxY(), basegfx::tools::RectClipFlags::BOTTOM, in renderClippedLine()
338 rClipRect.getMinX(), basegfx::tools::RectClipFlags::LEFT, in renderClippedLine()
[all …]
H A Dpolypolygonrenderer.hxx145 const basegfx::B2IRange& rClipRect, in renderClippedPolyPolygon() argument
149 const sal_Int32 nClipX1( std::max((sal_Int32)0,rClipRect.getMinX()) ); in renderClippedPolyPolygon()
150 const sal_Int32 nClipX2( rClipRect.getMaxX() ); in renderClippedPolyPolygon()
151 const sal_Int32 nClipY1( std::max((sal_Int32)0,rClipRect.getMinY()) ); in renderClippedPolyPolygon()
152 const sal_Int32 nClipY2( rClipRect.getMaxY() ); in renderClippedPolyPolygon()
/aoo41x/main/basegfx/source/tools/
H A Dliangbarsky.cxx75 const ::basegfx::B2DRange& rClipRect ) in liangBarskyClip2D()
83 return rClipRect.isInside( io_rStart ); in liangBarskyClip2D()
89 if( liangBarskyClipT(nDX, rClipRect.getMinX() - io_rStart.getX(), in liangBarskyClip2D()
92 if( liangBarskyClipT(-nDX, io_rStart.getX() - rClipRect.getMaxX(), in liangBarskyClip2D()
95 if( liangBarskyClipT(nDY, rClipRect.getMinY() - io_rStart.getY(), in liangBarskyClip2D()
98 if( liangBarskyClipT(-nDY, io_rStart.getY() - rClipRect.getMaxY(), in liangBarskyClip2D()
/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1229 void ImplRenderer::updateClipping( const ::Rectangle& rClipRect, in updateClipping() argument
1244 rState.clipRect = rClipRect; in updateClipping()
1249 rState.clipRect.Intersection( rClipRect ); in updateClipping()
1265 ::basegfx::B2DRectangle( rClipRect.Left(), in updateClipping()
1266 rClipRect.Top(), in updateClipping()
1267 rClipRect.Right(), in updateClipping()
1268 rClipRect.Bottom() ) ) ); in updateClipping()
/aoo41x/main/basegfx/inc/basegfx/tools/
H A Dtools.hxx58 const ::basegfx::B2DRange& rClipRect );
/aoo41x/main/filter/source/flash/
H A Dswfwriter1.cxx931 …, const Point& /* rSrcPt */, const Size& /* rSrcSz */, const Rectangle& rClipRect, bool bNeedToMap… in Impl_writeImage() argument
951 if (!rClipRect.IsEmpty()) in Impl_writeImage()
957 Size clipSize( bNeedToMapClipRect ? map(rClipRect.GetSize()) : rClipRect.GetSize() ); in Impl_writeImage()
H A Dswfwriter.hxx361 … const Size& rSz, const Point& rSrcPt, const Size& rSrcSz, const Rectangle& rClipRect, bool bMap );
/aoo41x/main/cppcanvas/source/inc/
H A Dimplrenderer.hxx112 void updateClipping( const ::Rectangle& rClipRect,

Completed in 116 milliseconds