Home
last modified time | relevance | path

Searched refs:m_LayoutSize (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Layout.h567 return m_LayoutSize; in GetLayoutSize()
870 m_LayoutSize = size; in SetLayoutSize()
883 Size m_LayoutSize; variable
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Layout.cpp161 m_LayoutSize(0.f, 0.f) in Layout()
589 …return ut::Rect(- m_LayoutSize.width / 2, m_LayoutSize.height / 2, m_LayoutSize.width / 2, - m_Lay… in GetLayoutRect()