Searched refs:pLeast (Results 1 – 1 of 1) sorted by relevance
668 Point* pLeast; in ImplPostProcess() local687 pLast = pLeast = &( aNewArr1[ nNewPos++ ] ); in ImplPostProcess()688 pLeast->X() = nX; in ImplPostProcess()689 pLeast->Y() = nY; in ImplPostProcess()702 pLeast = &( aNewArr1[ n++ ] ); in ImplPostProcess()704 if( pLeast->X() == pLast->X() ) in ImplPostProcess()707 pLeast = &( aNewArr1[ n++ ] ); in ImplPostProcess()709 else if( pLeast->Y() == pLast->Y() ) in ImplPostProcess()712 pLeast = &( aNewArr1[ n++ ] ); in ImplPostProcess()715 aNewArr2[ nNewPos++ ] = *( pLast = pLeast ); in ImplPostProcess()
Completed in 23 milliseconds