Home
last modified time | relevance | path

Searched defs:AddHeight (Results 1 – 7 of 7) sorted by relevance

/dports/games/spring/spring_98.0/rts/Map/
H A DReadMap.h253 inline float CReadMap::AddHeight(const int idx, const float a) { in AddHeight() function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dswrect.cxx163 void SwRect::AddHeight( const long nAdd ) { m_Size.AdjustHeight(nAdd ); } in AddHeight() function in SwRect
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dswrect.cxx161 void SwRect::AddHeight( const tools::Long nAdd ) { m_Size.AdjustHeight(nAdd ); } in AddHeight() function in SwRect
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdfxml.h36 void AddHeight(double height) { m_height += height; } in AddHeight() function
/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DSmoothHeightMesh.cpp82 float SmoothHeightMesh::AddHeight(int index, float h) in AddHeight() function in SmoothHeightMesh
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dframe.hxx1395 void AddHeight(SwRect& rRect, tools::Long nNew) const { (rRect.*m_fnRect->fnAddHeight)(nNew); } in AddHeight() function in SwRectFnSet
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dframe.hxx1374 void AddHeight(SwRect& rRect, long nNew) const { (rRect.*m_fnRect->fnAddHeight)(nNew); } in AddHeight() function in SwRectFnSet