Lines Matching refs:LayerShapeMap

63             LayerShapeMap::const_iterator       aIter( maAllShapes.begin() );  in manageViews()
64 const LayerShapeMap::const_iterator aEnd ( maAllShapes.end() ); in manageViews()
160 boost::bind( std::select1st<LayerShapeMap::value_type>(), in deactivate()
163 for (LayerShapeMap::iterator in deactivate()
270 boost::bind( ::std::select1st<LayerShapeMap::value_type>(), _1)) ); in viewsChanged()
291 void LayerManager::putShape2BackgroundLayer( LayerShapeMap::value_type& rShapeEntry ) in putShape2BackgroundLayer()
303 LayerShapeMap::value_type aValue (rShape, LayerWeakPtr()); in implAddShape()
337 const LayerShapeMap::iterator aShapeEntry( maAllShapes.find(rShape) ); in implRemoveShape()
582 LayerShapeMap::const_iterator aIter( maAllShapes.begin() ); in update()
583 const LayerShapeMap::const_iterator aEnd ( maAllShapes.end() ); in update()
692 LayerShapeMap::const_iterator aIter( maAllShapes.begin() ); in renderTo()
693 const LayerShapeMap::const_iterator aEnd ( maAllShapes.end() ); in renderTo()
733 const LayerShapeMap::const_iterator aShapeEntry( maAllShapes.find(rShape) ); in addUpdateArea()
744 LayerShapeMap::const_iterator aFirstLayerShape, in commitLayerChanges()
745 LayerShapeMap::const_iterator aEndLayerShapes ) in commitLayerChanges()
821 LayerShapeMap::iterator aCurrShapeEntry( maAllShapes.begin() ); in updateShapeLayers()
822 LayerShapeMap::iterator aCurrLayerFirstShapeEntry( maAllShapes.begin() ); in updateShapeLayers()
823 const LayerShapeMap::iterator aEndShapeEntry ( maAllShapes.end() ); in updateShapeLayers()