Home
last modified time | relevance | path

Searched refs:nEdgeCount (Results 1 – 17 of 17) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx196 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in adaptiveSubdivideByDistance()
293 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in adaptiveSubdivideByAngle()
358 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in adaptiveSubdivideByCount()
679 nIndex = nEdgeCount; in getPositionAbsolute()
1642 if(nEdgeCount) in isInEpsilonRange()
1645 for(sal_uInt32 a(0); a < nEdgeCount; a++) in isInEpsilonRange()
2591 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in getSmallestDistancePointToPolygon()
2644 if(rEdgeIndex != nEdgeCount - 1L) in getSmallestDistancePointToPolygon()
3206 for(sal_uInt32 a(0); a < nEdgeCount; a++) in createSimplifiedPolygon()
3284 aRetval.reserve( nEdgeCount+1); in simplifyCurveSegments()
[all …]
H A Db2dpolygoncutandtouch.cxx202 const sal_uInt32 nEdgeCount(rPolygon.count() ? rPolygon.count() - 1L : 0L); in adaptAndTransferCutsWithBezierSegment() local
204 if(nTempPointCount && nEdgeCount) in adaptAndTransferCutsWithBezierSegment()
210 const double fRelativeCutPos(fCutPosInPolygon / (double)nEdgeCount); in adaptAndTransferCutsWithBezierSegment()
535 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in findCuts() local
537 if(nEdgeCount) in findCuts()
546 for(sal_uInt32 a(0L); a < nEdgeCount - 1L; a++) in findCuts()
559 for(sal_uInt32 b(a + 1L); b < nEdgeCount; b++) in findCuts()
604 for(sal_uInt32 a(0L); a < nEdgeCount - 1L; a++) in findCuts()
610 for(sal_uInt32 b(a + 1L); b < nEdgeCount; b++) in findCuts()
736 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in findTouches()
[all …]
H A Db2dlinegeometry.cxx234 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in subdivideToSimple() local
242 for(sal_uInt32 a(0); a < nEdgeCount; a++) in subdivideToSimple()
840 const sal_uInt32 nEdgeCount(bIsClosed ? nPointCount : nPointCount - 1); in createAreaGeometry() local
843 if(nEdgeCount) in createAreaGeometry()
861 for(sal_uInt32 a(0); a < nEdgeCount; a++) in createAreaGeometry()
928 const bool bLast(a + 1 == nEdgeCount); in createAreaGeometry()
H A Db2dpolygonclipper.cxx104 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolygonOnParallelAxis() local
108 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in clipPolygonOnParallelAxis()
432 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolyPolygonOnPolyPolygon() local
436 for(sal_uInt32 b(0); b < nEdgeCount; b++) in clipPolyPolygonOnPolyPolygon()
H A Db3dpolygontools.cxx404 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in applyLineDashing() local
413 for(sal_uInt32 a(0); a < nEdgeCount; a++) in applyLineDashing()
832 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in isInEpsilonRange() local
835 if(nEdgeCount) in isInEpsilonRange()
838 for(sal_uInt32 a(0); a < nEdgeCount; a++) in isInEpsilonRange()
H A Db3dpolygonclipper.cxx200 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolygonOnOrthogonalPlane() local
211 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in clipPolygonOnOrthogonalPlane()
257 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in clipPolygonOnOrthogonalPlane()
H A Db2dtrapezoid.cxx1168 const sal_uInt32 nEdgeCount(aSource.isClosed() ? nPointCount : nPointCount - 1); in createLineTrapezoidFromB2DPolygon() local
1171 ro_Result.reserve(ro_Result.size() + (3 * nEdgeCount)); in createLineTrapezoidFromB2DPolygon()
1173 for(sal_uInt32 a(0); a < nEdgeCount; a++) in createLineTrapezoidFromB2DPolygon()
H A Db2dpolygon.cxx561 const sal_uInt32 nEdgeCount(rSource.isClosed() ? nPointCount : nPointCount - 1); in getB2DRange() local
563 if(nEdgeCount) in getB2DRange()
568 for(sal_uInt32 b(0); b < nEdgeCount; b++) in getB2DRange()
H A Db2dsvgpolypolygon.cxx726 … const sal_uInt32 nEdgeCount(aPolygon.isClosed() ? nPointCount : nPointCount - 1); in exportToSvgD() local
749 for(sal_uInt32 nIndex(0); nIndex < nEdgeCount; nIndex++) in exportToSvgD()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx65 const sal_uInt32 nEdgeCount(rPolygon.isClosed() ? nCount : nCount - 1); in impAddB2DPolygonToGDIPlusGraphicsPathReal() local
70 for(sal_uInt32 a(0); a < nEdgeCount; a++) in impAddB2DPolygonToGDIPlusGraphicsPathReal()
92 if(a + 1 < nEdgeCount) in impAddB2DPolygonToGDIPlusGraphicsPathReal()
111 const sal_uInt32 nEdgeCount(rPolygon.isClosed() ? nCount : nCount - 1); in impAddB2DPolygonToGDIPlusGraphicsPathInteger() local
116 for(sal_uInt32 a(0); a < nEdgeCount; a++) in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
138 if(a + 1 < nEdgeCount) in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx338 const sal_uInt32 nEdgeCount(rLine.isClosed() ? nPointCount : nPointCount - 1); in rasterconvertB3DPolygon() local
340 for(sal_uInt32 a(0); a < nEdgeCount; a++) in rasterconvertB3DPolygon()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx593 nEdgeCount( 0 ), in DXFBoundaryPathData()
663 nEdgeCount = rDGR.GetI(); in EvaluateGroup()
H A Ddxfentrd.hxx450 sal_Int32 nEdgeCount; // 93 member
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx130 const sal_uInt32 nEdgeCount(aSubA.isClosed() ? nPointCount : nPointCount - 1L); in impAddInBetweenFill() local
143 for(sal_uInt32 b(0L); b < nEdgeCount; b++) in impAddInBetweenFill()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1389 const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount + 1 : nPointCount); in HandleLineInfoPolyPolygons() local
1393 for(sal_uInt32 b(0); b < nEdgeCount; b++) in HandleLineInfoPolyPolygons()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1063 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount + 1: nPointCount); in doPolyPolygonPath() local
1068 for(sal_uInt32 b(0); b < nEdgeCount; b++) in doPolyPolygonPath()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx9218 const sal_uInt32 nEdgeCount(aPoly.isClosed() ? nPointCount : nPointCount - 1); in drawPolyLine() local
9221 for(sal_uInt32 a(0); a < nEdgeCount; a++) in drawPolyLine()

Completed in 165 milliseconds