Lines Matching refs:pLast
667 Point* pLast; in ImplPostProcess() local
675 pLast = &( aNewArr1[ 0 ] ); in ImplPostProcess()
676 pLast->X() = BACK_MAP( rArr[ 0 ].X() ); in ImplPostProcess()
677 pLast->Y() = BACK_MAP( rArr[ 0 ].Y() ); in ImplPostProcess()
685 if( nX != pLast->X() || nY != pLast->Y() ) in ImplPostProcess()
687 pLast = pLeast = &( aNewArr1[ nNewPos++ ] ); in ImplPostProcess()
697 pLast = &( aNewArr2[ 0 ] ); in ImplPostProcess()
698 *pLast = aNewArr1[ 0 ]; in ImplPostProcess()
704 if( pLeast->X() == pLast->X() ) in ImplPostProcess()
706 while( n < nCount && aNewArr1[ n ].X() == pLast->X() ) in ImplPostProcess()
709 else if( pLeast->Y() == pLast->Y() ) in ImplPostProcess()
711 while( n < nCount && aNewArr1[ n ].Y() == pLast->Y() ) in ImplPostProcess()
715 aNewArr2[ nNewPos++ ] = *( pLast = pLeast ); in ImplPostProcess()