Lines Matching refs:aCurrShapeEntry
821 LayerShapeMap::iterator aCurrShapeEntry( maAllShapes.begin() ); in updateShapeLayers() local
825 while( aCurrShapeEntry != aEndShapeEntry ) in updateShapeLayers()
827 const ShapeSharedPtr pCurrShape( aCurrShapeEntry->first ); in updateShapeLayers()
841 aCurrShapeEntry); in updateShapeLayers()
842 aCurrLayerFirstShapeEntry=aCurrShapeEntry; in updateShapeLayers()
847 aWeakLayers.at(nCurrLayerIndex) != aCurrShapeEntry->second ) in updateShapeLayers()
864 if( rCurrWeakLayer != aCurrShapeEntry->second ) in updateShapeLayers()
875 LayerSharedPtr pOldLayer( aCurrShapeEntry->second.lock() ); in updateShapeLayers()
890 aCurrShapeEntry->second = rCurrWeakLayer; in updateShapeLayers()
903 ++aCurrShapeEntry; in updateShapeLayers()
909 aCurrShapeEntry); in updateShapeLayers()