Lines Matching refs:bRecursive
510 bool bRecursive in FindPaneByName() argument
518 if (bRecursive) in FindPaneByName()
523 if (Pane* pPane = it->FindPaneByName(findName, bRecursive)) in FindPaneByName()
536 bool bRecursive in FindMaterialByName() argument
552 if (bRecursive) in FindMaterialByName()
557 if (Material* pMat = it->FindMaterialByName(findName, bRecursive)) in FindMaterialByName()
783 bool bRecursive, in BindAnimation() argument
789 pAnimTrans->Bind(this, bRecursive, bDisable); in BindAnimation()
795 bool bRecursive in UnbindAnimation() argument
801 if (bRecursive) in UnbindAnimation()
805 it->UnbindAnimation(pAnimTrans, bRecursive); in UnbindAnimation()
811 Pane::UnbindAllAnimation(bool bRecursive) in UnbindAllAnimation() argument
813 UnbindAnimation(0, bRecursive); in UnbindAllAnimation()
856 bool bRecursive in SetAnimationEnable() argument
871 if (bRecursive) in SetAnimationEnable()
875 it->SetAnimationEnable(pAnimTrans, bEnable, bRecursive); in SetAnimationEnable()
884 bool bRecursive in SetAnimationEnable() argument
899 if (bRecursive) in SetAnimationEnable()
903 it->SetAnimationEnable(animRes, bEnable, bRecursive); in SetAnimationEnable()