Lines Matching refs:lyt
32 typedef nw::ut::FixedSizeArray<nw::lyt::AnimTransform*, ANIM_COUNT> AnimationArray;
49 bool InitLayout( const void* bclyt, nw::lyt::ArcResourceAccessor* pResAccessor ) in InitLayout()
55 m_Layout = new nw::lyt::Layout(); in InitLayout()
67 bool AddAnimation( const void* bclan, nw::lyt::ArcResourceAccessor* pResAccessor ) in AddAnimation()
73 nw::lyt::AnimTransform* pAnimTrans = m_Layout->CreateAnimTransform( bclan, pResAccessor ); in AddAnimation()
99 nw::lyt::Pane* rootPane = m_Layout->GetRootPane(); in GetOriginalRect()
101 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetOriginalRect()
110 nw::lyt::Pane* GetPane( const char* name ) const in GetPane()
112 nw::lyt::Pane* rootPane = m_Layout->GetRootPane(); in GetPane()
114 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetPane()
119 nw::lyt::Layout* GetLayout() { return m_Layout; } in GetLayout()
125 nw::lyt::Layout* m_Layout;
150 void SetPanePosition( nw::lyt::Pane* pane, f32 x, f32 y ) in SetPanePosition()
188 nw::lyt::Pane* pane = m_LayoutResource->GetPane( paneName ); in SetVisiblePane()
216 nw::lyt::Pane* m_OffsetPane;