Searched refs:nSegments (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 45 sal_uInt32 nSegments, in getLineTubeSegments() argument 58 nLineTubeSegments = nSegments; in getLineTubeSegments() 106 sal_uInt32 nSegments, in getLineCapSegments() argument 119 nLineCapSegments = nSegments; in getLineCapSegments() 160 sal_uInt32 nSegments, in getLineCapRoundSegments() argument 173 nLineCapRoundSegments = nSegments; in getLineCapRoundSegments() 181 sal_uInt32 nVerSeg(nSegments / 2); in getLineCapRoundSegments() 191 nSegments, in getLineCapRoundSegments() 230 sal_uInt32 nSegments, in getLineJoinSegments() argument 238 const sal_uInt32 nVerSeg(nSegments >> 1L); in getLineJoinSegments() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | rtfsdrexport.cxx | 302 sal_uInt16 nSegments = impl_GetUInt16( pSegmentIt ); in Commit() local 304 aSegmentInfo.append("2;").append((sal_Int32)nSegments); in Commit() 307 for ( ; nSegments; --nSegments ) in Commit()
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 2015 const sal_uInt32 nSegments(STEPSPERQUARTER * 4); in createPolygonFromUnitEllipseSegment() local 2017 const sal_uInt32 nStartSegment(sal_uInt32(fStart / fAnglePerSegment) % nSegments); in createPolygonFromUnitEllipseSegment() 2018 const sal_uInt32 nEndSegment(sal_uInt32(fEnd / fAnglePerSegment) % nSegments); in createPolygonFromUnitEllipseSegment() 2047 sal_uInt32 nSegment((nStartSegment + 1) % nSegments); in createPolygonFromUnitEllipseSegment() 2061 nSegment = (nSegment + 1) % nSegments; in createPolygonFromUnitEllipseSegment() 2995 B2DPolygon reSegmentPolygon(const B2DPolygon& rCandidate, sal_uInt32 nSegments) in reSegmentPolygon() argument 3000 if(nPointCount && nSegments) in reSegmentPolygon() 3005 if(nSegmentCount == nSegments) in reSegmentPolygon() 3012 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nSegments : nSegments + 1L); in reSegmentPolygon() 3016 const double fRelativePos((double)a / (double)nSegments); // 0.0 .. 1.0 in reSegmentPolygon()
|
H A D | b2dpolypolygontools.cxx | 489 B2DPolyPolygon reSegmentPolyPolygon(const B2DPolyPolygon& rCandidate, sal_uInt32 nSegments) in reSegmentPolyPolygon() argument 495 aRetval.append(reSegmentPolygon(rCandidate.getB2DPolygon(a), nSegments)); in reSegmentPolyPolygon()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | shapeexport4.cxx | 335 sal_Int32 nSegments = rSegments.getLength(); in ImpExportEnhancedPath() local 336 sal_Bool bSimpleSegments = nSegments == 0; in ImpExportEnhancedPath() 338 nSegments = 4; in ImpExportEnhancedPath() 339 for ( j = i = 0; j < nSegments; j++ ) in ImpExportEnhancedPath() 437 j = nSegments; // error -> exiting in ImpExportEnhancedPath()
|
/aoo41x/main/oox/source/export/ |
H A D | vmlexport.cxx | 438 sal_uInt16 nSegments = impl_GetUInt16( pSegmentIt ); in Commit() local 441 for ( ; nSegments; --nSegments ) in Commit()
|
/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolypolygontools.hxx | 198 B2DPolyPolygon reSegmentPolyPolygon(const B2DPolyPolygon& rCandidate, sal_uInt32 nSegments);
|
H A D | b2dpolygontools.hxx | 428 B2DPolygon reSegmentPolygon(const B2DPolygon& rCandidate, sal_uInt32 nSegments);
|
/aoo41x/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 1216 const sal_uInt16 nSegments = aPolygon.GetSize() >> 2; in ReadBezier() local 1217 Polygon aBezPoly( nSegments * nSegPoints ); in ReadBezier() 1220 for( nSeg = 0, nBezPos = 0, nStartPos = 0; nSeg < nSegments; nSeg++, nStartPos += 4 ) in ReadBezier()
|
Completed in 151 milliseconds