Searched refs:pPoints1 (Results 1 – 1 of 1) sorted by relevance
505 Point* pPoints1 = NULL; in GetCountour() local513 pPoints1 = new Point[ nWidth ]; in GetCountour()525 pPoints1[ nPolyPos ] = Point( nX, nY ); in GetCountour()550 pPoints1 = new Point[ nHeight ]; in GetCountour()562 pPoints1[ nPolyPos ] = Point( nX, nY ); in GetCountour()588 aRetPoly = Polygon( nPolyPos, pPoints1 ); in GetCountour()598 delete[] pPoints1; in GetCountour()
Completed in 9 milliseconds