Home
last modified time | relevance | path

Searched refs:nCurPoly (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx882 sal_uInt16 nCurPoly( 0 ), nCount( rPolyPoly.Count() ); in ImplVectorize() local
884 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 12 milliseconds