Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx881 sal_Int32 nFirstPoly = -1; in ImplVectorize() local
917 if( ( 0 == nDepth ) && ( -1 == nFirstPoly ) ) in ImplVectorize()
918 nFirstPoly = nCurPoly; in ImplVectorize()
922 if( nFirstPoly > 0 ) in ImplVectorize()
924 const Polygon aFirst( rPolyPoly.GetObject( static_cast< sal_uInt16 >( nFirstPoly ) ) ); in ImplVectorize()
926 rPolyPoly.Remove( static_cast< sal_uInt16 >( nFirstPoly ) ); in ImplVectorize()

Completed in 15 milliseconds