Lines Matching refs:mpSubsetShape
46 mpSubsetShape(), in ShapeSubset()
56 mpOriginalShape( rOriginalSubset->mpSubsetShape ? in ShapeSubset()
57 rOriginalSubset->mpSubsetShape : in ShapeSubset()
59 mpSubsetShape(), in ShapeSubset()
74 mpSubsetShape(), in ShapeSubset()
100 return mpSubsetShape ? mpSubsetShape : mpOriginalShape; in getSubsetShape()
105 if( !mpSubsetShape && in enableSubsetShape()
108 mpSubsetShape = mpShapeManager->getSubsetShape( in enableSubsetShape()
113 return (mpSubsetShape.get() != NULL); in enableSubsetShape()
118 if( mpSubsetShape ) in disableSubsetShape()
121 mpSubsetShape ); in disableSubsetShape()
122 mpSubsetShape.reset(); in disableSubsetShape()