Lines Matching refs:this
77 return *this; in IsFixedSizeMemory()
84 return *this; in MaxChildren()
91 return *this; in MaxCallbacks()
130 return ResStaticCast<ResTransformNode>( this->GetResSceneObject() ); in GetResTransformNode()
136 return ResStaticCast<ResTransformNode>( this->GetResSceneObject() ); in GetResTransformNode()
199 return this->WorldMatrix(); in TrackbackWorldMatrix()
205 return this->WorldTransform(); in TrackbackWorldTransform()
211 return this->Transform(); in TrackbackLocalTransform()
270 if (this->GetParent() == NULL) in CalcInheritingDiretion()
276 const math::MTX34& parentWorldMatrix = this->TrackbackWorldMatrix(); in CalcInheritingDiretion()
340 SceneNode* parent = this->GetParent(); in InheritTraversalResults()
341 bit32 results = this->GetTraversalResults(); in InheritTraversalResults()
343 if (this->Transform().IsEnabledFlags(CalculatedTransform::FLAG_IS_DIRTY)) in InheritTraversalResults()
360 this->SetTraversalResults(results); in InheritTraversalResults()
367 this->InheritTraversalResults(); in InheritTransformStates()