Home
last modified time | relevance | path

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

/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx471 Polygon aRetPoly; in GetCountour() local
588 aRetPoly = Polygon( nPolyPos, pPoints1 ); in GetCountour()
589 aRetPoly.SetSize( nNewSize1 + 1 ); in GetCountour()
590 aRetPoly[ nNewSize1 ] = aRetPoly[ 0 ]; in GetCountour()
593 aRetPoly[ nPolyPos++ ] = pPoints2[ --j ]; in GetCountour()
596 aRetPoly.Scale( fFactorX, fFactorY ); in GetCountour()
603 return aRetPoly; in GetCountour()

Completed in 17 milliseconds