Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Layout.cpp163 m_LayoutSize(0.f, 0.f) in Layout()
591 …return ut::Rect(- m_LayoutSize.width / 2, m_LayoutSize.height / 2, m_LayoutSize.width / 2, - m_Lay… in GetLayoutRect()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Layout.h569 return m_LayoutSize; in GetLayoutSize()
872 m_LayoutSize = size; in SetLayoutSize()
897 Size m_LayoutSize; variable