Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/dialog/
H A Ddialog_box.cpp35 const int32_t activeAreaHeight = 35; variable
98 …iddleFragmentCount = ( height <= 2 * activeAreaHeight ? 0 : 1 + ( height - 2 * activeAreaHeight ) … in NonFixedFrameBox()
99 _middleFragmentHeight = height <= 2 * activeAreaHeight ? 0 : height - 2 * activeAreaHeight; in NonFixedFrameBox()
103 area.height = activeAreaHeight + activeAreaHeight + _middleFragmentHeight; in NonFixedFrameBox()
118 area.y = _position.y + ( topHeight( evil ) - activeAreaHeight ); in NonFixedFrameBox()
145 …const int32_t chunkHeight = middleLeftHeight >= activeAreaHeight ? activeAreaHeight : middleLeftHe… in redraw()
/dports/graphics/libopenraw/libopenraw-0.3.0/lib/
H A Drawdata.hpp70 uint32_t activeAreaHeight() const;
H A Drawdata.cpp221 uint32_t RawData::activeAreaHeight() const in activeAreaHeight() function in OpenRaw::RawData
/dports/graphics/libopenraw/libopenraw-0.3.0/lib/capi/
H A Drawdata.cpp124 *height = t->activeAreaHeight(); in or_rawdata_get_active_area()