Lines Matching refs:pShape2
140 TestShapeSharedPtr pShape2( createTestShape( in TEST_F() local
151 mpLayerManager->addShape(pShape2); in TEST_F()
162 mpLayerManager->enterAnimationMode(pShape2); in TEST_F()
170 mpLayerManager->leaveAnimationMode(pShape2); in TEST_F()
174 …ASSERT_TRUE( pShape2->getViewLayers().at(0).first == mpTestView ) << "Shape 2 must be on backgroun… in TEST_F()
195 TestShapeSharedPtr pShape2( createTestShape( in TEST_F() local
209 mpLayerManager->addShape(pShape2); in TEST_F()
210 mpLayerManager->enterAnimationMode(pShape2); in TEST_F()
220 ASSERT_TRUE( pShape2->getNumRenders() == 1 ) << "Second shape not rendered"; in TEST_F()
231 ASSERT_TRUE( pShape2->getNumRenders() == 1 ) << "Second shape not rendered"; in TEST_F()
237 mpLayerManager->leaveAnimationMode(pShape2); in TEST_F()
243 ASSERT_TRUE( pShape2->getNumRenders() == 2 ) << "Second shape not rendered #2" in TEST_F()
252 TestShapeSharedPtr pShape2( createTestShape( in TEST_F() local
263 mpLayerManager->addShape(pShape2); in TEST_F()
268 mpLayerManager->removeShape(pShape2); in TEST_F()
273 ASSERT_TRUE( pShape2.use_count() == 1 ) << "Shape 2 must have refcount of 1"; in TEST_F()
279 mpLayerManager->addShape(pShape2); in TEST_F()
287 mpLayerManager->removeShape(pShape2); in TEST_F()
292 ASSERT_TRUE( pShape2.use_count() == 1 ) << "Shape 2 must have refcount of 1"; in TEST_F()