Searched refs:nCurPoly (Results 1 – 1 of 1) sorted by relevance
882 sal_uInt16 nCurPoly( 0 ), nCount( rPolyPoly.Count() ); in ImplVectorize() local884 for( ; nCurPoly < nCount; ++nCurPoly ) in ImplVectorize()886 const Polygon& rPoly = rPolyPoly.GetObject( nCurPoly ); in ImplVectorize()892 if( ( i != nCurPoly ) && rPolyPoly.GetObject( i ).IsInside( rPoly[ 0 ] ) ) in ImplVectorize()914 rPolyPoly.Replace( aNewPoly, nCurPoly ); in ImplVectorize()918 nFirstPoly = nCurPoly; in ImplVectorize()
Completed in 19 milliseconds