Searched refs:pLink (Results 1 – 6 of 6) sorted by relevance
63 TextureRefLink* pLink = &this->front(); in Finalize() local64 this->erase(pLink); in Finalize()65 Layout::DeleteObj(pLink); in Finalize()87 TextureRefLink* pLink = (TextureRefLink*)(key); in FindTextureByKey() local91 if (&(*it) == pLink) in FindTextureByKey()105 TextureRefLink* pLink = Layout::NewObj<TextureRefLink>(); in RegistTexture() local106 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 …]
79 FontRefLink* pLink = &this->front(); in Finalize() local80 this->erase(pLink); in Finalize()81 Layout::DeleteObj(pLink); in Finalize()105 FontRefLink* pLink = (FontRefLink*)(key); in FindFontByKey() local109 if (&(*it) == pLink) in FindFontByKey()121 FontRefLink* pLink = Layout::NewObj<FontRefLink>(); in RegistFont() local123 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 …]
363 MultiArcResourceAccessor::Attach(ArcResourceLink* pLink) in Attach() argument365 NW_NULL_ASSERT(pLink); in Attach()367 m_ArcList.PushBack(pLink); in Attach()389 MultiArcResourceAccessor::Detach(ArcResourceLink* pLink) in Detach() argument391 NW_NULL_ASSERT(pLink); in Detach()393 m_ArcList.Erase(pLink); in Detach()
610 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()
420 void Attach(ArcResourceLink* pLink);442 void Detach(ArcResourceLink* pLink);
429 AnimationLink* FindUnbindLink(AnimationLink* pLink) const;