Searched refs:pPoints2 (Results 1 – 1 of 1) sorted by relevance
506 Point* pPoints2 = NULL; in GetCountour() local514 pPoints2 = new Point[ nWidth ]; in GetCountour()533 pPoints2[ nPolyPos ] = Point( nX, nY ); in GetCountour()551 pPoints2 = new Point[ nHeight ]; in GetCountour()570 pPoints2[ nPolyPos ] = Point( nX, nY ); in GetCountour()593 aRetPoly[ nPolyPos++ ] = pPoints2[ --j ]; in GetCountour()599 delete[] pPoints2; in GetCountour()
Completed in 11 milliseconds