Home
last modified time | relevance | path

Searched refs:GetHeight (Results 1 – 25 of 33) sorted by relevance

12

/NW4C-2.0.3/sources/libraries/font/
Dfont_PairFont.cpp61 PairFont::GetHeight() const in GetHeight() function in nw::font::PairFont
63 return math::Max(m_Primary->GetHeight(), m_Secondary->GetHeight()); in GetHeight()
69 return m_Primary->GetHeight() >= m_Secondary->GetHeight() ? in GetAscent()
77 return m_Primary->GetHeight() >= m_Secondary->GetHeight() ? in GetDescent()
85 return m_Primary->GetHeight() >= m_Secondary->GetHeight() ? in GetBaselinePos()
93 return m_Primary->GetHeight() >= m_Secondary->GetHeight() ? in GetCellHeight()
172 return m_Primary->GetHeight() >= m_Secondary->GetHeight() ? in SetLineFeed()
Dfont_CharWriter.cpp178 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize()
181 height / m_pFont->GetHeight() in SetFontSize()
189 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize()
190 const f32 scale = height / m_pFont->GetHeight(); in SetFontSize()
205 return m_pFont->GetHeight() * m_Scale.y; in GetFontHeight()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmLytSliderBar.cpp49 SM_LOWER_SCREEN_HALF_SIZE_H + y - m_Collision.GetHeight()/2.f ); in SmLytSliderBar()
52 m_RangeMinY = SM_LOWER_SCREEN_HALF_SIZE_H + y - rectBase.GetHeight()/2.f; in SmLytSliderBar()
53 m_RangeMaxY = SM_LOWER_SCREEN_HALF_SIZE_H + y + rectBase.GetHeight()/2.f; in SmLytSliderBar()
90 m_Collision.SetXY( m_Collision.GetX(), posY - m_Collision.GetHeight()/2.f ); in SetParam()
DSmTouchPanelCamera.cpp140 …on.GetX(), m_Collision.GetY() + m_Collision.GetHeight(), nw::ut::Col… in Render()
142 …on.GetX() + m_Collision.GetWidth(), m_Collision.GetY() + m_Collision.GetHeight(), nw::ut::Col… in Render()
177 s32 centerY = m_Collision.GetY() + m_Collision.GetHeight()/2.f; in calcCamera()
DSmLytButton.cpp84 SM_LOWER_SCREEN_HALF_SIZE_H + y - m_Collision.GetHeight()/2.f ); in SetPosition()
DSmLayout.cpp69 posy = SM_LOWER_SCREEN_HALF_SIZE_H - pos.y - rect.GetHeight()/2.f; in GetRect()
Ddemo.cpp259 … m_Tab0VisibleBtn = new SmButton( rect.GetX(), rect.GetY(), rect.GetWidth(), rect.GetHeight() ); in InitializeScene()
266 … m_Tab1VisibleBtn = new SmButton( rect.GetX(), rect.GetY(), rect.GetWidth(), rect.GetHeight() ); in InitializeScene()
274 … m_Tab2VisibleBtn = new SmButton( rect.GetX(), rect.GetY(), rect.GetWidth(), rect.GetHeight() ); in InitializeScene()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmRectCollision.h56 f32 colh = m_Collision.GetHeight(); in CheckInner()
97 f32 GetHeight() const { return m_Collision.GetHeight(); } in GetHeight() function
/NW4C-2.0.3/include/nw/ut/
Dut_Rect.h111 f32 GetHeight() const { return bottom - top; } in GetHeight() function
151 bottom = y + GetHeight(); in MoveTo()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_FrameBuffer.h101 u32 GetHeight() const { return m_Description.height; } in GetHeight() function
197 const u32 height = this->GetHeight(); in TransferRenderImage()
Dgfx_GraphicsDevice.h628 nw::ut::Float24::Float32ToBits24( viewport.GetBound().GetHeight()/2.f ), in ActivateViewport()
629 (ut::Float31::Float32ToBits31( 2.f / viewport.GetBound().GetHeight() ) << 1), in ActivateViewport()
671 … NW_MINMAX_ASSERT(scissor.GetY() + scissor.GetHeight(), 0, static_cast<s32>(s_RenderBufferHeight)); in ActivateScissor()
676 u16 h16 = static_cast<u16>(scissor.GetHeight()); in ActivateScissor()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_OrthoProjectionUpdater.cpp97 NW_ASSERT(m_Resource.GetRect().GetHeight() != 0); in Update()
100 float halfHeight = m_Resource.GetRect().GetHeight() / 2.0f; in Update()
Dgfx_OffScreenBuffer.cpp43 m_BackBufferObject.SetHeight( resTexture.GetHeight() ); in OffScreenBuffer()
Dgfx_IRenderTarget.cpp81 description.height = texture.GetHeight(); in CreateOffScreenBuffer()
Dgfx_FrustumProjectionUpdater.cpp97 float halfHeight = m_Resource.GetRect().GetHeight() / 2.0f; in Update()
/NW4C-2.0.3/include/nw/font/
Dfont_PairFont.h63 virtual int GetHeight() const;
Dfont_ResFontBase.h55 virtual int GetHeight() const;
Dfont_Font.h195 virtual int GetHeight() const = 0;
/NW4C-2.0.3/include/nw/lyt/
Dlyt_TexResource.h234 u16 GetHeight() const in GetHeight() function
Dlyt_TexMap.h202 u16 GetHeight() const in GetHeight() function
/NW4C-2.0.3/include/nw/dev/
Ddev_Screenshot.h141 int GetHeight() const { return m_Height; } in GetHeight() function
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Util.cpp262 u16 height = texResource.GetHeight(); in LoadTexture()
492 f32 sv = static_cast<f32>(texMap.GetHeight()) / texMap.GetRealHeight(); in CalcTextureMtx()
Dlyt_TextBox.cpp278 const Size textSize(textRect.GetWidth(), textRect.GetHeight()); in GetTextDrawRect()
502 … SetFontSize(Size(static_cast<f32>(m_pFont->GetWidth()), static_cast<f32>(m_pFont->GetHeight()))); in SetFont()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp719 command[4] |= (texture.GetHeight() & 0x7FF) << 0; in SetupTextureMapperCommand()
811 command[4] |= (texture.GetHeight() & 0x7FF) << 0; in SetupTextureMapperCommand()
878 command[4] |= (texture.GetHeight() & 0x7FF) << 0; in SetupTextureMapperCommand()
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimGroup.cpp506 rect.Set(floatValue, rect.GetHeight(), rect.GetCenter()); in SetValue()
524 rect.Set(rect.GetAspectRatio(), rect.GetHeight(), center); in SetValue()

12