Searched refs:m_TTCFaces (Results 1 – 2 of 2) sorted by relevance
78 ASSERT(index < FX_ArraySize(m_TTCFaces)); in SetFace()79 m_TTCFaces[index].Reset(face); in SetFace()83 ASSERT(index < FX_ArraySize(m_TTCFaces)); in GetFace()84 return m_TTCFaces[index].Get(); in GetFace()
46 ObservedPtr<CFX_Face> m_TTCFaces[16]; variable