Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/filter/wmf/
H A Demfwr.cxx672 sal_uInt16 nBezPoints = 0; in ImplWritePath() local
674 …while ( ( ( nBezPoints + n + 2 ) < rPoly.GetSize() ) && ( rPoly.GetFlags( nBezPoints + n ) == POLY… in ImplWritePath()
675 nBezPoints += 3; in ImplWritePath()
677 if ( nBezPoints ) in ImplWritePath()
680 Polygon aNewPoly( nBezPoints + 1 ); in ImplWritePath()
682 for ( o = 0; o < nBezPoints; o++ ) in ImplWritePath()
685 (*mpStm) << (sal_uInt32)nBezPoints; in ImplWritePath()
689 n = n + nBezPoints; in ImplWritePath()
/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx2008 sal_uInt16 i, j, k, nPoints, nBezPoints, nPolyCount = aPolyPolygon.Count(); in CreatePolygonProperties() local
2012 for ( nBezPoints = nPoints = i = 0; i < nPolyCount; i++ ) in CreatePolygonProperties()
2019 nBezPoints++; in CreatePolygonProperties()
2026 sal_uInt32 nSegmentBufSize = ( ( nBezPoints << 2 ) + 8 ); in CreatePolygonProperties()

Completed in 40 milliseconds