Home
last modified time | relevance | path

Searched refs:m_height (Results 226 – 250 of 3819) sorted by relevance

12345678910>>...153

/dports/games/minetest/minetest-5.4.1/src/gui/
H A DguiChatConsole.cpp135 m_height = 0; in closeConsoleAtOnce()
185 m_height = m_height * screensize.Y / m_screensize.Y; in draw()
197 if (m_height > 0) in draw()
235 if (m_height != goal) in animate()
241 if (m_height < goal) in animate()
244 if (m_height + max_change < goal) in animate()
245 m_height += max_change; in animate()
247 m_height = goal; in animate()
253 m_height -= max_change; in animate()
255 m_height = goal; in animate()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Assets/
H A DTexture.cpp41 m_height(height), in Texture()
47 assert(m_height > 0); in Texture()
48 assert(buffer.size() >= m_width * m_height * 3); in Texture()
56 m_height(height), in Texture()
63 assert(m_height > 0); in Texture()
65 assert(m_buffers[i].size() >= (m_width * m_height) / ((1 << i) * (1 << i)) * 3); in Texture()
73 m_height(height), in Texture()
94 return m_height; in height()
153 size_t mipHeight = m_height; //potHeight; in prepare()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/phys/place/
H A Dplace_pads.c55 g_place_rowHeight = cell->m_parent->m_height; in globalPreplace()
89 g_place_padBounds.y -= padType->m_height; in globalPreplace()
91 g_place_padBounds.h = g_place_coreBounds.h+2*padType->m_height; in globalPreplace()
109 cell->m_y = g_place_padBounds.y+cell->m_parent->m_height*0.5; in globalPreplace()
119 cell->m_y = g_place_padBounds.h+g_place_padBounds.y-cell->m_parent->m_height*0.5; in globalPreplace()
129 cell->m_y = g_place_padBounds.y+cell->m_parent->m_height*0.5 + nextPos; in globalPreplace()
130 nextPos += (g_place_padBounds.h-padType->m_height) / eastPads; in globalPreplace()
139 cell->m_y = g_place_padBounds.h+g_place_padBounds.y-cell->m_parent->m_height*0.5 - nextPos; in globalPreplace()
140 nextPos += (g_place_padBounds.h-padType->m_height) / westPads; in globalPreplace()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/include/
H A Dagg_rendering_buffer.h39 m_height(0), in row_accessor()
49 m_height(0), in row_accessor()
61 m_height = height; in attach()
73 AGG_INLINE unsigned height() const { return m_height; } in height()
134 unsigned m_height; // Height in pixels variable
152 m_height(0), in row_ptr_cache()
162 m_height(0), in row_ptr_cache()
173 m_height = height; in attach()
200 AGG_INLINE unsigned height() const { return m_height; } in height()
264 unsigned m_height; // Height in pixels variable
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/include/
H A Dagg_rendering_buffer.h39 m_height(0), in row_accessor()
49 m_height(0), in row_accessor()
61 m_height = height; in attach()
73 AGG_INLINE unsigned height() const { return m_height; } in height()
134 unsigned m_height; // Height in pixels variable
152 m_height(0), in row_ptr_cache()
162 m_height(0), in row_ptr_cache()
173 m_height = height; in attach()
200 AGG_INLINE unsigned height() const { return m_height; } in height()
264 unsigned m_height; // Height in pixels variable
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/include/
H A Dagg_rendering_buffer.h39 m_height(0), in row_accessor()
49 m_height(0), in row_accessor()
61 m_height = height; in attach()
73 AGG_INLINE unsigned height() const { return m_height; } in height()
134 unsigned m_height; // Height in pixels variable
152 m_height(0), in row_ptr_cache()
162 m_height(0), in row_ptr_cache()
173 m_height = height; in attach()
200 AGG_INLINE unsigned height() const { return m_height; } in height()
264 unsigned m_height; // Height in pixels variable
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/include/
H A Dagg_rendering_buffer.h40 m_height(0), in row_accessor()
50 m_height(0), in row_accessor()
62 m_height = height; in attach()
74 AGG_INLINE unsigned height() const { return m_height; } in height()
135 unsigned m_height; // Height in pixels variable
153 m_height(0), in row_ptr_cache()
163 m_height(0), in row_ptr_cache()
174 m_height = height; in attach()
201 AGG_INLINE unsigned height() const { return m_height; } in height()
265 unsigned m_height; // Height in pixels variable
/dports/math/curv/curv-0.5/libcurv/viewer/
H A Dfbo.cc30 Fbo::Fbo():m_id(0), m_old_fbo_id(0), m_texture(0), m_depth_buffer(0), m_width(0), m_height(0), m_al… in Fbo()
59 m_height = _height; in allocate()
65 … glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, m_width, m_height,0, GL_RGBA, GL_UNSIGNED_BYTE, NULL); in allocate()
77 glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT16, m_width, m_height); in allocate()
79 glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH_COMPONENT, m_width, m_height); in allocate()
103 glViewport(0.0f, 0.0f, m_width, m_height); in bind()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-qt/
H A Dplaylist-slider.cc45 y = (first * (m_height - 19) + range / 2) / range; in draw()
49 for (int i = 0; i < m_height / 29; i ++) in draw()
57 y = aud::clamp (y, 0, m_height - 19); in set_pos()
62 int range = m_height - 19; in set_pos()
105 m_list (list), m_height (height), in PlaylistSlider()
114 m_height = height; in resize()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins/
H A Dplaylist-slider.cc45 y = (first * (m_height - 19) + range / 2) / range; in draw()
49 for (int i = 0; i < m_height / 29; i ++) in draw()
57 y = aud::clamp (y, 0, m_height - 19); in set_pos()
62 int range = m_height - 19; in set_pos()
105 m_list (list), m_height (height), in PlaylistSlider()
114 m_height = height; in resize()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/26-occlusion/
H A Docclusion.cpp78 m_height = _height; in init()
86 init.resolution.height = m_height; in init()
175 if (!entry::processEvents(m_width, m_height, m_debug, m_reset, &m_mouseState) ) in update()
184 , uint16_t(m_height) in update()
213 …bx::mtxProj(proj, 90.0f, float(m_width)/float(m_height), 0.1f, 10000.0f, bgfx::getCaps()->homogene… in update()
216 bgfx::setViewRect(0, 0, 0, uint16_t(m_width), uint16_t(m_height) ); in update()
219 bgfx::setViewRect(1, 0, 0, uint16_t(m_width), uint16_t(m_height) ); in update()
226 …bgfx::setViewRect(2, 10, uint16_t(m_height - m_height/4 - 10), uint16_t(m_width/4), uint16_t(m_hei… in update()
297 uint32_t m_height; member in __anon26c0e1610111::ExampleOcclusion
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/26-occlusion/
H A Docclusion.cpp78 m_height = _height; in init()
86 init.resolution.height = m_height; in init()
175 if (!entry::processEvents(m_width, m_height, m_debug, m_reset, &m_mouseState) ) in update()
184 , uint16_t(m_height) in update()
213 …bx::mtxProj(proj, 90.0f, float(m_width)/float(m_height), 0.1f, 10000.0f, bgfx::getCaps()->homogene… in update()
216 bgfx::setViewRect(0, 0, 0, uint16_t(m_width), uint16_t(m_height) ); in update()
219 bgfx::setViewRect(1, 0, 0, uint16_t(m_width), uint16_t(m_height) ); in update()
226 …bgfx::setViewRect(2, 10, uint16_t(m_height - m_height/4 - 10), uint16_t(m_width/4), uint16_t(m_hei… in update()
297 uint32_t m_height; member in __anonc31e0f890111::ExampleOcclusion
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dtilemap.cpp50 m_height(0), in TileMap()
85 m_height(-1), in TileMap()
158 reader.get("height", m_height); in TileMap()
159 if (m_width < 0 || m_height < 0) { in TileMap()
162 m_height = 0; in TileMap()
224 for (int y = 0; y < m_height; y++) { in apply_offset_x()
241 for (int y = 0; y < m_height; y++) { in apply_offset_y()
257 m_new_size_y = m_height; in get_settings()
521 m_height = newheight; in set()
578 m_height = new_height; in resize()
[all …]
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/HTMLGenerator/
H A DImageSizeCheckBox.h19 , m_height(height) in ImageSizeCheckBox()
26 , m_height(-1) in ImageSizeCheckBox()
36 return m_height; in height()
40 return text(m_width, m_height, withOutSpaces); in text()
61 int m_height; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/demos/bombs/
H A Dgame.cpp53 m_width = m_height = 0; in Init()
58 m_height = aHeight; in Init()
62 for(y=0; y<m_height; y++) in Init()
81 for(y=0; y<m_height; y++) in Init()
89 if (yy>=0 && yy<m_height && (yy!=y || xx!=x)) in Init()
93 m_numRemainingCells = m_height*m_width-m_numBombCells; in Init()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dcaret.h78 bool IsOk() const { return m_width != 0 && m_height != 0; } in IsOk()
95 if ( height ) *height = m_height; in GetSize()
97 wxSize GetSize() const { return wxSize(m_width, m_height); } in GetSize()
105 m_height = height; in SetSize()
157 m_height = height; in DoCreate()
173 m_width = m_height = 0; in Init()
178 int m_width, m_height; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dgdiimage.h37 m_width = m_height = m_depth = 0; in wxGDIImageRefData()
45 m_height = data.m_height; in wxGDIImageRefData()
55 void SetSize(int w, int h) { m_width = w; m_height = h; } in SetSize()
63 int m_width, m_height; variable
112 int GetHeight() const { return IsNull() ? 0 : GetGDIImageData()->m_height; } in GetHeight()
118 wxSize(GetGDIImageData()->m_width, GetGDIImageData()->m_height); in GetSize()
122 void SetHeight(int h) { AllocExclusive(); GetGDIImageData()->m_height = h; } in SetHeight()
/dports/math/ogdf/OGDF/include/ogdf/basic/
H A DSkiplist.h81 m_height = 1; in Skiplist()
93 int h = m_height - 1; in isElement()
109 if(nh > m_height) in add()
112 int h = m_height - 1; in add()
149 m_height = 1;
162 int m_height; variable
181 for(int i = newheight; i-- > m_height;) { in grow()
184 m_height = newheight; in grow()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dgdiimage.h37 m_width = m_height = m_depth = 0; in wxGDIImageRefData()
45 m_height = data.m_height; in wxGDIImageRefData()
55 void SetSize(int w, int h) { m_width = w; m_height = h; } in SetSize()
63 int m_width, m_height; variable
112 int GetHeight() const { return IsNull() ? 0 : GetGDIImageData()->m_height; } in GetHeight()
118 wxSize(GetGDIImageData()->m_width, GetGDIImageData()->m_height); in GetSize()
122 void SetHeight(int h) { AllocExclusive(); GetGDIImageData()->m_height = h; } in SetHeight()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_span_gradient_image.pas59 m_height : int;
128 m_height:=0;
189 m_height:=height;
209 m_height:=0;
232 result:=m_height;
263 py:=py mod m_height;
266 py:=m_height + py;
295 m_renbuf.attach(m_buffer ,m_width ,m_height ,m_alocdx * 4 );
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_span_gradient_image.pas59 m_height : int;
128 m_height:=0;
189 m_height:=height;
209 m_height:=0;
232 result:=m_height;
263 py:=py mod m_height;
266 py:=m_height + py;
295 m_renbuf.attach(m_buffer ,m_width ,m_height ,m_alocdx * 4 );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_span_gradient_image.pas59 m_height : int;
128 m_height:=0;
189 m_height:=height;
209 m_height:=0;
232 result:=m_height;
263 py:=py mod m_height;
266 py:=m_height + py;
295 m_renbuf.attach(m_buffer ,m_width ,m_height ,m_alocdx * 4 );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_span_gradient_image.pas59 m_height : int;
128 m_height:=0;
189 m_height:=height;
209 m_height:=0;
232 result:=m_height;
263 py:=py mod m_height;
266 py:=m_height + py;
295 m_renbuf.attach(m_buffer ,m_width ,m_height ,m_alocdx * 4 );
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/containers/btree/
H A Dbtree.h93 unsigned int m_height; variable
156 ++m_height; in insert_into_root()
238 if (m_height == 2) in deallocate_children()
418 ++m_height; in bulk_construction()
439 m_height(2), in btree()
462 m_height(2), in btree()
911 --m_height; in erase()
954 m_height = 2, in clear()
984 m_height(2), in m_key_compare()
1018 m_height(2), in m_node_cache()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUITexture.cpp32 : m_height(height), m_info(texture) in CGUITexture()
70 m_height(right.m_height), in CGUITexture()
326 m_frameHeight = (float)m_texture.m_height; in AllocResources()
352 if (m_height == 0) in CalculateSize()
353 m_height = m_frameHeight; in CalculateSize()
358 float newHeight = m_height; in CalculateSize()
376 newHeight = m_height; in CalculateSize()
394 newPosY = m_posY + m_height - newHeight; in CalculateSize()
407 m_diffuseV = float(m_diffuse.m_height); in CalculateSize()
605 if (m_height != height) in SetHeight()
[all …]

12345678910>>...153