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()88 TextureRefLink* pLink = Layout::NewObj<TextureRefLink>(); in RegistTexture() local89 if (pLink == NULL) in RegistTexture()94 pLink->Set(name, textureInfo); in RegistTexture()96 this->push_back(pLink); in RegistTexture()98 return (TextureKey) pLink; in RegistTexture()106 TextureRefLink* pLink = (TextureRefLink*)(key); in UnregistTexture() local107 this->erase(pLink); in UnregistTexture()[all …]
79 FontRefLink* pLink = &this->front(); in Finalize() local80 this->erase(pLink); in Finalize()81 Layout::DeleteObj(pLink); in Finalize()104 FontRefLink* pLink = Layout::NewObj<FontRefLink>(); in RegistFont() local106 if (pLink == NULL) in RegistFont()111 pLink->Set(name, pFont, own); in RegistFont()113 this->push_back(pLink); in RegistFont()115 return reinterpret_cast<FontKey>(pLink); in RegistFont()123 FontRefLink* pLink = (FontRefLink*)(key); in UnregistFont() local124 this->erase(pLink); in UnregistFont()[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()
634 AnimTransformBasic::FindUnbindLink(AnimationLink* pLink) const in FindUnbindLink()636 if (pLink == 0) in FindUnbindLink()643 pLink = m_pAnimLinkAry; in FindUnbindLink()646 while (pLink < m_pAnimLinkAry + m_AnimLinkNum) in FindUnbindLink()648 if (pLink->GetAnimTransform() == 0) in FindUnbindLink()650 return pLink; in FindUnbindLink()653 ++pLink; in FindUnbindLink()
357 void Attach(ArcResourceLink* pLink);379 void Detach(ArcResourceLink* pLink);
411 AnimationLink* FindUnbindLink(AnimationLink* pLink) const;