Searched refs:jointPlacement (Results 1 – 1 of 1) sorted by relevance
201 for (auto& jointPlacement : placements) { in commit() local202 auto prevOpacity = prevPlacement.opacities.find(jointPlacement.first); 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()209 …opacities.emplace(jointPlacement.first, JointOpacityState(jointPlacement.second.text, jointPlaceme… in commit()210 … placementChanged = placementChanged || jointPlacement.second.icon || jointPlacement.second.text; in commit()