Lines Matching refs:Layout
41 nw::os::IAllocator* Layout::s_pAllocator = 0;
42 nw::os::IAllocator* Layout::s_pDeviceMemoryAllocator = 0;
43 bool Layout::s_LayoutDrawEnable = false;
111 Layout::SetAllocator(nw::os::IAllocator* pAllocator) in SetAllocator()
117 Layout::SetDeviceMemoryAllocator(nw::os::IAllocator* pAllocator) in SetDeviceMemoryAllocator()
123 Layout::AllocMemory(u32 size, u8 alignment) in AllocMemory()
133 Layout::AllocDeviceMemory(u32 size, u8 alignment) in AllocDeviceMemory()
143 Layout::FreeMemory(void* mem) in FreeMemory()
151 Layout::FreeDeviceMemory(void* mem) in FreeDeviceMemory()
158 Layout::Layout() in Layout() function in nw::lyt::Layout
165 Layout::~Layout() in ~Layout()
183 Layout::Build( in Build()
215 const res::Layout* pResLyt = static_cast<const res::Layout*>(dataPtr); in Build()
305 Layout::CreateAnimTransform() in CreateAnimTransform()
318 Layout::DeleteAnimTransform(AnimTransform *pAnimTransform) in DeleteAnimTransform()
327 Layout::CreateAnimTransform( in CreateAnimTransform()
336 Layout::CreateAnimTransform( in CreateAnimTransform()
357 Layout::BindAnimation(AnimTransform* pAnimTrans) in BindAnimation()
366 Layout::UnbindAnimation(AnimTransform* pAnimTrans) in UnbindAnimation()
375 Layout::UnbindAllAnimation() in UnbindAllAnimation()
381 Layout::BindAnimationAuto( in BindAnimationAuto()
516 Layout::SetAnimationEnable( in SetAnimationEnable()
528 Layout::CalculateMtx(const DrawInfo& drawInfo) in CalculateMtx()
542 Layout::Draw(const DrawInfo& drawInfo) in Draw()
574 Layout::Animate(u32 option) in Animate()
587 Layout::GetLayoutRect() const in GetLayoutRect()
593 Layout::SetTagProcessor(font::TagProcessorBase<wchar_t>* pTagProcessor) in SetTagProcessor()
599 Layout::BuildPaneObj( in BuildPaneObj()