Searched refs:pLink (Results 1 – 6 of 6) sorted by relevance
61 TextureRefLink* pLink = &this->front(); in Finalize() local62 this->erase(pLink); in Finalize()63 Layout::DeleteObj(pLink); in Finalize()85 TextureRefLink* pLink = (TextureRefLink*)(key); in FindTextureByKey() local89 if (&(*it) == pLink) in FindTextureByKey()103 TextureRefLink* pLink = Layout::NewObj<TextureRefLink>(); in RegistTexture() local104 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 …]
81 FontRefLink* pLink = &this->front(); in Finalize() local82 this->erase(pLink); in Finalize()83 Layout::DeleteObj(pLink); in Finalize()107 FontRefLink* pLink = (FontRefLink*)(key); in FindFontByKey() local111 if (&(*it) == pLink) in FindFontByKey()123 FontRefLink* pLink = Layout::NewObj<FontRefLink>(); in RegistFont() local125 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 …]
365 MultiArcResourceAccessor::Attach(ArcResourceLink* pLink) in Attach() argument367 NW_NULL_ASSERT(pLink); in Attach()369 m_ArcList.PushBack(pLink); in Attach()391 MultiArcResourceAccessor::Detach(ArcResourceLink* pLink) in Detach() argument393 NW_NULL_ASSERT(pLink); in Detach()395 m_ArcList.Erase(pLink); in Detach()
612 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()
422 void Attach(ArcResourceLink* pLink);444 void Detach(ArcResourceLink* pLink);
431 AnimationLink* FindUnbindLink(AnimationLink* pLink) const;