Lines Matching refs:bRecursive
508 bool bRecursive in FindPaneByName() argument
516 if (bRecursive) in FindPaneByName()
521 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName()
534 bool bRecursive in FindMaterialByName() argument
550 if (bRecursive) in FindMaterialByName()
555 if (Material* pMat = it->FindMaterialByName(findName, bRecursive)) in FindMaterialByName()
781 bool bRecursive, in BindAnimation() argument
787 pAnimTrans->Bind(this, bRecursive, bDisable); in BindAnimation()
793 bool bRecursive in UnbindAnimation() argument
799 if (bRecursive) in UnbindAnimation()
803 it->UnbindAnimation(pAnimTrans, bRecursive); in UnbindAnimation()
809 Pane::UnbindAllAnimation(bool bRecursive) in UnbindAllAnimation() argument
811 UnbindAnimation(0, bRecursive); in UnbindAllAnimation()
854 bool bRecursive in SetAnimationEnable() argument
869 if (bRecursive) in SetAnimationEnable()
873 it->SetAnimationEnable(pAnimTrans, bEnable, bRecursive); in SetAnimationEnable()
882 bool bRecursive in SetAnimationEnable() argument
897 if (bRecursive) in SetAnimationEnable()
901 it->SetAnimationEnable(animRes, bEnable, bRecursive); in SetAnimationEnable()