Home
last modified time | relevance | path

Searched refs:nSegments (Results 1 – 9 of 9) sorted by relevance

/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx45 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 …]
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx302 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()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx2015 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 Db2dpolypolygontools.cxx489 B2DPolyPolygon reSegmentPolyPolygon(const B2DPolyPolygon& rCandidate, sal_uInt32 nSegments) in reSegmentPolyPolygon() argument
495 aRetval.append(reSegmentPolygon(rCandidate.getB2DPolygon(a), nSegments)); in reSegmentPolyPolygon()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx335 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()
/trunk/main/oox/source/export/
H A Dvmlexport.cxx438 sal_uInt16 nSegments = impl_GetUInt16( pSegmentIt ); in Commit() local
441 for ( ; nSegments; --nSegments ) in Commit()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygontools.hxx199 …PUBLIC B2DPolyPolygon reSegmentPolyPolygon(const B2DPolyPolygon& rCandidate, sal_uInt32 nSegments);
H A Db2dpolygontools.hxx429 BASEGFX_DLLPUBLIC B2DPolygon reSegmentPolygon(const B2DPolygon& rCandidate, sal_uInt32 nSegments);
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1216 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 65 milliseconds