Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/xoutdev/
H A D_xoutbmp.cxx505 Point* pPoints1 = NULL; in GetCountour() local
513 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 10 milliseconds