Home
last modified time | relevance | path

Searched refs:jointPlacement (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp201 for (auto& jointPlacement : placements) { in commit() local
202 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()