Home
last modified time | relevance | path

Searched refs:nSegmentCount (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx824 sal_Int32 nSegmentCount = static_cast< sal_Int32 >( fWidthAngleRadian/fAngleSubdivisionRadian ); in getCircularArcBezierCoords() local
825 if( fWidthAngleRadian > fAngleSubdivisionRadian*nSegmentCount ) in getCircularArcBezierCoords()
826 nSegmentCount++; in getCircularArcBezierCoords()
830 if(nSegmentCount==1) in getCircularArcBezierCoords()
841 if(nSegmentCount>1) in getCircularArcBezierCoords()
843 …fLastSegmentAngle = fWidthAngleRadian-fFirstSegmentAngle-fAngleSubdivisionRadian*(nSegmentCount-2); in getCircularArcBezierCoords()
845 nSegmentCount--; in getCircularArcBezierCoords()
849 nSegmentCount++; in getCircularArcBezierCoords()
854 …sal_Int32 nPointCount = 1 + 3*nSegmentCount; //first point of next segment equals last point o… in getCircularArcBezierCoords()
870 for(sal_Int32 nSegment=0; nSegment<nSegmentCount; nSegment++) in getCircularArcBezierCoords()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx3003 const sal_uInt32 nSegmentCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in reSegmentPolygon() local
3005 if(nSegmentCount == nSegments) in reSegmentPolygon()

Completed in 54 milliseconds