Lines Matching refs:Height

482 	if( aDestSize.Width() && aDestSize.Height() )  in Play()
490 if( !aTmpPrefSize.Height() ) in Play()
491 aTmpPrefSize.Height() = aDestSize.Height(); in Play()
494 Fraction aScaleY( aDestSize.Height(), aTmpPrefSize.Height() ); in Play()
788 nMoveY = VOS_ABS( aOldPrefSize.Height() ) - 1, fScaleY = -1.0; in Mirror()
837 pModAct->Move( aOffset.Width(), aOffset.Height() ); in Move()
874 aOffset.Height() = static_cast<long>(aOffset.Height() * (double)aMap.GetScaleY()); in Move()
880 pModAct->Move( aOffset.Width(), aOffset.Height() ); in Move()
904 aPrefSize.Height() = FRound( aPrefSize.Height() * fScaleY ); in Scale()
957 -FRound( fSin * nX - fCos * nY ) + rRotatePt.Y() + rOffset.Height() ); in ImplGetRotatedPoint()
968 aRet.Move( rOffset.Width(), rOffset.Height() ); in ImplGetRotatedPolygon()
981 aRet.Move( rOffset.Width(), rOffset.Height() ); in ImplGetRotatedPolyPolygon()
2529 UInt32ToSVBT32( pAct->GetSize().Height(), aBT32 ); in GetChecksum()
2553 UInt32ToSVBT32( pAct->GetDestSize().Height(), aBT32 ); in GetChecksum()
2565 UInt32ToSVBT32( pAct->GetSrcSize().Height(), aBT32 ); in GetChecksum()
2607 UInt32ToSVBT32( pAct->GetSize().Height(), aBT32 ); in GetChecksum()
2631 UInt32ToSVBT32( pAct->GetDestSize().Height(), aBT32 ); in GetChecksum()
2643 UInt32ToSVBT32( pAct->GetSrcSize().Height(), aBT32 ); in GetChecksum()
2691 UInt32ToSVBT32( pAct->GetSize().Height(), aBT32 ); in GetChecksum()
2718 UInt32ToSVBT32( pAct->GetDestSize().Height(), aBT32 ); in GetChecksum()
2730 UInt32ToSVBT32( pAct->GetSrcSize().Height(), aBT32 ); in GetChecksum()
3034 …const Point aBRPix( aVDev.LogicToPixel( Point( GetPrefSize().Width() - 1, GetPrefSize().Height in CreateThumbnail()
3044 if ( aSizePix.Width() && aSizePix.Height() in CreateThumbnail()
3047 sal::static_int_cast< unsigned long >(aSizePix.Height()) > in CreateThumbnail()
3051 double fWH = static_cast< double >( aSizePix.Width() ) / aSizePix.Height(); in CreateThumbnail()
3056 aSizePix.Height() = nMaximumExtent; in CreateThumbnail()
3061 aSizePix.Height() = FRound( nMaximumExtent / fWH ); in CreateThumbnail()
3065 …aDrawSize.Height() = FRound( ( static_cast< double >( aDrawSize.Height() ) * aSizePix.Height() ) /… in CreateThumbnail()
3081 …= Point( ( nMaximumExtent - aSizePix.Width() ) >> 1, ( nMaximumExtent - aSizePix.Height() ) >> 1 ); in CreateThumbnail()