Searched refs:pAttr (Results 1 – 2 of 2) sorted by relevance
1159 bool GetMpAttribute(MpAttribute* pAttr, const u8* src, size_t srcSize);1172 static bool GetMpIndividualNum(u32* pBuffer, const MpAttribute* pAttr) in GetMpIndividualNum() argument1175 NN_ASSERT(pAttr); in GetMpIndividualNum()1177 if (pAttr->isMpIndividualNumValid) in GetMpIndividualNum()1179 *pBuffer = pAttr->mpIndividualNum; in GetMpIndividualNum()1197 static bool GetMpPanOrientation(u32* pBuffer, const MpAttribute* pAttr) in GetMpPanOrientation() argument1200 NN_ASSERT(pAttr); in GetMpPanOrientation()1202 if (pAttr->isPanOrientationValid) in GetMpPanOrientation()1204 *pBuffer = pAttr->panOrientation; in GetMpPanOrientation()1222 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 …]