| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_PairFont.cpp | 61 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()
|
| D | font_CharWriter.cpp | 178 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/ |
| D | SmLytSliderBar.cpp | 49 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()
|
| D | SmTouchPanelCamera.cpp | 140 …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()
|
| D | SmLytButton.cpp | 84 SM_LOWER_SCREEN_HALF_SIZE_H + y - m_Collision.GetHeight()/2.f ); in SetPosition()
|
| D | SmLayout.cpp | 69 posy = SM_LOWER_SCREEN_HALF_SIZE_H - pos.y - rect.GetHeight()/2.f; in GetRect()
|
| D | demo.cpp | 259 … 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/ |
| D | SmRectCollision.h | 56 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/ |
| D | ut_Rect.h | 111 f32 GetHeight() const { return bottom - top; } in GetHeight() function 151 bottom = y + GetHeight(); in MoveTo()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_FrameBuffer.h | 101 u32 GetHeight() const { return m_Description.height; } in GetHeight() function 197 const u32 height = this->GetHeight(); in TransferRenderImage()
|
| D | gfx_GraphicsDevice.h | 628 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/ |
| D | gfx_OrthoProjectionUpdater.cpp | 97 NW_ASSERT(m_Resource.GetRect().GetHeight() != 0); in Update() 100 float halfHeight = m_Resource.GetRect().GetHeight() / 2.0f; in Update()
|
| D | gfx_OffScreenBuffer.cpp | 43 m_BackBufferObject.SetHeight( resTexture.GetHeight() ); in OffScreenBuffer()
|
| D | gfx_IRenderTarget.cpp | 81 description.height = texture.GetHeight(); in CreateOffScreenBuffer()
|
| D | gfx_FrustumProjectionUpdater.cpp | 97 float halfHeight = m_Resource.GetRect().GetHeight() / 2.0f; in Update()
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_PairFont.h | 63 virtual int GetHeight() const;
|
| D | font_ResFontBase.h | 55 virtual int GetHeight() const;
|
| D | font_Font.h | 195 virtual int GetHeight() const = 0;
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_TexResource.h | 234 u16 GetHeight() const in GetHeight() function
|
| D | lyt_TexMap.h | 202 u16 GetHeight() const in GetHeight() function
|
| /NW4C-2.0.3/include/nw/dev/ |
| D | dev_Screenshot.h | 141 int GetHeight() const { return m_Height; } in GetHeight() function
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Util.cpp | 262 u16 height = texResource.GetHeight(); in LoadTexture() 492 f32 sv = static_cast<f32>(texMap.GetHeight()) / texMap.GetRealHeight(); in CalcTextureMtx()
|
| D | lyt_TextBox.cpp | 278 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/ |
| D | gfx_ResTextureMapper.cpp | 719 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/ |
| D | anim_ResAnimGroup.cpp | 506 rect.Set(floatValue, rect.GetHeight(), rect.GetCenter()); in SetValue() 524 rect.Set(rect.GetAspectRatio(), rect.GetHeight(), center); in SetValue()
|