Searched refs:pAttr (Results 1 – 2 of 2) sorted by relevance
751 bool GetMpAttribute(MpAttribute* pAttr, const u8* src, size_t srcSize);764 static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpIndividualNum() argument767 NN_ASSERT(pAttr); in GetMpIndividualNum()769 if (pAttr->isMpIndividualNumValid) in GetMpIndividualNum()771 *pBuffer = pAttr->mpIndividualNum; in GetMpIndividualNum()789 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation() argument792 NN_ASSERT(pAttr); in GetMpPanOrientation()794 if (pAttr->isPanOrientationValid) in GetMpPanOrientation()796 *pBuffer = pAttr->panOrientation; in GetMpPanOrientation()814 static bool GetMpPanOverlapH(Rational* pBuffer, const MpAttribute* pAttr) in GetMpPanOverlapH() argument[all …]
108 for(Attribute* pAttr = m_Attributes.PopFront(); in ~Node() local109 pAttr; in ~Node()110 pAttr = m_Attributes.PopFront()) in ~Node()112 delete pAttr; in ~Node()138 Attribute* pAttr = new Attribute(name, value); in SetAttribute() local139 if(pAttr == NULL) in SetAttribute()143 m_Attributes.PushBack(pAttr); in SetAttribute()162 for(Attribute* pAttr = m_Attributes.GetFront(); in PrintBeginTag() local163 pAttr; in PrintBeginTag()164 pAttr = m_Attributes.GetNext(pAttr)) in PrintBeginTag()[all …]