| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_PairFont.cpp | 59 PairFont::GetHeight() const in GetHeight() function in nw::font::PairFont 61 return math::Max(m_Primary->GetHeight(), m_Secondary->GetHeight()); in GetHeight() 67 return m_Primary->GetHeight() >= m_Secondary->GetHeight() ? in GetAscent() 75 return m_Primary->GetHeight() >= m_Secondary->GetHeight() ? in GetDescent() 83 return m_Primary->GetHeight() >= m_Secondary->GetHeight() ? in GetBaselinePos() 91 return m_Primary->GetHeight() >= m_Secondary->GetHeight() ? in GetCellHeight() 170 return m_Primary->GetHeight() >= m_Secondary->GetHeight() ? in SetLineFeed()
|
| D | font_CharWriter.cpp | 176 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize() 179 height / m_pFont->GetHeight() in SetFontSize() 187 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize() 188 const f32 scale = height / m_pFont->GetHeight(); in SetFontSize() 203 return m_pFont->GetHeight() * m_Scale.y; in GetFontHeight()
|
| D | font_TextWriterBase.cpp | 178 return rect.GetHeight(); in CalcFormatStringHeight() 249 return rect.GetHeight(); in CalcStringHeight()
|
| /NW4C-1.2.23/demos/Nw4cDemo/sources/ |
| D | SmLytSliderBar.cpp | 47 SM_LOWER_SCREEN_HALF_SIZE_H + y - m_Collision.GetHeight()/2.f ); in SmLytSliderBar() 50 m_RangeMinY = SM_LOWER_SCREEN_HALF_SIZE_H + y - rectBase.GetHeight()/2.f; in SmLytSliderBar() 51 m_RangeMaxY = SM_LOWER_SCREEN_HALF_SIZE_H + y + rectBase.GetHeight()/2.f; in SmLytSliderBar() 89 m_Collision.SetXY( m_Collision.GetX(), posY - m_Collision.GetHeight()/2.f ); in SetParam()
|
| D | SmTouchPanelCamera.cpp | 138 …on.GetX(), m_Collision.GetY() + m_Collision.GetHeight(), nw::ut::Col… in Render() 140 …on.GetX() + m_Collision.GetWidth(), m_Collision.GetY() + m_Collision.GetHeight(), nw::ut::Col… in Render() 175 s32 centerY = m_Collision.GetY() + m_Collision.GetHeight()/2.f; in calcCamera()
|
| D | SmLytButton.cpp | 82 SM_LOWER_SCREEN_HALF_SIZE_H + y - m_Collision.GetHeight()/2.f ); in SetPosition()
|
| D | SmLayout.cpp | 67 posy = SM_LOWER_SCREEN_HALF_SIZE_H - pos.y - rect.GetHeight()/2.f; in GetRect()
|
| D | demo.cpp | 283 … m_Tab0VisibleBtn = new SmButton( rect.GetX(), rect.GetY(), rect.GetWidth(), rect.GetHeight() ); in InitializeScene() 290 … m_Tab1VisibleBtn = new SmButton( rect.GetX(), rect.GetY(), rect.GetWidth(), rect.GetHeight() ); in InitializeScene() 298 … m_Tab2VisibleBtn = new SmButton( rect.GetX(), rect.GetY(), rect.GetWidth(), rect.GetHeight() ); in InitializeScene()
|
| /NW4C-1.2.23/demos/Nw4cDemo/include/ |
| D | SmRectCollision.h | 54 f32 colh = m_Collision.GetHeight(); in CheckInner() 95 f32 GetHeight() const { return m_Collision.GetHeight(); } in GetHeight() function
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_Rect.h | 109 f32 GetHeight() const { return bottom - top; } in GetHeight() function 149 bottom = y + GetHeight(); in MoveTo()
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_OrthoProjectionUpdater.cpp | 95 NW_ASSERT(m_Resource.GetRect().GetHeight() != 0); in Update() 98 float halfHeight = m_Resource.GetRect().GetHeight() / 2.0f; in Update()
|
| D | gfx_OffScreenBuffer.cpp | 41 m_BackBufferObject.SetHeight( resTexture.GetHeight() ); in OffScreenBuffer()
|
| D | gfx_IRenderTarget.cpp | 79 description.height = texture.GetHeight(); in CreateOffScreenBuffer()
|
| D | gfx_FrustumProjectionUpdater.cpp | 95 float halfHeight = m_Resource.GetRect().GetHeight() / 2.0f; in Update()
|
| /NW4C-1.2.23/include/nw/font/ |
| D | font_PairFont.h | 61 virtual int GetHeight() const;
|
| D | font_ResFontBase.h | 53 virtual int GetHeight() const;
|
| D | font_Font.h | 193 virtual int GetHeight() const = 0;
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_GraphicsDevice.h | 628 nw::ut::Float24::Float32ToBits24( s_Viewport.GetBound().GetHeight()/2.f ), in ActivateViewport() 629 (ut::Float31::Float32ToBits31( 2.f / s_Viewport.GetBound().GetHeight() ) << 1), in ActivateViewport() 671 … NW_MINMAX_ASSERT(scissor.GetY() + scissor.GetHeight(), 0, static_cast<s32>(s_RenderBufferHeight)); in ActivateScissor() 679 u16 h16 = static_cast<u16>(s_Scissor.GetHeight()); in ActivateScissor()
|
| D | gfx_FrameBuffer.h | 99 u32 GetHeight() const { return m_Description.height; } in GetHeight() function
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_TexMap.h | 200 u16 GetHeight() const in GetHeight() function
|
| /NW4C-1.2.23/sources/libraries/gfx/res/ |
| D | gfx_ResTextureMapper.cpp | 722 command[4] |= (texture.GetHeight() & 0x7FF) << 0; in SetupTextureMapperCommand() 808 command[4] |= (texture.GetHeight() & 0x7FF) << 0; in SetupTextureMapperCommand() 869 command[4] |= (texture.GetHeight() & 0x7FF) << 0; in SetupTextureMapperCommand()
|
| /NW4C-1.2.23/include/nw/dev/ |
| D | dev_Screenshot.h | 139 int GetHeight() const { return m_Height; } in GetHeight() function
|
| /NW4C-1.2.23/sources/libraries/anim/res/ |
| D | anim_ResAnimGroup.cpp | 494 rect.Set(floatValue, rect.GetHeight(), rect.GetCenter()); in SetValue() 512 rect.Set(rect.GetAspectRatio(), rect.GetHeight(), center); in SetValue()
|
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_TextBox.cpp | 276 const Size textSize(textRect.GetWidth(), textRect.GetHeight()); in GetTextDrawRect() 500 … SetFontSize(Size(static_cast<f32>(m_pFont->GetWidth()), static_cast<f32>(m_pFont->GetHeight()))); in SetFont()
|
| /NW4C-1.2.23/include/nw/gfx/res/ |
| D | gfx_ResCamera.h | 119 f32 GetHeight() const { return m_Height; } in GetHeight() function
|