Searched refs:aOldTextRect (Results 1 – 1 of 1) sorted by relevance
2759 Rectangle aOldTextRect( aRect ); // <- initial text rectangle in ImpCalculateTextFrame() local2767 if ( ( aAdjustedTextRect != aNewTextRect ) && ( aOldTextRect != aAdjustedTextRect ) ) in ImpCalculateTextFrame()2770 double fXScale = (double)aOldTextRect.GetWidth() / (double)aNewTextRect.GetWidth(); in ImpCalculateTextFrame()2771 double fYScale = (double)aOldTextRect.GetHeight() / (double)aNewTextRect.GetHeight(); in ImpCalculateTextFrame()
Completed in 32 milliseconds