Searched refs:oriIter (Results 1 – 1 of 1) sorted by relevance
237 for (auto oriIter = oriDisplayRectMap.begin(); oriIter != oriDisplayRectMap.end();) { in ProcessDisplayDestroy() local238 auto newIter = displayRectMap.find(oriIter->first); in ProcessDisplayDestroy()240 const auto& oriDisplayRect = oriIter->second; in ProcessDisplayDestroy()242 UpdateRectInDisplayGroupForAllNodes(oriIter->first, oriDisplayRect, newDisplayRect); in ProcessDisplayDestroy()244 if (oriIter->first != displayId) { in ProcessDisplayDestroy()249 ++oriIter; in ProcessDisplayDestroy()