Lines Matching refs:pShape2
153 TestShapeSharedPtr pShape2( createTestShape( in testShapeOrdering() local
164 mpLayerManager->addShape(pShape2); in testShapeOrdering()
177 mpLayerManager->enterAnimationMode(pShape2); in testShapeOrdering()
189 mpLayerManager->leaveAnimationMode(pShape2); in testShapeOrdering()
197 pShape2->getViewLayers().at(0).first == mpTestView ); in testShapeOrdering()
227 TestShapeSharedPtr pShape2( createTestShape( in testShapeRepaint() local
241 mpLayerManager->addShape(pShape2); in testShapeRepaint()
242 mpLayerManager->enterAnimationMode(pShape2); in testShapeRepaint()
253 pShape2->getNumRenders() == 1 ); in testShapeRepaint()
267 pShape2->getNumRenders() == 1 ); in testShapeRepaint()
275 mpLayerManager->leaveAnimationMode(pShape2); in testShapeRepaint()
282 pShape2->getNumRenders() == 2 ); in testShapeRepaint()
293 TestShapeSharedPtr pShape2( createTestShape( in testRefCounting() local
304 mpLayerManager->addShape(pShape2); in testRefCounting()
309 mpLayerManager->removeShape(pShape2); in testRefCounting()
316 pShape2.use_count() == 1 ); in testRefCounting()
324 mpLayerManager->addShape(pShape2); in testRefCounting()
332 mpLayerManager->removeShape(pShape2); in testRefCounting()
339 pShape2.use_count() == 1 ); in testRefCounting()