Lines Matching refs:pShape4
159 TestShapeSharedPtr pShape4( createTestShape( in testShapeOrdering() local
166 mpLayerManager->addShape(pShape4); in testShapeOrdering()
203 pShape4->getViewLayers().at(0).first == mpTestView ); in testShapeOrdering()
213 pShape4->getViewLayers().at(0).first != mpTestView ); in testShapeOrdering()
218 pShape4->getViewLayers().at(0).first == mpTestView ); in testShapeOrdering()
233 TestShapeSharedPtr pShape4( createTestShape( in testShapeRepaint() local
244 mpLayerManager->addShape(pShape4); in testShapeRepaint()
257 pShape4->getNumRenders() == 1 ); in testShapeRepaint()
261 mpLayerManager->enterAnimationMode(pShape4); in testShapeRepaint()
271 pShape4->getNumRenders() == 2 ); in testShapeRepaint()
276 mpLayerManager->leaveAnimationMode(pShape4); in testShapeRepaint()
286 pShape4->getNumRenders() == 3 ); in testShapeRepaint()
299 TestShapeSharedPtr pShape4( createTestShape( in testRefCounting() local
306 mpLayerManager->addShape(pShape4); in testRefCounting()
311 mpLayerManager->removeShape(pShape4); in testRefCounting()
320 pShape4.use_count() == 1 ); in testRefCounting()
326 mpLayerManager->addShape(pShape4); in testRefCounting()
334 mpLayerManager->removeShape(pShape4); in testRefCounting()
343 pShape4.use_count() == 1 ); in testRefCounting()