Home
last modified time | relevance | path

Searched refs:isClosed (Results 1 – 25 of 94) sorted by path

1234

/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx533 if( nVertices > 1 && aPoly.isClosed() ) in implDrawPolygon()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygon.hxx246 bool isClosed() const;
H A Db2dpolypolygon.hxx111 bool isClosed() const;
H A Db3dpolygon.hxx118 bool isClosed() const;
H A Db3dpolypolygon.hxx105 bool isClosed() const;
/trunk/main/basegfx/inc/basegfx/tools/
H A Dunopolypolygon.hxx58 …virtual ::sal_Bool SAL_CALL isClosed( ::sal_Int32 index ) throw (::com::sun::star::lang::IndexOutO…
/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx151 bool isClosed() const in isClosed() function in PolygonPointList
H A Dpolygontemplate.hxx151 bool isClosed() const in isClosed() function in ImplPolygonTemplate
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx234 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in subdivideToSimple()
332 aRetval.setClosed(rCandidate.isClosed()); in subdivideToSimple()
839 const bool bIsClosed(aCandidate.isClosed()); in createAreaGeometry()
H A Db2dpolygon.cxx561 const sal_uInt32 nEdgeCount(rSource.isClosed() ? nPointCount : nPointCount - 1); in getB2DRange()
714 bool isClosed() const in isClosed() function in ImplB2DPolygon
1460 if(bNextIndexValidWithoutClose || mpPolygon->isClosed()) in isBezierSegment()
1485 if(bNextIndexValidWithoutClose || mpPolygon->isClosed()) in getBezierSegment()
1585 bool B2DPolygon::isClosed() const in isClosed() function in basegfx::B2DPolygon
1587 return mpPolygon->isClosed(); in isClosed()
1592 if(isClosed() != bNew) in setClosed()
H A Db2dpolygonclipper.cxx104 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolygonOnParallelAxis()
432 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolyPolygonOnPolyPolygon()
H A Db2dpolygoncutandtouch.cxx177 if(rCandidate.isClosed()) in mergeTemporaryPointsAndPolygon()
305 …OSL_ENSURE(!rCandidateA.isClosed() && !rCandidateB.isClosed(), "findCutsAndTouchesAndCommonForBezi… in findCutsAndTouchesAndCommonForBezier()
535 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in findCuts()
733 const sal_uInt32 nEdgeCount(rEdgePolygon.isClosed() ? nEdgePointCount : nEdgePointCount - 1L); in findTouches()
793 const sal_uInt32 nEdgeCountA(rCandidateA.isClosed() ? nPointCountA : nPointCountA - 1L); in findCuts()
794 const sal_uInt32 nEdgeCountB(rCandidateB.isClosed() ? nPointCountB : nPointCountB - 1L); in findCuts()
1058 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nCount : nCount - 1); in addPointsAtCuts()
1120 const sal_uInt32 nEdgeCountA(rCandidate.isClosed() ? nCountA : nCountA - 1); in addPointsAtCuts()
H A Db2dpolygontools.cxx62 if(rCandidate.isClosed()) in openWithGeometryChange()
81 if(!rCandidate.isClosed()) in closeWithGeometryChange()
244 if(rCandidate.isClosed()) in adaptiveSubdivideByDistance()
317 if(rCandidate.isClosed()) in adaptiveSubdivideByAngle()
382 if(rCandidate.isClosed()) in adaptiveSubdivideByCount()
653 if(rCandidate.isClosed()) in getPositionAbsolute()
669 if(rCandidate.isClosed()) in getPositionAbsolute()
2369 if( !rPoly.isClosed() || in isRectangle()
2637 if(rCandidate.isClosed()) in getSmallestDistancePointToPolygon()
3120 aRetval.setClosed(rOld1.isClosed() && rOld2.isClosed()); in interpolate()
[all …]
H A Db2dpolypolygon.cxx345 bool B2DPolyPolygon::isClosed() const in isClosed() function in basegfx::B2DPolyPolygon
353 if(!(mpPolyPolygon->getB2DPolygon(a)).isClosed()) in isClosed()
364 if(bNew != isClosed()) in setClosed()
H A Db2dsvgpolypolygon.cxx726 … const sal_uInt32 nEdgeCount(aPolygon.isClosed() ? nPointCount : nPointCount - 1); in exportToSvgD()
940 if(aPolygon.isClosed()) in exportToSvgD()
H A Db2dtrapezoid.cxx1168 const sal_uInt32 nEdgeCount(aSource.isClosed() ? nPointCount : nPointCount - 1); in createLineTrapezoidFromB2DPolygon()
H A Db3dpolygon.cxx922 bool isClosed() const in isClosed() function in ImplB3DPolygon
1771 bool B3DPolygon::isClosed() const in isClosed() function in basegfx::B3DPolygon
1773 return mpPolygon->isClosed(); in isClosed()
1778 if(isClosed() != bNew) in setClosed()
H A Db3dpolygonclipper.cxx200 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolygonOnOrthogonalPlane()
H A Db3dpolygontools.cxx232 if(rCandidate.isClosed() || ((nIndex + 1L) != nPointCount)) in getEdgeLength()
252 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in getLength()
288 if(rCandidate.isClosed()) in getPositionAbsolute()
305 if(rCandidate.isClosed()) in getPositionAbsolute()
404 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in applyLineDashing()
832 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in isInEpsilonRange()
1101 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in isPointOnPolygon()
1173 const bool bClosed(rCandidateA.isClosed()); in equal()
1175 if(bClosed != rCandidateB.isClosed()) in equal()
H A Db3dpolypolygon.cxx384 bool B3DPolyPolygon::isClosed() const in isClosed() function in basegfx::B3DPolyPolygon
392 if(!(mpPolyPolygon->getB3DPolygon(a)).isClosed()) in isClosed()
403 if(bNew != isClosed()) in setClosed()
H A Db3dpolypolygontools.cxx620 const bool bIsClosed(aPoly.isClosed()); in B3DPolyPolygonToUnoPolyPolygonShape3D()
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx338 const sal_uInt32 nEdgeCount(rLine.isClosed() ? nPointCount : nPointCount - 1); in rasterconvertB3DPolygon()
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx173 if( xRes.is() && rPoly.isClosed() ) in xPolyPolygonFromB2DPolygon()
207 xRes->setClosed( i, rPolyPoly.getB2DPolygon(i).isClosed() ); in xPolyPolygonFromB2DPolyPolygon()
H A Dunopolypolygon.cxx171 sal_Bool SAL_CALL UnoPolyPolygon::isClosed( in isClosed() function in basegfx::unotools::UnoPolyPolygon
177 return maPolyPoly.getB2DPolygon(index).isClosed(); in isClosed()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx959 aPolygon.isClosed()*aPolygon.areControlPointsUsed() ); in doPolyPolygonImplementation()
1015 if( aPolygon.isClosed() ) in doPolyPolygonImplementation()
1063 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount + 1: nPointCount); in doPolyPolygonPath()

Completed in 168 milliseconds

1234