Home
last modified time | relevance | path

Searched refs:aPolyPieRect (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4705 Rectangle aPolyPieRect( aXPoly.GetBoundRect() ); in ImportShape() local
4718 if ( aPolyBoundRect.GetWidth() && aPolyPieRect.GetWidth() ) in ImportShape()
4720 fXScale = (double)aLogicRect.GetWidth() / (double)aPolyPieRect.GetWidth(); in ImportShape()
4722 fXOfs = ( (double)aPolyPieRect.Right() - (double)aPolyBoundRect.Right() ) * fXScale; in ImportShape()
4724 fXOfs = ( (double)aPolyBoundRect.Left() - (double)aPolyPieRect.Left() ) * fXScale; in ImportShape()
4726 if ( aPolyBoundRect.GetHeight() && aPolyPieRect.GetHeight() ) in ImportShape()
4728 fYScale = (double)aLogicRect.GetHeight() / (double)aPolyPieRect.GetHeight(); in ImportShape()
4730 fYOfs = ( (double)aPolyPieRect.Bottom() - (double)aPolyBoundRect.Bottom() ) * fYScale; in ImportShape()
4732 fYOfs = ((double)aPolyBoundRect.Top() - (double)aPolyPieRect.Top() ) * fYScale; in ImportShape()
4735 fXScale = (double)aPolyBoundRect.GetWidth() / (double)aPolyPieRect.GetWidth(); in ImportShape()
[all …]

Completed in 48 milliseconds