Searched refs:aShapeEntry (Results 1 – 1 of 1) sorted by relevance
337 const LayerShapeMap::iterator aShapeEntry( maAllShapes.find(rShape) ); in implRemoveShape() local339 if( aShapeEntry == maAllShapes.end() ) in implRemoveShape()353 LayerSharedPtr pLayer = aShapeEntry->second.lock(); in implRemoveShape()363 maAllShapes.erase( aShapeEntry ); in implRemoveShape()733 const LayerShapeMap::const_iterator aShapeEntry( maAllShapes.find(rShape) ); in addUpdateArea() local735 if( aShapeEntry == maAllShapes.end() ) in addUpdateArea()738 LayerSharedPtr pLayer = aShapeEntry->second.lock(); in addUpdateArea()
Completed in 14 milliseconds