Home
last modified time | relevance | path

Searched refs:segmentBoxDistance (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.cpp118 const float segmentBoxDistance = boxDistanceToAnchor - anchorDistance; in bboxifyLabel() local
124 p0.x + segmentBoxDistance / segmentLength * (p1.x - p0.x), in bboxifyLabel()
125 p0.y + segmentBoxDistance / segmentLength * (p1.y - p0.y) in bboxifyLabel()