Searched refs:maGlobalSize (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/vcl/source/gdi/ |
| H A D | animate.cxx | 107 maGlobalSize ( rAnimation.maGlobalSize ), in Animation() 152 maGlobalSize = rAnimation.maGlobalSize; in operator =() 173 rAnimation.maGlobalSize == maGlobalSize && in operator ==() 201 rAnimation.maGlobalSize == maGlobalSize && in IsEqual() 225 maGlobalSize = Size(); in SetEmpty() 249 Rectangle aRect( aPoint, maGlobalSize ); in IsTransparent() 298 UInt32ToSVBT32( maGlobalSize.Width(), aBT32 ); in GetChecksum() 301 UInt32ToSVBT32( maGlobalSize.Height(), aBT32 ); in GetChecksum() 321 … return Start( pOut, rDestPt, pOut->PixelToLogic( maGlobalSize ), nExtraData, pFirstFrameOutDev ); in Start() 412 Draw( pOut, rDestPt, pOut->PixelToLogic( maGlobalSize ) ); in Draw() [all …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | animate.hxx | 146 Size maGlobalSize; member in Animation 202 const Size& GetDisplaySizePixel() const { return maGlobalSize; } in GetDisplaySizePixel() 203 void SetDisplaySizePixel( const Size& rSize ) { maGlobalSize = rSize; } in SetDisplaySizePixel()
|