Lines Matching refs:lyt
34 typedef nw::ut::FixedSizeArray<nw::lyt::AnimTransform*, ANIM_COUNT> AnimationArray;
51 bool InitLayout( const void* bclyt, nw::lyt::ArcResourceAccessor* pResAccessor ) in InitLayout()
57 m_Layout = new nw::lyt::Layout(); in InitLayout()
69 bool AddAnimation( const void* bclan, nw::lyt::ArcResourceAccessor* pResAccessor ) in AddAnimation()
75 nw::lyt::AnimTransform* pAnimTrans = m_Layout->CreateAnimTransform( bclan, pResAccessor ); in AddAnimation()
101 nw::lyt::Pane* rootPane = m_Layout->GetRootPane(); in GetOriginalRect()
103 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetOriginalRect()
112 nw::lyt::Pane* GetPane( const char* name ) const in GetPane()
114 nw::lyt::Pane* rootPane = m_Layout->GetRootPane(); in GetPane()
116 nw::lyt::Pane* pane = rootPane->FindPaneByName( name ); in GetPane()
121 nw::lyt::Layout* GetLayout() { return m_Layout; } in GetLayout()
127 nw::lyt::Layout* m_Layout;
152 void SetPanePosition( nw::lyt::Pane* pane, f32 x, f32 y ) in SetPanePosition()
190 nw::lyt::Pane* pane = m_LayoutResource->GetPane( paneName ); in SetVisiblePane()
218 nw::lyt::Pane* m_OffsetPane;