Home
last modified time | relevance | path

Searched refs:Intersection (Results 1 – 25 of 115) sorted by relevance

12345

/trunk/main/tools/source/generic/
H A Dline.cxx46 sal_Bool Line::Intersection( const Line& rLine, Point& rIntersection ) const in Intersection() function in Line
51 if( Intersection( rLine, fX, fY ) ) in Intersection()
65 sal_Bool Line::Intersection( const Line& rLine, double& rIntersectionX, double& rIntersectionY ) co… in Intersection() function in Line
118 sal_Bool Line::Intersection( const Rectangle& rRect, Line& rIntersection ) const in Intersection() function in Line
138 if( Intersection( Line( aTL, aTR ), *pCurIntersection ) ) in Intersection()
141 if( Intersection( Line( aTR, aBR ), *pCurIntersection ) ) in Intersection()
144 if( pCurIntersection && Intersection( Line( aBR, aBL ), *pCurIntersection ) ) in Intersection()
147 if( pCurIntersection && Intersection( Line( aBL, aTL ), *pCurIntersection ) ) in Intersection()
/trunk/main/sdext/source/presenter/
H A DPresenterUIPainter.cxx87 PresenterGeometryHelper::Intersection(rRepaintBox, aLeftBoundingBox), in PaintHorizontalBitmapComposite()
105 PresenterGeometryHelper::Intersection(rRepaintBox, aRightBoundingBox), in PaintHorizontalBitmapComposite()
126 PresenterGeometryHelper::Intersection(rRepaintBox, aCenterBoundingBox), in PaintHorizontalBitmapComposite()
192 PresenterGeometryHelper::Intersection(rRepaintBox, aTopBoundingBox), in PaintVerticalBitmapComposite()
211 PresenterGeometryHelper::Intersection(rRepaintBox, aBottomBoundingBox), in PaintVerticalBitmapComposite()
232 PresenterGeometryHelper::Intersection(rRepaintBox, aCenterBoundingBox), in PaintVerticalBitmapComposite()
H A DPresenterGeometryHelper.hxx73 static css::awt::Rectangle Intersection (
77 static css::geometry::RealRectangle2D Intersection (
H A DPresenterCanvasHelper.cxx95 PresenterGeometryHelper::Intersection(rRepaintBox, rOuterBoundingBox)); in PaintRectangle()
98 PresenterGeometryHelper::Intersection(rRepaintBox, rContentBoundingBox)); in PaintRectangle()
H A DPresenterGeometryHelper.cxx138 awt::Rectangle PresenterGeometryHelper::Intersection ( in Intersection() function in sdext::presenter::PresenterGeometryHelper
155 geometry::RealRectangle2D PresenterGeometryHelper::Intersection ( in Intersection() function in sdext::presenter::PresenterGeometryHelper
H A DPresenterPaneBorderPainter.cxx859 aRectangles.push_back(PresenterGeometryHelper::Intersection(rUpdateBox, rOuterBox)); in SetupClipping()
860 aRectangles.push_back(PresenterGeometryHelper::Intersection(rUpdateBox, aInnerBox)); in SetupClipping()
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx64 aDstRect.Intersection( rRect ); in DBG_NAMEEX()
416 aDstRect.Intersection( aPolyRect ); in DrawTransparent()
423 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawTransparent()
663 aDstRect.Intersection( aOutRect ); in DrawTransparent()
670 aDstRect.Intersection( LogicToPixel( aPaintRgn.GetBoundRect() ) ); in DrawTransparent()
1003 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper()
1013 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper()
1023 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper()
1033 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper()
H A Dalpha.cxx135 aRectDst.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel()
145 aRectSrc.Intersection( Rectangle( Point(), aCopySizePix ) ); in CopyPixel()
179 aRectSrc.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel()
H A Doutdev2.cxx117 aCropRect.Intersection( Rectangle( Point(), rSizePix ) ); in ImplAdjustTwoRect()
199 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in ImplDrawOutDevDirect()
280 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in DrawOutDev()
413 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in CopyArea()
1225 aClipRegionBounds.Intersection( Rectangle( aPosAry.mnDestX, in ImplDrawBitmapEx()
2215 aDstRect.Intersection( LogicToPixel( aPaintRgn.GetBoundRect() ) ); in ImplDrawAlpha()
2230 if( !aDstRect.Intersection( Rectangle( aOutPt, aOutSz ) ).IsEmpty() ) in ImplDrawAlpha()
2269 && !aBmpRect.Intersection( Rectangle( rSrcPtPixel, rSrcSizePixel ) ).IsEmpty() ) in ImplDrawAlpha()
H A Dprint2.cxx1172 aBoundRect.Intersection( aOutputRect ); in RemoveTransparenciesFromMetaFile()
1217 … if( !Rectangle( aDstPtPix, aDstSzPix ).Intersection( aBoundRect ).IsEmpty() && in RemoveTransparenciesFromMetaFile()
1384 if( aSrcRect.Intersection( aBmpRect ) != aBmpRect ) in GetDownsampledBitmap()
1453 if( aSrcRect.Intersection( aBmpRect ) != aBmpRect ) in GetDownsampledBitmapEx()
H A Dbitmap.cxx899 aRect.Intersection( Rectangle( Point(), aSizePix ) ); in Crop()
946 aRectDst.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel()
1014 aRectSrc.Intersection( Rectangle( Point(), aCopySizePix ) ); in CopyPixel()
1072 aRectSrc.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel()
1385 aRect.Intersection( Rectangle( Point(), GetSizePixel() ) ); in CreateRegion()
H A Doutdev4.cxx941 aDstRect.Intersection( aBoundRect ); in DrawGradient()
948 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawGradient()
1353 if( rLine.Intersection( aCurSegment, fX, fY ) ) in ImplDrawHatchLine()
/trunk/main/tools/inc/tools/
H A Dline.hxx59 …sal_Bool Intersection( const Line& rLine, double& rIntersectionX, double& rIntersection…
60 sal_Bool Intersection( const Line& rLine, Point& rIntersection ) const;
61 sal_Bool Intersection( const Rectangle& rRect, Line& rIntersection ) const;
H A Dgen.hxx428 Rectangle& Intersection( const Rectangle& rRect );
650 return aTmpRect.Intersection( rRect ); in GetIntersection()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx2129 aStFrm.Intersection( pStartFrm->PaintArea() ); in CalcFrmRects()
2133 aEndFrm.Intersection( pEndFrm->PaintArea() ); in CalcFrmRects()
2172 aTmp2.Intersection( aEndFrm ); in CalcFrmRects()
2193 aTmp.Intersection( aStFrm ); in CalcFrmRects()
2211 aTmp.Intersection( aStFrm ); in CalcFrmRects()
2246 aTmp2.Intersection( aEndFrm ); in CalcFrmRects()
2267 aTmp.Intersection( aEndFrm ); in CalcFrmRects()
2289 aTmp.Intersection( aEndFrm ); in CalcFrmRects()
2319 aTmp.Intersection( aStFrm ); in CalcFrmRects()
2336 aTmp.Intersection( aEndFrm ); in CalcFrmRects()
[all …]
H A Dpaintfrm.cxx2012 aTmpGrf.Intersection( rOut ); in DrawGraphic()
2923 aRect.Intersection( pSh->VisArea() ); in Paint()
3918 aTabOutRect.Intersection( aTabRect ); in Paint()
5111 aInter.Intersection( rRect ); in PaintGrid()
5891 aRect.Intersection( rRect ); in PaintBackground()
6318 aOut.Intersection( PaintArea() ); in PaintSubsidiaryLines()
6597 aRetouche.Intersection( pGlobalShell->VisArea() ); in Retouche()
/trunk/main/sw/inc/
H A Dswrect.hxx78 SwRect &Intersection( const SwRect& rRect );
313 return SwRect( *this ).Intersection( rRect ); in GetIntersection()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx253 aDrawRect.Intersection( aClipRect ); in CreateObj()
269 aCircle.Intersection( aClipRect ); in CreateObj()
287 aDrawRect.Intersection( aClipRect ); in CreateObj()
H A Dcontwnd.cxx282 aWorkRect.Intersection( aGraphRect ); in MouseButtonUp()
/trunk/main/sfx2/source/doc/
H A Dgraphhelp.cxx244 aOverlayRect.Intersection( aBmpRect ); in mergeBitmaps_Impl()
339 …aOverlayRect.Intersection( pOverlayRect ? *pOverlayRect : Rectangle( aNullPt, pOverlay->GetSizePix… in createThumb_Impl()
/trunk/main/sw/source/core/text/
H A Dfrmpaint.cxx251 if( aRct.Intersection( aRect ).IsEmpty() ) in PaintExtra()
283 if( aRct.Intersection( aRect ).IsEmpty() ) in PaintRedline()
/trunk/main/sw/source/core/bastyp/
H A Dswregion.cxx236 SwRect aInter( *(pData + i) );aInter.Intersection( *(pData + j)); in Compress()
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx1155 aPxPaintRect.Intersection( aPxOutRect ); in Paint()
1248 aPageRect.Intersection( _aInvalidCoreRect ); in Repaint()
/trunk/main/sw/source/core/access/
H A Daccfrmobj.cxx292 aBox.Intersection( mpFrm->GetUpper()->Frm() ); in GetBox()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx237 maDestPixel.Intersection(aRectPixel); in impBufferDevice()

Completed in 133 milliseconds

12345