Lines Matching refs:rPoly
304 Polygon& rPoly = rContour[ j ]; in ScaleContour() local
306 for ( sal_uInt16 i = 0, nCount = rPoly.GetSize(); i < nCount; i++ ) in ScaleContour()
309 aNewPoint = pOutDev->PixelToLogic( rPoly[ i ], aDispMap ); in ScaleContour()
311 aNewPoint = pOutDev->LogicToLogic( rPoly[ i ], aGrfMap, aDispMap ); in ScaleContour()
313 rPoly[ i ] = Point( FRound( aNewPoint.X() * fScaleX ), FRound( aNewPoint.Y() * fScaleY ) ); in ScaleContour()
562 Polygon& rPoly = aPolyPoly[ j ]; in SetPolyPolygon() local
564 for ( sal_uInt16 i = 0, nCount = rPoly.GetSize(); i < nCount; i++ ) in SetPolyPolygon()
566 Point& rPt = rPoly[ i ]; in SetPolyPolygon()
599 Polygon& rPoly = aRetPolyPoly[ j ]; in GetPolyPolygon() local
601 for ( sal_uInt16 i = 0, nCount = rPoly.GetSize(); i < nCount; i++ ) in GetPolyPolygon()
603 Point& rPt = rPoly[ i ]; in GetPolyPolygon()
689 Polygon& rPoly = aPolyPoly[ 0 ]; in ReducePoints() local
692 const sal_uInt16 nSize = rPoly.GetSize(); in ReducePoints()
696 aPtPix = pOutDev->LogicToPixel( rPoly[ 0 ], aMapMode ); in ReducePoints()
700 const Point& rNewPt = rPoly[ i ]; in ReducePoints()
708 rPoly[ ++nCounter ] = rNewPt; in ReducePoints()
713 rPoly.SetSize( nCounter ); in ReducePoints()