Searched refs:nSegmentCount (Results 1 – 2 of 2) sorted by relevance
824 sal_Int32 nSegmentCount = static_cast< sal_Int32 >( fWidthAngleRadian/fAngleSubdivisionRadian ); in getCircularArcBezierCoords() local825 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 …]
3003 const sal_uInt32 nSegmentCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in reSegmentPolygon() local3005 if(nSegmentCount == nSegments) in reSegmentPolygon()
Completed in 51 milliseconds