Searched refs:prevOpacity (Results 1 – 1 of 1) sorted by relevance
202 auto prevOpacity = prevPlacement.opacities.find(jointPlacement.first); in commit() local203 if (prevOpacity != prevPlacement.opacities.end()) { in commit()204 …opacities.emplace(jointPlacement.first, JointOpacityState(prevOpacity->second, increment, jointPla… in commit()206 jointPlacement.second.icon != prevOpacity->second.icon.placed || in commit()207 jointPlacement.second.text != prevOpacity->second.text.placed; in commit()215 for (auto& prevOpacity : prevPlacement.opacities) { in commit() local216 if (opacities.find(prevOpacity.first) == opacities.end()) { in commit()217 JointOpacityState jointOpacity(prevOpacity.second, increment, false, false); in commit()219 opacities.emplace(prevOpacity.first, jointOpacity); in commit()220 …placementChanged = placementChanged || prevOpacity.second.icon.placed || prevOpacity.second.text.p… in commit()