Lines Matching refs:Width

482 	if( aDestSize.Width() && aDestSize.Height() )  in Play()
487 if( !aTmpPrefSize.Width() ) in Play()
488 aTmpPrefSize.Width() = aDestSize.Width(); in Play()
493 Fraction aScaleX( aDestSize.Width(), aTmpPrefSize.Width() ); in Play()
783 nMoveX = VOS_ABS( aOldPrefSize.Width() ) - 1, fScaleX = -1.0; in Mirror()
837 pModAct->Move( aOffset.Width(), aOffset.Height() ); in Move()
873 aOffset.Width() = static_cast<long>(aOffset.Width() * (double)aMap.GetScaleX()); in Move()
880 pModAct->Move( aOffset.Width(), aOffset.Height() ); in Move()
903 aPrefSize.Width() = FRound( aPrefSize.Width() * fScaleX ); in Scale()
956 return Point( FRound( fCos * nX + fSin * nY ) + rRotatePt.X() + rOffset.Width(), in ImplGetRotatedPoint()
968 aRet.Move( rOffset.Width(), rOffset.Height() ); in ImplGetRotatedPolygon()
981 aRet.Move( rOffset.Width(), rOffset.Height() ); in ImplGetRotatedPolyPolygon()
1891 aClipStack.back().Move( aDelta.Width(), aDelta.Width() ); in GetBoundRect()
2526 UInt32ToSVBT32( pAct->GetSize().Width(), aBT32 ); in GetChecksum()
2550 UInt32ToSVBT32( pAct->GetDestSize().Width(), aBT32 ); in GetChecksum()
2562 UInt32ToSVBT32( pAct->GetSrcSize().Width(), aBT32 ); in GetChecksum()
2604 UInt32ToSVBT32( pAct->GetSize().Width(), aBT32 ); in GetChecksum()
2628 UInt32ToSVBT32( pAct->GetDestSize().Width(), aBT32 ); in GetChecksum()
2640 UInt32ToSVBT32( pAct->GetSrcSize().Width(), aBT32 ); in GetChecksum()
2688 UInt32ToSVBT32( pAct->GetSize().Width(), aBT32 ); in GetChecksum()
2715 UInt32ToSVBT32( pAct->GetDestSize().Width(), aBT32 ); in GetChecksum()
2727 UInt32ToSVBT32( pAct->GetSrcSize().Width(), 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()
3045 && ( sal::static_int_cast< unsigned long >(aSizePix.Width()) > in CreateThumbnail()
3051 double fWH = static_cast< double >( aSizePix.Width() ) / aSizePix.Height(); in CreateThumbnail()
3055 aSizePix.Width() = FRound( nMaximumExtent * fWH ); in CreateThumbnail()
3060 aSizePix.Width() = nMaximumExtent; in CreateThumbnail()
3064 …aDrawSize.Width() = FRound( ( static_cast< double >( aDrawSize.Width() ) * aSizePix.Width() ) / aO… in CreateThumbnail()
3081 …aBackPosPix = Point( ( nMaximumExtent - aSizePix.Width() ) >> 1, ( nMaximumExtent - aSizePix.Heigh… in CreateThumbnail()