Lines Matching refs:pShape3
143 TestShapeSharedPtr pShape3( createTestShape( in TEST_F() local
152 mpLayerManager->addShape(pShape3); in TEST_F()
175 ASSERT_TRUE( pShape3->getViewLayers().size() == 1 ) << "Shape 3 must have one layer"; in TEST_F()
176 …ASSERT_TRUE( pShape3->getViewLayers().at(0).first == mpTestView ) << "Shape 3 must be on backgroun… in TEST_F()
181 mpLayerManager->enterAnimationMode(pShape3); in TEST_F()
185 mpLayerManager->leaveAnimationMode(pShape3); in TEST_F()
198 TestShapeSharedPtr pShape3( createTestShape( in TEST_F() local
211 mpLayerManager->addShape(pShape3); in TEST_F()
222 ASSERT_TRUE( pShape3->getNumRenders() == 1 ) << "Third shape not rendered"; in TEST_F()
233 ASSERT_TRUE( pShape3->getNumRenders() == 2 ) << "Third shape not rendered"; in TEST_F()
245 ASSERT_TRUE( pShape3->getNumRenders() == 3 ) << "Third shape not rendered #2"; in TEST_F()
255 TestShapeSharedPtr pShape3( createTestShape( in TEST_F() local
264 mpLayerManager->addShape(pShape3); in TEST_F()
269 mpLayerManager->removeShape(pShape3); in TEST_F()
274 ASSERT_TRUE( pShape3.use_count() == 1 ) << "Shape 3 must have refcount of 1"; in TEST_F()
280 mpLayerManager->addShape(pShape3); in TEST_F()
288 mpLayerManager->removeShape(pShape3); in TEST_F()
293 ASSERT_TRUE( pShape3.use_count() == 1 ) << "Shape 3 must have refcount of 1"; in TEST_F()