Home
last modified time | relevance | path

Searched refs:labelStartDistance (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 Dcollision_feature.cpp65 const float labelStartDistance = -labelLength / 2; in bboxifyLabel() local
66 const float paddingStartDistance = labelStartDistance - labelLength / 8; in bboxifyLabel()
73 if (anchorDistance > labelStartDistance) { in bboxifyLabel()
94 float boxDistanceToAnchor = labelStartDistance + boxOffset; in bboxifyLabel()