Searched refs:aNewArr1 (Results 1 – 1 of 1) sorted by relevance
665 ImplPointArray aNewArr1; in ImplPostProcess() local674 aNewArr1.ImplSetSize( nCount ); in ImplPostProcess()675 pLast = &( aNewArr1[ 0 ] ); in ImplPostProcess()687 pLast = pLeast = &( aNewArr1[ nNewPos++ ] ); in ImplPostProcess()693 aNewArr1.ImplSetRealSize( nCount = nNewPos ); in ImplPostProcess()698 *pLast = aNewArr1[ 0 ]; in ImplPostProcess()702 pLeast = &( aNewArr1[ n++ ] ); in ImplPostProcess()706 while( n < nCount && aNewArr1[ n ].X() == pLast->X() ) in ImplPostProcess()707 pLeast = &( aNewArr1[ n++ ] ); in ImplPostProcess()711 while( n < nCount && aNewArr1[ n ].Y() == pLast->Y() ) in ImplPostProcess()[all …]
Completed in 11 milliseconds