Searched refs:nPolyPos (Results 1 – 2 of 2) sorted by relevance
434 sal_uInt16 i, nPolyPos; in ImplEndAdd() local457 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()474 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()479 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()496 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()507 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()512 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd()530 aArr.ImplSetRealSize( nPolyPos ); in ImplEndAdd()541 sal_uInt16 i, nPolyPos; in ImplEndAdd() local611 aArr[ nPolyPos ].X() = nLastX; 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 …]
Completed in 27 milliseconds