| /NW4C-1.2.23/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()
|
| /NW4C-1.2.23/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.2.23/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 | 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/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.2.23/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.2.23/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.2.23/include/nw/gfx/ |
| D | gfx_GraphicsDevice.h | 625 nw::ut::Float24::Float32ToBits24( s_Viewport.GetBound().GetWidth() / 2.f ), in ActivateViewport() 627 (ut::Float31::Float32ToBits31( 2.f / s_Viewport.GetBound().GetWidth() ) << 1), in ActivateViewport() 670 … NW_MINMAX_ASSERT(scissor.GetX() + scissor.GetWidth(), 0, static_cast<s32>(s_RenderBufferWidth)); in ActivateScissor() 677 u16 w16 = static_cast<u16>(s_Scissor.GetWidth()); in ActivateScissor()
|
| D | gfx_FrameBuffer.h | 113 u32 GetWidth() const { return m_Description.width; } in GetWidth() function
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_TexMap.h | 189 u16 GetWidth() const in GetWidth() function
|
| /NW4C-1.2.23/sources/libraries/gfx/res/ |
| D | gfx_ResTextureMapper.cpp | 723 command[4] |= (texture.GetWidth() & 0x7FF) << WIDTH_SHIFT; in SetupTextureMapperCommand() 809 command[4] |= (texture.GetWidth() & 0x7FF) << WIDTH_SHIFT; in SetupTextureMapperCommand() 870 command[4] |= (texture.GetWidth() & 0x7FF) << WIDTH_SHIFT; in SetupTextureMapperCommand()
|
| /NW4C-1.2.23/include/nw/dev/ |
| D | dev_Screenshot.h | 136 int GetWidth() const { return m_Width; } in GetWidth() function
|
| /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 | 124 f32 GetWidth() const { return m_Height * m_AspectRatio; } in GetWidth() function
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_AutoTester.cpp | 293 header.width = shotDisplay->GetWidth(); in SendScreenshot()
|