Lines Matching refs:mpShapeSubset
62 mpShapeSubset(), in AnimationBaseNode()
99 mpShapeSubset = rContext.mpMasterShapeSubset; in AnimationBaseNode()
151 mpShapeSubset.reset( in AnimationBaseNode()
176 mpShapeSubset->enableSubsetShape(); in AnimationBaseNode()
191 mpShapeSubset.reset(); in dispose()
235 if (isDependentSubsettedShape() && mpShapeSubset) { in resolve_st()
236 mpShapeSubset->enableSubsetShape(); in resolve_st()
333 if (mpShapeSubset) { in deactivate_st()
334 mpShapeSubset->disableSubsetShape(); in deactivate_st()
505 if (mpShapeSubset) in getShape()
506 return mpShapeSubset->getSubsetShape(); in getShape()