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()
1117 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
1121 aPt.X() = (aMaxSizePix.Width() - aBitmapSize.Width()) >> 1; in CreateAnimObj()
1131 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
1135 aPt.X() = aMaxSizePix.Width() - aBitmapSize.Width(); in CreateAnimObj()
1139 aPt.X() = aMaxSizePix.Width() - aBitmapSize.Width(); in CreateAnimObj()
1144 aPt.X() = aMaxSizePix.Width() - aBitmapSize.Width(); in CreateAnimObj()
1145 aPt.Y() = aMaxSizePix.Height() - aBitmapSize.Height(); in CreateAnimObj()
[all …]

Completed in 11 milliseconds