Home
last modified time | relevance | path

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

/aoo42x/main/vcl/source/gdi/
H A Dimpvect.cxx668 Point* pLeast; in ImplPostProcess() local
687 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 28 milliseconds