Searched refs:aNormSize (Results 1 – 3 of 3) sorted by relevance
544 Size aNormSize; in Impl_writeText() local552 aNormSize = Size( mpVDev->GetTextWidth( rText ), 0 ); in Impl_writeText()558 aNormSize = Size( mpVDev->GetTextArray( rText, pOwnArray ), 0 ); in Impl_writeText()564 …aNormSize.Width() = pDX[ nLen - 2 ] + mpVDev->GetTextWidth( rText.GetChar( (sal_uInt16) nLen - 1 … in Impl_writeText()566 if( nWidth && aNormSize.Width() && ( nWidth != aNormSize.Width() ) ) in Impl_writeText()568 const double fFactor = (double) nWidth / aNormSize.Width(); in Impl_writeText()727 aPoly[ 1 ].X() = aPoly[ 0 ].X() + aNormSize.Width() - 1; in Impl_writeText()743 aPoly[ 1 ].X() = aPoly[ 0 ].X() + aNormSize.Width() - 1; in Impl_writeText()
793 Size aNormSize; in ImplWriteText() local815 aNormSize = Size( mpVDev->GetTextWidth( rText ), 0 ); in ImplWriteText()821 aNormSize = Size( mpVDev->GetTextArray( rText, apTmpArray.get() ), 0 ); in ImplWriteText()897 aNormSize.Width() = pDX[ nLen - 2 ] + mpVDev->GetTextWidth( rText.GetChar( nLen - 1 ) ); in ImplWriteText()899 if( nWidth && aNormSize.Width() && ( nWidth != aNormSize.Width() ) ) in ImplWriteText()901 const double fFactor = (double) nWidth / aNormSize.Width(); in ImplWriteText()969 … aPoly[ 1 ].X() = aBaseLinePos.X() + aNormSize.Width() - 1; aPoly[ 1 ].Y() = aPoly[ 0 ].Y(); in ImplWriteText()981 … aPoly[ 1 ].X() = aBaseLinePos.X() + aNormSize.Width() - 1; aPoly[ 1 ].Y() = aPoly[ 0 ].Y(); in ImplWriteText()
412 static Size aNormSize( IMAGE_SIZE_NORMAL, IMAGE_SIZE_NORMAL ); in implts_checkAndScaleGraphic() local430 bMustScale = ( aSize != aNormSize ); in implts_checkAndScaleGraphic()435 aBitmap.Scale( aNormSize ); in implts_checkAndScaleGraphic()
Completed in 27 milliseconds