Searched refs:nBezPoints (Results 1 – 2 of 2) sorted by relevance
672 sal_uInt16 nBezPoints = 0; in ImplWritePath() local674 …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()
2008 sal_uInt16 i, j, k, nPoints, nBezPoints, nPolyCount = aPolyPolygon.Count(); in CreatePolygonProperties() local2012 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 43 milliseconds