Home
last modified time | relevance | path

Searched refs:m_real_height (Results 1 – 6 of 6) sorted by last modified time

/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/curses/
H A Dscrollpad.cpp64 m_real_height(height) in Scrollpad()
70 assert(m_real_height >= m_height); in refresh()
71 size_t max_beginning = m_real_height - m_height; in refresh()
85 assert(m_real_height >= m_height); in scroll()
86 size_t max_beginning = m_real_height - m_height; in scroll()
129 m_real_height = m_height; in clear()
261 m_real_height = std::max(write_buffer(true), m_height); in flush()
262 if (m_real_height > m_height) in flush()
263 recreate(m_width, m_real_height); in flush()
H A Dscrollpad.h78 size_t m_real_height; member
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/corona/
H A Dcorona.cpp62 m_real_height = -1; in Corona()
103 m_real_height = height; in setUpSurface()
108 m_image = m_real_image + m_width * (m_real_height - m_height); in setUpSurface()
109 m_reflArray = (int*)malloc((m_real_height - m_height) + m_width); in setUpSurface()
298 double fwidth = (m_real_height - m_height) * REFL_INC_WIDTH + REFL_MIN_WIDTH; in genReflectedWaves()
304 for (int i = 0; i < m_real_height - m_height; ++i) in genReflectedWaves()
318 int offsetDest = (m_real_height - m_height - 1) * m_width; in drawReflected()
319 int offsetSrc = (m_real_height - m_height) * m_width; in drawReflected()
321 for (int i = m_real_height - m_height; i--;) in drawReflected()
339 int n = (m_real_height - 2) * m_width; in blurImage()
H A Dcorona.h81 int m_real_height; variable
128 int getHeight() const { return m_real_height; } in getHeight()
/dports/games/flobopuyo/flobopuyo-0.20/
H A Dcorona.cpp40 m_real_height = -1; in Corona()
82 m_real_height = height; in setUpSurface()
87 m_image = m_real_image + m_width * (m_real_height - m_height); in setUpSurface()
88 m_reflArray = (int*)calloc(1,m_real_height - m_height + 1); in setUpSurface()
274 double fwidth = (m_real_height - m_height) * REFL_INC_WIDTH + REFL_MIN_WIDTH; in genReflectedWaves()
277 m_reflArray = new int[m_real_height - m_height + 1]; in genReflectedWaves()
279 for (int i = 0; i < (m_real_height - m_height); ++i) in genReflectedWaves()
293 int offsetDest = (m_real_height - m_height - 1) * m_width; in drawReflected()
294 int offsetSrc = (m_real_height - m_height) * m_width; in drawReflected()
296 for (int i = m_real_height - m_height; i--;) in drawReflected()
[all …]
H A Dcorona.h64 int m_real_height; variable
111 int getHeight() const { return m_real_height; } in getHeight()