Searched refs:aPolyPieRect (Results 1 – 1 of 1) sorted by relevance
4692 Rectangle aPolyPieRect( aXPoly.GetBoundRect() ); in ImportShape() local4705 if ( aPolyBoundRect.GetWidth() && aPolyPieRect.GetWidth() ) in ImportShape()4707 … fXScale = (double)aLogicRect.GetWidth() / (double)aPolyPieRect.GetWidth(); in ImportShape()4709 … fXOfs = ( (double)aPolyPieRect.Right() - (double)aPolyBoundRect.Right() ) * fXScale; in ImportShape()4711 … fXOfs = ( (double)aPolyBoundRect.Left() - (double)aPolyPieRect.Left() ) * fXScale; in ImportShape()4713 if ( aPolyBoundRect.GetHeight() && aPolyPieRect.GetHeight() ) in ImportShape()4715 … fYScale = (double)aLogicRect.GetHeight() / (double)aPolyPieRect.GetHeight(); in ImportShape()4717 … fYOfs = ( (double)aPolyPieRect.Bottom() - (double)aPolyBoundRect.Bottom() ) * fYScale; in ImportShape()4719 … fYOfs = ((double)aPolyBoundRect.Top() - (double)aPolyPieRect.Top() ) * fYScale; in ImportShape()4722 … fXScale = (double)aPolyBoundRect.GetWidth() / (double)aPolyPieRect.GetWidth(); in ImportShape()[all …]