Home
last modified time | relevance | path

Searched refs:aMaxSizePix (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx1060 Size aMaxSizePix; in CreateAnimObj() local
1084 aMaxSizePix.Width() = Max( aMaxSizePix.Width(), aTmpSizePix.Width() ); in CreateAnimObj()
1085 aMaxSizePix.Height() = Max( aMaxSizePix.Height(), aTmpSizePix.Height() ); in CreateAnimObj()
1113 aPt.Y() = (aMaxSizePix.Height() - aBitmapSize.Height()) >> 1; in CreateAnimObj()
1117 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
1121 aPt.X() = (aMaxSizePix.Width() - aBitmapSize.Width()) >> 1; in CreateAnimObj()
1125 aPt.X() = (aMaxSizePix.Width() - aBitmapSize.Width()) >> 1; in CreateAnimObj()
1126 aPt.Y() = (aMaxSizePix.Height() - aBitmapSize.Height()) >> 1; in CreateAnimObj()
1130 aPt.X() = (aMaxSizePix.Width() - aBitmapSize.Width()) >> 1; in CreateAnimObj()
1131 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
[all …]