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()
791 bool bRecursive, in BindAnimation() argument
797 pAnimTrans->Bind(this, bRecursive, bDisable); in BindAnimation()
803 bool bRecursive in UnbindAnimation() argument
809 if (bRecursive) in UnbindAnimation()
813 it->UnbindAnimation(pAnimTrans, bRecursive); in UnbindAnimation()
819 Pane::UnbindAllAnimation(bool bRecursive) in UnbindAllAnimation() argument
821 UnbindAnimation(0, bRecursive); in UnbindAllAnimation()
864 bool bRecursive in SetAnimationEnable() argument
879 if (bRecursive) in SetAnimationEnable()
883 it->SetAnimationEnable(pAnimTrans, bEnable, bRecursive); in SetAnimationEnable()
892 bool bRecursive in SetAnimationEnable() argument
907 if (bRecursive) in SetAnimationEnable()
911 it->SetAnimationEnable(animRes, bEnable, bRecursive); in SetAnimationEnable()