Searched refs:activeAreaHeight (Results 1 – 4 of 4) sorted by relevance
35 const int32_t activeAreaHeight = 35; variable98 …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()
70 uint32_t activeAreaHeight() const;
221 uint32_t RawData::activeAreaHeight() const in activeAreaHeight() function in OpenRaw::RawData
124 *height = t->activeAreaHeight(); in or_rawdata_get_active_area()