| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_PairFont.cpp | 55 PairFont::GetWidth() const in GetWidth() function in nw::font::PairFont 57 return math::Max(m_Primary->GetWidth(), m_Secondary->GetWidth()); in GetWidth() 101 return m_Primary->GetWidth() >= m_Secondary->GetWidth() ? in GetCellWidth() 134 return m_Primary->GetWidth() >= m_Secondary->GetWidth() ? in GetDefaultCharWidths()
|
| D | font_TextWriterBase.cpp | 161 return rect.GetWidth(); in CalcFormatStringWidth() 234 return rect.GetWidth(); in CalcStringWidth() 375 return rect.GetWidth(); in CalcLineWidth() 454 if ( rect2.GetWidth() > 0.0f in CalcLineRectImpl() 644 if ( rect.GetWidth() > 0.0f in PrintImpl()
|
| D | font_CharWriter.cpp | 177 NW_FONT_MIN_ASSERT(m_pFont->GetWidth(), 1); in SetFontSize() 180 width / m_pFont->GetWidth(), in SetFontSize() 198 return m_pFont->GetWidth() * m_Scale.x; in GetFontWidth()
|
| /NW4C-2.0.3/demos/Nw4cDemo/include/ |
| D | SmRectCollision.h | 55 f32 colw = m_Collision.GetWidth(); in CheckInner() 96 f32 GetWidth() const { return m_Collision.GetWidth(); } in GetWidth() function
|
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | SmTouchPanelCamera.cpp | 141 …prim.SetVertex( m_Collision.GetX() + m_Collision.GetWidth(), m_Collision.GetY(), … in Render() 142 …prim.SetVertex( m_Collision.GetX() + m_Collision.GetWidth(), m_Collision.GetY() + m_Collision.G… in Render() 176 s32 centerX = m_Collision.GetX() + m_Collision.GetWidth()/2.f; in calcCamera()
|
| D | SmLytSliderBar.cpp | 48 m_Collision.SetXY( SM_LOWER_SCREEN_HALF_SIZE_W + x - m_Collision.GetWidth()/2.f, in SmLytSliderBar()
|
| D | SmLytButton.cpp | 83 m_Collision.SetXY( SM_LOWER_SCREEN_HALF_SIZE_W + x - m_Collision.GetWidth()/2.f, in SetPosition()
|
| D | SmLayout.cpp | 54 posx = SM_LOWER_SCREEN_HALF_SIZE_W + pos.x - rect.GetWidth()/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/include/nw/ut/ |
| D | ut_Rect.h | 104 f32 GetWidth() const { return right - left; } in GetWidth() function 149 right = x + GetWidth(); in MoveTo()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_FrameBuffer.h | 115 u32 GetWidth() const { return m_Description.width; } in GetWidth() function 196 const u32 width = this->GetWidth(); in TransferRenderImage()
|
| D | gfx_GraphicsDevice.h | 625 nw::ut::Float24::Float32ToBits24( viewport.GetBound().GetWidth() / 2.f ), in ActivateViewport() 627 (ut::Float31::Float32ToBits31( 2.f / viewport.GetBound().GetWidth() ) << 1), in ActivateViewport() 670 … NW_MINMAX_ASSERT(scissor.GetX() + scissor.GetWidth(), 0, static_cast<s32>(s_RenderBufferWidth)); in ActivateScissor() 674 u16 w16 = static_cast<u16>(scissor.GetWidth()); in ActivateScissor()
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_PairFont.h | 61 virtual int GetWidth() const;
|
| D | font_ResFontBase.h | 53 virtual int GetWidth() const;
|
| D | font_Font.h | 189 virtual int GetWidth() const = 0;
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_OffScreenBuffer.cpp | 44 m_BackBufferObject.SetWidth( resTexture.GetWidth() ); in OffScreenBuffer()
|
| D | gfx_IRenderTarget.cpp | 80 description.width = texture.GetWidth(); in CreateOffScreenBuffer()
|
| D | gfx_FrustumProjectionUpdater.cpp | 96 float halfWidth = m_Resource.GetRect().GetWidth() / 2.0f; in Update()
|
| D | gfx_OrthoProjectionUpdater.cpp | 99 float halfWidth = m_Resource.GetRect().GetWidth() / 2.0f; in Update()
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_TexResource.h | 221 u16 GetWidth() const in GetWidth() function
|
| D | lyt_TexMap.h | 191 u16 GetWidth() const in GetWidth() function
|
| /NW4C-2.0.3/include/nw/dev/ |
| D | dev_Screenshot.h | 138 int GetWidth() const { return m_Width; } in GetWidth() function
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Util.cpp | 255 u16 width = texResource.GetWidth(); in LoadTexture() 491 f32 su = static_cast<f32>(texMap.GetWidth()) / texMap.GetRealWidth(); 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 | 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()
|