Lines Matching refs:GetRootPane
242 if (this->GetRootPane() == 0) in Build()
281 …* pGroup = NewObj<Group>(reinterpret_cast<const res::Group*>(pDataBlockHead), this->GetRootPane())) in Build()
359 if (this->GetRootPane()) in BindAnimation()
361 this->GetRootPane()->BindAnimation(pAnimTrans, true); in BindAnimation()
368 if (this->GetRootPane()) in UnbindAnimation()
370 this->GetRootPane()->UnbindAnimation(pAnimTrans, true); in UnbindAnimation()
386 if (! this->GetRootPane()) in BindAnimationAuto()
417 this->GetRootPane()->BindAnimation(pAnimTrans, bRecursive, true/* bDisable */); in BindAnimationAuto()
461 … Pane *const pSrcPane = this->GetRootPane()->FindPaneByName(animShareInfoAry[i].GetSrcPaneName()); in BindAnimationAuto()
521 if (this->GetRootPane()) in SetAnimationEnable()
523 this->GetRootPane()->SetAnimationEnable(pAnimTrans, bEnable, true); in SetAnimationEnable()
532 if (! this->GetRootPane()) in CalculateMtx()
537 this->GetRootPane()->CalculateMtx(drawInfo); in CalculateMtx()
546 if (! this->GetRootPane()) in Draw()
565 this->GetRootPane()->Draw(drawInfo); in Draw()
578 if (! this->GetRootPane()) in Animate()
583 this->GetRootPane()->Animate(option); in Animate()
595 SetTagProcessorImpl(this->GetRootPane(), pTagProcessor); in SetTagProcessor()