Searched refs:nPolyPos (Results 1 – 2 of 2) sorted by relevance
434 sal_uInt16 i, nPolyPos; in ImplEndAdd() local435 for( i = 0, nPolyPos = 0; i < ( mnCount - 1 ); i++ ) in ImplEndAdd()457 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()458 aArr[ nPolyPos++ ].Y() = nLastY - 1; in ImplEndAdd()460 aArr[ nPolyPos ].X() = nLastX - 1; in ImplEndAdd()461 aArr[ nPolyPos++ ].Y() = nLastY - 1; in ImplEndAdd()463 aArr[ nPolyPos ].X() = nLastX - 1; in ImplEndAdd()464 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd()468 aArr[ nPolyPos ].X() = nLastX - 1; in ImplEndAdd()469 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd()[all …]
508 sal_uInt16 nPolyPos = 0; in GetCountour() local525 pPoints1[ nPolyPos ] = Point( nX, nY ); in GetCountour()533 pPoints2[ nPolyPos ] = Point( nX, nY ); in GetCountour()540 nPolyPos++; in GetCountour()562 pPoints1[ nPolyPos ] = Point( nX, nY ); in GetCountour()570 pPoints2[ nPolyPos ] = Point( nX, nY ); in GetCountour()577 nPolyPos++; in GetCountour()586 const sal_uInt16 nNewSize1 = nPolyPos << 1; in GetCountour()588 aRetPoly = Polygon( nPolyPos, pPoints1 ); in GetCountour()592 for( sal_uInt16 j = nPolyPos; nPolyPos < nNewSize1; ) in GetCountour()[all …]