Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Object.h281 BYTE GetArea(int32_t &aX, int32_t &aY, int32_t &aWdt, int32_t &aHgt) const;
293 BYTE GetEntranceArea(int32_t &aX, int32_t &aY, int32_t &aWdt, int32_t &aHgt) const;
H A DC4Object.cpp1583 BYTE C4Object::GetArea(int32_t &aX, int32_t &aY, int32_t &aWdt, int32_t &aHgt) const in GetArea() argument
1587 aWdt=Shape.Wdt; aHgt=Shape.Hgt; in GetArea()
1591 BYTE C4Object::GetEntranceArea(int32_t &aX, int32_t &aY, int32_t &aWdt, int32_t &aHgt) const in GetEntranceArea() argument
1599 aWdt=Def->Entrance.Wdt; in GetEntranceArea()
1606 aWdt=0; aHgt=0; in GetEntranceArea()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdedtv1.cxx1687 Fraction aWdt(nSizX,aRect.Right()-aRect.Left()); in SetGeoAttrToMarked() local
1696 ResizeMultMarkedObj(aRef, aWdt, aHgt, bChgWdh, bChgHgt); in SetGeoAttrToMarked()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdedtv1.cxx1686 Fraction aWdt(nSizX,aRect.Right()-aRect.Left()); in SetGeoAttrToMarked() local
1695 ResizeMultMarkedObj(aRef, aWdt, aHgt, bChgWdh, bChgHgt); in SetGeoAttrToMarked()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodraw/
H A Dunoshape.cxx1200 Fraction aWdt(aLocalSize.Width(),aRect.Right()-aRect.Left()); in setSize() local
1203 GetSdrObject()->Resize(aPt,aWdt,aHgt); in setSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/unodraw/
H A Dunoshape.cxx1224 Fraction aWdt(aLocalSize.Width(),aRect.Right()-aRect.Left()); in setSize() local
1227 GetSdrObject()->Resize(aPt,aWdt,aHgt); in setSize()