Lines Matching refs:mpLayerManager

50     target::LayerManagerSharedPtr mpLayerManager;  member in __anone3a6ee980111::LayerManagerTest
63 mpLayerManager.reset( in setUp()
72 mpLayerManager.reset(); in tearDown()
114 mpLayerManager->activate( false ); in testBasics()
118 mpLayerManager->addShape(mpTestShape); in testBasics()
120 mpLayerManager->isUpdatePending() ); in testBasics()
124 mpLayerManager->update() ); in testBasics()
138 mpLayerManager->viewAdded(pTestView); in testBasics()
144 mpLayerManager->viewRemoved(pTestView); in testBasics()
148 mpLayerManager->deactivate(); in testBasics()
163 mpLayerManager->addShape(mpTestShape); in testShapeOrdering()
164 mpLayerManager->addShape(pShape2); in testShapeOrdering()
165 mpLayerManager->addShape(pShape3); in testShapeOrdering()
166 mpLayerManager->addShape(pShape4); in testShapeOrdering()
168 mpLayerManager->activate( false ); in testShapeOrdering()
172 mpLayerManager->update() ); in testShapeOrdering()
177 mpLayerManager->enterAnimationMode(pShape2); in testShapeOrdering()
179 mpLayerManager->isUpdatePending() ); in testShapeOrdering()
181 mpLayerManager->update() ); in testShapeOrdering()
189 mpLayerManager->leaveAnimationMode(pShape2); in testShapeOrdering()
191 mpLayerManager->isUpdatePending() ); in testShapeOrdering()
193 mpLayerManager->update() ); in testShapeOrdering()
207 mpLayerManager->enterAnimationMode(pShape3); in testShapeOrdering()
209 mpLayerManager->isUpdatePending() ); in testShapeOrdering()
211 mpLayerManager->update() ); in testShapeOrdering()
214 mpLayerManager->leaveAnimationMode(pShape3); in testShapeOrdering()
216 mpLayerManager->update() ); in testShapeOrdering()
220 mpLayerManager->deactivate(); in testShapeOrdering()
222 !mpLayerManager->isUpdatePending() ); in testShapeOrdering()
240 mpLayerManager->addShape(mpTestShape); in testShapeRepaint()
241 mpLayerManager->addShape(pShape2); in testShapeRepaint()
242 mpLayerManager->enterAnimationMode(pShape2); in testShapeRepaint()
243 mpLayerManager->addShape(pShape3); in testShapeRepaint()
244 mpLayerManager->addShape(pShape4); in testShapeRepaint()
245 mpLayerManager->addShape(pShape5); in testShapeRepaint()
247 mpLayerManager->activate( false ); in testShapeRepaint()
248 mpLayerManager->update(); in testShapeRepaint()
261 mpLayerManager->enterAnimationMode(pShape4); in testShapeRepaint()
262 mpLayerManager->update(); in testShapeRepaint()
275 mpLayerManager->leaveAnimationMode(pShape2); in testShapeRepaint()
276 mpLayerManager->leaveAnimationMode(pShape4); in testShapeRepaint()
277 mpLayerManager->update(); in testShapeRepaint()
303 mpLayerManager->addShape(mpTestShape); in testRefCounting()
304 mpLayerManager->addShape(pShape2); in testRefCounting()
305 mpLayerManager->addShape(pShape3); in testRefCounting()
306 mpLayerManager->addShape(pShape4); in testRefCounting()
308 mpLayerManager->removeShape(mpTestShape); in testRefCounting()
309 mpLayerManager->removeShape(pShape2); in testRefCounting()
310 mpLayerManager->removeShape(pShape3); in testRefCounting()
311 mpLayerManager->removeShape(pShape4); in testRefCounting()
323 mpLayerManager->addShape(mpTestShape); in testRefCounting()
324 mpLayerManager->addShape(pShape2); in testRefCounting()
325 mpLayerManager->addShape(pShape3); in testRefCounting()
326 mpLayerManager->addShape(pShape4); in testRefCounting()
328 mpLayerManager->activate( false ); in testRefCounting()
329 mpLayerManager->update(); in testRefCounting()
331 mpLayerManager->removeShape(mpTestShape); in testRefCounting()
332 mpLayerManager->removeShape(pShape2); in testRefCounting()
333 mpLayerManager->removeShape(pShape3); in testRefCounting()
334 mpLayerManager->removeShape(pShape4); in testRefCounting()
346 mpLayerManager->viewRemoved(mpTestView); in testRefCounting()