Searched refs:LayerShapeMap (Results 1 – 2 of 2) sorted by relevance
63 LayerShapeMap::const_iterator aIter( maAllShapes.begin() ); in manageViews()64 const LayerShapeMap::const_iterator aEnd ( maAllShapes.end() ); in manageViews()163 for (LayerShapeMap::iterator in deactivate()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()821 LayerShapeMap::iterator aCurrShapeEntry( maAllShapes.begin() ); in updateShapeLayers()[all …]
261 typedef ::std::map< ShapeSharedPtr, LayerWeakPtr, ShapeComparator > LayerShapeMap; typedef in slideshow::internal::LayerManager290 LayerShapeMap::const_iterator aFirstLayerShape,291 LayerShapeMap::const_iterator aEndLayerShapes );295 void putShape2BackgroundLayer( LayerShapeMap::value_type& rShapeEntry );345 LayerShapeMap maAllShapes;
Completed in 21 milliseconds