Home
last modified time | relevance | path

Searched refs:pLink (Results 1 – 6 of 6) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextureContainer.cpp61 TextureRefLink* pLink = &this->front(); in Finalize() local
62 this->erase(pLink); in Finalize()
63 Layout::DeleteObj(pLink); in Finalize()
85 TextureRefLink* pLink = (TextureRefLink*)(key); in FindTextureByKey() local
89 if (&(*it) == pLink) in FindTextureByKey()
103 TextureRefLink* pLink = Layout::NewObj<TextureRefLink>(); in RegistTexture() local
104 if (pLink == NULL) in RegistTexture()
109 pLink->Set(name, textureInfo); in RegistTexture()
111 this->push_back(pLink); in RegistTexture()
113 return (TextureKey) pLink; in RegistTexture()
[all …]
Dlyt_FontContainer.cpp81 FontRefLink* pLink = &this->front(); in Finalize() local
82 this->erase(pLink); in Finalize()
83 Layout::DeleteObj(pLink); in Finalize()
107 FontRefLink* pLink = (FontRefLink*)(key); in FindFontByKey() local
111 if (&(*it) == pLink) in FindFontByKey()
123 FontRefLink* pLink = Layout::NewObj<FontRefLink>(); in RegistFont() local
125 if (pLink == NULL) in RegistFont()
130 pLink->Set(name, pFont, own); in RegistFont()
132 this->push_back(pLink); in RegistFont()
134 return reinterpret_cast<FontKey>(pLink); in RegistFont()
[all …]
Dlyt_ArcResourceAccessor.cpp365 MultiArcResourceAccessor::Attach(ArcResourceLink* pLink) in Attach() argument
367 NW_NULL_ASSERT(pLink); in Attach()
369 m_ArcList.PushBack(pLink); in Attach()
391 MultiArcResourceAccessor::Detach(ArcResourceLink* pLink) in Detach() argument
393 NW_NULL_ASSERT(pLink); in Detach()
395 m_ArcList.Erase(pLink); in Detach()
Dlyt_Animation.cpp612 AnimTransformBasic::FindUnbindLink(AnimationLink* pLink) const in FindUnbindLink()
614 if (pLink == 0) in FindUnbindLink()
621 pLink = m_pAnimLinkAry; in FindUnbindLink()
624 while (pLink < m_pAnimLinkAry + m_AnimLinkNum) in FindUnbindLink()
626 if (pLink->GetAnimTransform() == 0) in FindUnbindLink()
628 return pLink; in FindUnbindLink()
631 ++pLink; in FindUnbindLink()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_ArcResourceAccessor.h422 void Attach(ArcResourceLink* pLink);
444 void Detach(ArcResourceLink* pLink);
Dlyt_Animation.h431 AnimationLink* FindUnbindLink(AnimationLink* pLink) const;