Home
last modified time | relevance | path

Searched refs:overlaps (Results 1 – 25 of 55) sorted by relevance

123

/trunk/main/o3tl/qa/
H A Dtest-range.cxx101 ASSERT_TRUE(t1.overlaps(t1)) << "int overlaps1"; in int_test()
102 ASSERT_TRUE(t1.overlaps(t2)) << "int overlaps2"; in int_test()
103 ASSERT_TRUE(! t1.overlaps(t3)) << "int overlaps3"; in int_test()
104 ASSERT_TRUE(t1.overlaps(t4)) << "int overlaps4"; in int_test()
105 ASSERT_TRUE(t1.overlaps(t5)) << "int overlaps5"; in int_test()
106 ASSERT_TRUE(t1.overlaps(t6)) << "int overlaps6"; in int_test()
107 ASSERT_TRUE(t1.overlaps(t7)) << "int overlaps7"; in int_test()
108 ASSERT_TRUE(t1.overlaps(t8)) << "int overlaps8"; in int_test()
109 ASSERT_TRUE(! t1.overlaps(t9)) << "int overlaps9"; in int_test()
110 ASSERT_TRUE(t1.overlaps(t10)) << "int overlaps10"; in int_test()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx326 if(aRangeA.overlaps(aRangeB)) in findCutsAndTouchesAndCommonForBezier()
570 bOverlap = aRangeA.overlaps(aRangeB); in findCuts()
618 bOverlap = aRangeA.overlaps(aRangeB); in findCuts()
822 bOverlap = aRangeA.overlaps(aRangeB); in findCuts()
870 bOverlap = aRangeA.overlaps(aRangeB); in findCuts()
972 if(pTempData[a].getRange().overlaps(pTempData[b].getRange())) in addPointsAtCutsAndTouches()
981 if(pTempData[a].getRange().overlaps(pTempData[b].getRange())) in addPointsAtCutsAndTouches()
1056 if(aPolygonRange.overlaps(aEdgeRange)) in addPointsAtCuts()
1073 if(aCubicRange.overlaps(aEdgeRange)) in addPointsAtCuts()
1080 if(aCubicRange.overlaps(aEdgeRange)) in addPointsAtCuts()
[all …]
H A Db2dtrapezoid.cxx420 if(aRange.overlaps(aCompareRange)) in solveHorizontalEdges()
725 if(aLeftRange.overlaps(aRightRange)) in Subdivide()
774 if(aAllRange.overlaps(aCompareRange)) in Subdivide()
815 if(!bDone && aLeftRange.overlaps(aCompareRange)) in Subdivide()
821 if(!bDone && aRightRange.overlaps(aCompareRange)) in Subdivide()
H A Db3dpolygonclipper.cxx347 else if(!rRange.overlaps(aCandidateRange)) in clipPolygonOnRange()
442 else if(!rRange.overlaps(aCandidateRange)) in clipPolygonOnRange()
/trunk/main/basegfx/source/range/
H A Db2dpolyrange.cxx205 bool overlaps( const B2DRange& rRange ) const in overlaps() function in basegfx::ImplB2DPolyRange
207 if( !maBounds.overlaps( rRange ) ) in overlaps()
213 boost::bind<bool>( boost::mem_fn( &B2DRange::overlaps ), in overlaps()
384 bool B2DPolyRange::overlaps( const B2DRange& rRange ) const in overlaps() function in basegfx::B2DPolyRange
386 return mpImpl->overlaps(rRange); in overlaps()
/trunk/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx217 bool overlaps(const B3IBox& rBox) const in overlaps() function in basegfx::B3IBox
220 maRangeX.overlaps(rBox.maRangeX) in overlaps()
221 && maRangeY.overlaps(rBox.maRangeY) in overlaps()
222 && maRangeZ.overlaps(rBox.maRangeZ) in overlaps()
H A Db3irange.hxx220 bool overlaps(const B3IRange& rRange) const in overlaps() function in basegfx::B3IRange
223 maRangeX.overlaps(rRange.maRangeX) in overlaps()
224 && maRangeY.overlaps(rRange.maRangeY) in overlaps()
225 && maRangeZ.overlaps(rRange.maRangeZ) in overlaps()
H A Db3drange.hxx251 bool overlaps(const B3DRange& rRange) const in overlaps() function in basegfx::B3DRange
254 maRangeX.overlaps(rRange.maRangeX) in overlaps()
255 && maRangeY.overlaps(rRange.maRangeY) in overlaps()
256 && maRangeZ.overlaps(rRange.maRangeZ) in overlaps()
H A Db2ibox.hxx186 bool overlaps(const B2IBox& rBox) const in overlaps() function in basegfx::B2IBox
189 maRangeX.overlaps(rBox.maRangeX) in overlaps()
190 && maRangeY.overlaps(rBox.maRangeY) in overlaps()
H A Db2irange.hxx187 bool overlaps(const B2IRange& rRange) const in overlaps() function in basegfx::B2IRange
190 maRangeX.overlaps(rRange.maRangeX) in overlaps()
191 && maRangeY.overlaps(rRange.maRangeY) in overlaps()
H A Db2drange.hxx211 bool overlaps(const B2DRange& rRange) const in overlaps() function in basegfx::B2DRange
214 maRangeX.overlaps(rRange.maRangeX) in overlaps()
215 && maRangeY.overlaps(rRange.maRangeY) in overlaps()
H A Dbasicbox.hxx85 using Base::overlaps;
87 bool overlaps(const BasicBox& rBox) const in overlaps() function in basegfx::BasicBox
H A Db1ibox.hxx113 bool overlaps(const B1IBox& rBox) const in overlaps() function in basegfx::B1IBox
115 return maRange.overlaps(rBox.maRange); in overlaps()
H A Db1irange.hxx114 bool overlaps(const B1IRange& rRange) const in overlaps() function in basegfx::B1IRange
116 return maRange.overlaps(rRange.maRange); in overlaps()
H A Db1drange.hxx123 bool overlaps(const B1DRange& rRange) const in overlaps() function in basegfx::B1DRange
125 return maRange.overlaps(rRange.maRange); in overlaps()
H A Db2dconnectedranges.hxx114 maTotalBounds.overlaps( rRange ) ); in addRange()
170 aCurrAggregate->maTotalBounds.overlaps( in addRange()
H A Dbasicrange.hxx119 bool overlaps(const BasicRange& rRange) const in overlaps() function in basegfx::BasicRange
217 if( !overlaps( rRange ) ) in intersect()
H A Db2dpolyrange.hxx122 bool overlaps( const B2DRange& rRange ) const;
/trunk/main/sc/source/core/tool/
H A Dreftokenhelper.cxx336 static bool overlaps(T nMin1, T nMax1, T nMin2, T nMax2, T& rNewMin, T& rNewMax) in overlaps() function in __anon9af42db70111::JoinRefTokenRanges
417 bJoinRanges = overlaps( in join()
423 bJoinRanges = overlaps( in join()
/trunk/main/o3tl/inc/o3tl/
H A Drange.hxx64 bool overlaps(
169 range<T>::overlaps(const self & i_other) const in overlaps() function in o3tl::range
/trunk/main/autodoc/inc/cosv/tpl/
H A Drange.hxx65 bool overlaps(
170 range<T>::overlaps(const self & i_other) const in overlaps() function in csv::range
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrpage.cxx457 if(!aViewRange.isEmpty() && !aViewRange.overlaps(aObjectRange)) in getPrimitive2DSequenceHierarchy()
706 if(!aViewRange.isEmpty() && !aViewRange.overlaps(aObjectRange)) in getPrimitive2DSequenceHierarchy()
H A Dviewobjectcontactofgroup.cxx86 if(!aViewRange.isEmpty() && !aViewRange.overlaps(aObjectRange)) in getPrimitive2DSequenceHierarchy()
H A Dviewobjectcontactofmasterpagedescriptor.cxx129 else if(aPageFillRange.overlaps(aSubHierarchyRange)) in getPrimitive2DSequenceHierarchy()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx345 if(a2DRange.overlaps(maRasterRange)) in impRenderPolygonHairlinePrimitive3D()
385 bPaintIt = a2DRange.overlaps(maRasterRange); in impRenderPolyPolygonMaterialPrimitive3D()

Completed in 83 milliseconds

123