Lines Matching refs:pShape3
156 TestShapeSharedPtr pShape3( createTestShape( in testShapeOrdering() local
165 mpLayerManager->addShape(pShape3); in testShapeOrdering()
199 pShape3->getViewLayers().size() == 1 ); in testShapeOrdering()
201 pShape3->getViewLayers().at(0).first == mpTestView ); in testShapeOrdering()
207 mpLayerManager->enterAnimationMode(pShape3); in testShapeOrdering()
214 mpLayerManager->leaveAnimationMode(pShape3); in testShapeOrdering()
230 TestShapeSharedPtr pShape3( createTestShape( in testShapeRepaint() local
243 mpLayerManager->addShape(pShape3); in testShapeRepaint()
255 pShape3->getNumRenders() == 1 ); in testShapeRepaint()
269 pShape3->getNumRenders() == 2 ); in testShapeRepaint()
284 pShape3->getNumRenders() == 3 ); in testShapeRepaint()
296 TestShapeSharedPtr pShape3( createTestShape( in testRefCounting() local
305 mpLayerManager->addShape(pShape3); in testRefCounting()
310 mpLayerManager->removeShape(pShape3); in testRefCounting()
318 pShape3.use_count() == 1 ); in testRefCounting()
325 mpLayerManager->addShape(pShape3); in testRefCounting()
333 mpLayerManager->removeShape(pShape3); in testRefCounting()
341 pShape3.use_count() == 1 ); in testRefCounting()