Lines Matching refs:aNewArr1
665 ImplPointArray aNewArr1; in ImplPostProcess() local
674 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()
712 pLeast = &( aNewArr1[ n++ ] ); in ImplPostProcess()