Home
last modified time | relevance | path

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

12

/aoo4110/main/o3tl/qa/
H A Dtest-range.cxx103 CPPUNIT_ASSERT_MESSAGE("int overlaps1", t1.overlaps(t1)); in int_test()
104 CPPUNIT_ASSERT_MESSAGE("int overlaps2", t1.overlaps(t2)); in int_test()
105 CPPUNIT_ASSERT_MESSAGE("int overlaps3", ! t1.overlaps(t3)); in int_test()
106 CPPUNIT_ASSERT_MESSAGE("int overlaps4", t1.overlaps(t4)); in int_test()
107 CPPUNIT_ASSERT_MESSAGE("int overlaps5", t1.overlaps(t5)); in int_test()
108 CPPUNIT_ASSERT_MESSAGE("int overlaps6", t1.overlaps(t6)); in int_test()
109 CPPUNIT_ASSERT_MESSAGE("int overlaps7", t1.overlaps(t7)); in int_test()
110 CPPUNIT_ASSERT_MESSAGE("int overlaps8", t1.overlaps(t8)); in int_test()
111 CPPUNIT_ASSERT_MESSAGE("int overlaps9", ! t1.overlaps(t9)); in int_test()
112 CPPUNIT_ASSERT_MESSAGE("int overlaps10", t1.overlaps(t10)); in int_test()
[all …]
/aoo4110/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()
/aoo4110/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx216 bool overlaps(const B3IBox& rBox) const in overlaps() function in basegfx::B3IBox
219 maRangeX.overlaps(rBox.maRangeX) in overlaps()
220 && maRangeY.overlaps(rBox.maRangeY) in overlaps()
221 && maRangeZ.overlaps(rBox.maRangeZ) in overlaps()
H A Db3irange.hxx219 bool overlaps(const B3IRange& rRange) const in overlaps() function in basegfx::B3IRange
222 maRangeX.overlaps(rRange.maRangeX) in overlaps()
223 && maRangeY.overlaps(rRange.maRangeY) in overlaps()
224 && maRangeZ.overlaps(rRange.maRangeZ) in overlaps()
H A Db3drange.hxx250 bool overlaps(const B3DRange& rRange) const in overlaps() function in basegfx::B3DRange
253 maRangeX.overlaps(rRange.maRangeX) in overlaps()
254 && maRangeY.overlaps(rRange.maRangeY) in overlaps()
255 && maRangeZ.overlaps(rRange.maRangeZ) in overlaps()
H A Db2ibox.hxx185 bool overlaps(const B2IBox& rBox) const in overlaps() function in basegfx::B2IBox
188 maRangeX.overlaps(rBox.maRangeX) in overlaps()
189 && maRangeY.overlaps(rBox.maRangeY) in overlaps()
H A Db2irange.hxx186 bool overlaps(const B2IRange& rRange) const in overlaps() function in basegfx::B2IRange
189 maRangeX.overlaps(rRange.maRangeX) in overlaps()
190 && maRangeY.overlaps(rRange.maRangeY) in overlaps()
H A Db2drange.hxx210 bool overlaps(const B2DRange& rRange) const in overlaps() function in basegfx::B2DRange
213 maRangeX.overlaps(rRange.maRangeX) in overlaps()
214 && maRangeY.overlaps(rRange.maRangeY) in overlaps()
H A Dbasicbox.hxx84 using Base::overlaps;
86 bool overlaps(const BasicBox& rBox) const in overlaps() function in basegfx::BasicBox
H A Db1ibox.hxx112 bool overlaps(const B1IBox& rBox) const in overlaps() function in basegfx::B1IBox
114 return maRange.overlaps(rBox.maRange); in overlaps()
H A Db1irange.hxx113 bool overlaps(const B1IRange& rRange) const in overlaps() function in basegfx::B1IRange
115 return maRange.overlaps(rRange.maRange); in overlaps()
H A Db1drange.hxx122 bool overlaps(const B1DRange& rRange) const in overlaps() function in basegfx::B1DRange
124 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.hxx121 bool overlaps( const B2DRange& rRange ) const;
/aoo4110/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()
/aoo4110/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
/aoo4110/main/cosv/inc/cosv/tpl/
H A Drange.hxx65 bool overlaps(
170 range<T>::overlaps(const self & i_other) const in overlaps() function in csv::range
/aoo4110/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 __anoncb7f84880111::JoinRefTokenRanges
417 bJoinRanges = overlaps( in join()
423 bJoinRanges = overlaps( in join()
/aoo4110/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()
/aoo4110/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx294 if(a2DRange.overlaps(maRasterRange)) in impRenderPolygonHairlinePrimitive3D()
334 bPaintIt = a2DRange.overlaps(maRasterRange); in impRenderPolyPolygonMaterialPrimitive3D()

Completed in 206 milliseconds

12