Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextureContainer.cpp63 TextureRefLink* pLink = &this->front(); in Finalize() local
64 this->erase(pLink); in Finalize()
65 Layout::DeleteObj(pLink); in Finalize()
87 TextureRefLink* pLink = (TextureRefLink*)(key); in FindTextureByKey() local
91 if (&(*it) == pLink) in FindTextureByKey()
105 TextureRefLink* pLink = Layout::NewObj<TextureRefLink>(); in RegistTexture() local
106 if (pLink == NULL) in RegistTexture()
111 pLink->Set(name, textureInfo); in RegistTexture()
113 this->push_back(pLink); in RegistTexture()
115 return (TextureKey) pLink; in RegistTexture()
[all …]
Dlyt_FontContainer.cpp79 FontRefLink* pLink = &this->front(); in Finalize() local
80 this->erase(pLink); in Finalize()
81 Layout::DeleteObj(pLink); in Finalize()
105 FontRefLink* pLink = (FontRefLink*)(key); in FindFontByKey() local
109 if (&(*it) == pLink) in FindFontByKey()
121 FontRefLink* pLink = Layout::NewObj<FontRefLink>(); in RegistFont() local
123 if (pLink == NULL) in RegistFont()
128 pLink->Set(name, pFont, own); in RegistFont()
130 this->push_back(pLink); in RegistFont()
132 return reinterpret_cast<FontKey>(pLink); in RegistFont()
[all …]
Dlyt_ArcResourceAccessor.cpp363 MultiArcResourceAccessor::Attach(ArcResourceLink* pLink) in Attach() argument
365 NW_NULL_ASSERT(pLink); in Attach()
367 m_ArcList.PushBack(pLink); in Attach()
389 MultiArcResourceAccessor::Detach(ArcResourceLink* pLink) in Detach() argument
391 NW_NULL_ASSERT(pLink); in Detach()
393 m_ArcList.Erase(pLink); in Detach()
Dlyt_Animation.cpp610 AnimTransformBasic::FindUnbindLink(AnimationLink* pLink) const in FindUnbindLink()
612 if (pLink == 0) in FindUnbindLink()
619 pLink = m_pAnimLinkAry; in FindUnbindLink()
622 while (pLink < m_pAnimLinkAry + m_AnimLinkNum) in FindUnbindLink()
624 if (pLink->GetAnimTransform() == 0) in FindUnbindLink()
626 return pLink; in FindUnbindLink()
629 ++pLink; in FindUnbindLink()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_ArcResourceAccessor.h420 void Attach(ArcResourceLink* pLink);
442 void Detach(ArcResourceLink* pLink);
Dlyt_Animation.h429 AnimationLink* FindUnbindLink(AnimationLink* pLink) const;