Lines Matching refs:GetRootPane
244 if (this->GetRootPane() == 0) in Build()
283 …* pGroup = NewObj<Group>(reinterpret_cast<const res::Group*>(pDataBlockHead), this->GetRootPane())) in Build()
361 if (this->GetRootPane()) in BindAnimation()
363 this->GetRootPane()->BindAnimation(pAnimTrans, true); in BindAnimation()
370 if (this->GetRootPane()) in UnbindAnimation()
372 this->GetRootPane()->UnbindAnimation(pAnimTrans, true); in UnbindAnimation()
388 if (! this->GetRootPane()) in BindAnimationAuto()
419 this->GetRootPane()->BindAnimation(pAnimTrans, bRecursive, true/* bDisable */); in BindAnimationAuto()
463 … Pane *const pSrcPane = this->GetRootPane()->FindPaneByName(animShareInfoAry[i].GetSrcPaneName()); in BindAnimationAuto()
523 if (this->GetRootPane()) in SetAnimationEnable()
525 this->GetRootPane()->SetAnimationEnable(pAnimTrans, bEnable, true); in SetAnimationEnable()
534 if (! this->GetRootPane()) in CalculateMtx()
539 this->GetRootPane()->CalculateMtx(drawInfo); in CalculateMtx()
548 if (! this->GetRootPane()) in Draw()
567 this->GetRootPane()->Draw(drawInfo); in Draw()
580 if (! this->GetRootPane()) in Animate()
585 this->GetRootPane()->Animate(option); in Animate()
597 SetTagProcessorImpl(this->GetRootPane(), pTagProcessor); in SetTagProcessor()