| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_PairFont.cpp | 53 PairFont::GetWidth() const in GetWidth() function in nw::font::PairFont 55 return math::Max(m_Primary->GetWidth(), m_Secondary->GetWidth()); in GetWidth() 99 return m_Primary->GetWidth() >= m_Secondary->GetWidth() ? in GetCellWidth() 132 return m_Primary->GetWidth() >= m_Secondary->GetWidth() ? in GetDefaultCharWidths()
|
| D | font_TextWriterBase.cpp | 159 return rect.GetWidth(); in CalcFormatStringWidth() 232 return rect.GetWidth(); in CalcStringWidth() 373 return rect.GetWidth(); in CalcLineWidth() 452 if ( rect2.GetWidth() > 0.0f in CalcLineRectImpl() 642 if ( rect.GetWidth() > 0.0f in PrintImpl()
|
| D | font_CharWriter.cpp | 175 NW_FONT_MIN_ASSERT(m_pFont->GetWidth(), 1); in SetFontSize() 178 width / m_pFont->GetWidth(), in SetFontSize() 196 return m_pFont->GetWidth() * m_Scale.x; in GetFontWidth()
|
| D | font_ResFontBase.cpp | 112 ResFontBase::GetWidth() const in GetWidth() function in nw::font::ResFontBase
|
| /NW4C-1.3.3/demos/Nw4cDemo/include/ |
| D | SmRectCollision.h | 53 f32 colw = m_Collision.GetWidth(); in CheckInner() 94 f32 GetWidth() const { return m_Collision.GetWidth(); } in GetWidth() function
|
| /NW4C-1.3.3/demos/Nw4cDemo/sources/ |
| D | SmTouchPanelCamera.cpp | 139 …prim.SetVertex( m_Collision.GetX() + m_Collision.GetWidth(), m_Collision.GetY(), … in Render() 140 …prim.SetVertex( m_Collision.GetX() + m_Collision.GetWidth(), m_Collision.GetY() + m_Collision.G… in Render() 174 s32 centerX = m_Collision.GetX() + m_Collision.GetWidth()/2.f; in calcCamera()
|
| D | SmLytButton.cpp | 81 m_Collision.SetXY( SM_LOWER_SCREEN_HALF_SIZE_W + x - m_Collision.GetWidth()/2.f, in SetPosition()
|
| D | SmLytSliderBar.cpp | 46 m_Collision.SetXY( SM_LOWER_SCREEN_HALF_SIZE_W + x - m_Collision.GetWidth()/2.f, in SmLytSliderBar()
|
| D | SmLayout.cpp | 52 posx = SM_LOWER_SCREEN_HALF_SIZE_W + pos.x - rect.GetWidth()/2.f; in GetRect()
|
| D | demo.cpp | 257 … m_Tab0VisibleBtn = new SmButton( rect.GetX(), rect.GetY(), rect.GetWidth(), rect.GetHeight() ); in InitializeScene() 264 … m_Tab1VisibleBtn = new SmButton( rect.GetX(), rect.GetY(), rect.GetWidth(), rect.GetHeight() ); in InitializeScene() 272 … m_Tab2VisibleBtn = new SmButton( rect.GetX(), rect.GetY(), rect.GetWidth(), rect.GetHeight() ); in InitializeScene()
|
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_Rect.h | 102 f32 GetWidth() const { return right - left; } in GetWidth() function 147 right = x + GetWidth(); in MoveTo()
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_FrameBuffer.h | 113 u32 GetWidth() const { return m_Description.width; } in GetWidth() function 194 const u32 width = this->GetWidth(); in TransferRenderImage()
|
| D | gfx_GraphicsDevice.h | 623 nw::ut::Float24::Float32ToBits24( viewport.GetBound().GetWidth() / 2.f ), in ActivateViewport() 625 (ut::Float31::Float32ToBits31( 2.f / viewport.GetBound().GetWidth() ) << 1), in ActivateViewport() 668 … NW_MINMAX_ASSERT(scissor.GetX() + scissor.GetWidth(), 0, static_cast<s32>(s_RenderBufferWidth)); in ActivateScissor() 672 u16 w16 = static_cast<u16>(scissor.GetWidth()); in ActivateScissor()
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_PairFont.h | 59 virtual int GetWidth() const;
|
| D | font_ResFontBase.h | 51 virtual int GetWidth() const;
|
| D | font_Font.h | 187 virtual int GetWidth() const = 0;
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_OffScreenBuffer.cpp | 42 m_BackBufferObject.SetWidth( resTexture.GetWidth() ); in OffScreenBuffer()
|
| D | gfx_IRenderTarget.cpp | 78 description.width = texture.GetWidth(); in CreateOffScreenBuffer()
|
| D | gfx_FrustumProjectionUpdater.cpp | 94 float halfWidth = m_Resource.GetRect().GetWidth() / 2.0f; in Update()
|
| D | gfx_OrthoProjectionUpdater.cpp | 97 float halfWidth = m_Resource.GetRect().GetWidth() / 2.0f; in Update()
|
| /NW4C-1.3.3/include/nw/lyt/ |
| D | lyt_TexMap.h | 189 u16 GetWidth() const in GetWidth() function
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResTextureMapper.cpp | 720 command[4] |= (texture.GetWidth() & 0x7FF) << WIDTH_SHIFT; in SetupTextureMapperCommand() 812 command[4] |= (texture.GetWidth() & 0x7FF) << WIDTH_SHIFT; in SetupTextureMapperCommand() 879 command[4] |= (texture.GetWidth() & 0x7FF) << WIDTH_SHIFT; in SetupTextureMapperCommand()
|
| /NW4C-1.3.3/include/nw/dev/ |
| D | dev_Screenshot.h | 136 int GetWidth() const { return m_Width; } in GetWidth() function
|
| /NW4C-1.3.3/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.3.3/include/nw/gfx/res/ |
| D | gfx_ResCamera.h | 124 f32 GetWidth() const { return m_Height * m_AspectRatio; } in GetWidth() function
|